Sep 16, 2007 #1 signalsys Technical User Sep 5, 2005 44 CN rsh runs OK, but the rcp command below fails P670_2-doma%rcp -rp acce.cfg P670_7:/tmp/ who: 0551-012 The process is not attached to a terminal Thx in advance
rsh runs OK, but the rcp command below fails P670_2-doma%rcp -rp acce.cfg P670_7:/tmp/ who: 0551-012 The process is not attached to a terminal Thx in advance
Sep 16, 2007 1 #2 khalidaaa Technical User Jan 19, 2006 2,323 BH Just a work around to this problem use the following code: Code: on p670_7, cd /tmp then rsh p670_2-doma 'find /location_of_your_file/acce.cfg -print | backup -iqf -' | restore -xqvpf - Regards, Khalid Upvote 0 Downvote
Just a work around to this problem use the following code: Code: on p670_7, cd /tmp then rsh p670_2-doma 'find /location_of_your_file/acce.cfg -print | backup -iqf -' | restore -xqvpf - Regards, Khalid
Sep 20, 2007 Thread starter #3 signalsys Technical User Sep 5, 2005 44 CN Thanks for your guidance Upvote 0 Downvote