Hi lists, Can anybody post me the command to run the following:
I need to perform rcp at shell (Solaris) for 50 files. This is part of schema refreshes/mirrorings using transport tablespace utility. I am submitting a file that has 50 rcp commands like rcp srvr1:/u01/f1 srvr2:/u01/f1 rcp srvr1:/u01/f2 srvr2:/u01/f2 rcp srvr1:/u01/f3 srvr2:/u01/f3 rcp srvr1:/u01/f4 srvr2:/u01/f4 .....upto 50 lines. when I submit this, system is executing only 1 rcp at a time. But I need to do rcp 2 files at a time. So I chose another alternative. rcp srvr1:/u01/f1 srvr2:/u01/f1 rcp srvr1:/u01/f2 srvr2:/u01/f2& rcp srvr1:/u01/f3 srvr2:/u01/f3 rcp srvr1:/u01/f4 srvr2:/u01/f4& .......upt0 50 lines. But in this , the system is not doing rcp 2 at a time. It is taking 3 or 4 or 1 at a time. Is there a way to execute 2 rcp's at any time. using any shell command. thnx in advance. srinivas -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Tatireddy, Shrinivas (MED, Keane) INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).