Aug 16, 2004 #1 kozlow MIS Mar 3, 2003 326 US I am trying to backup our system to a remote tape unit (HP-UX to HP-UX) On our other systems, I do a: ufsdump 0cuf - | rsh XXXX dd of=/dev/rmt0.1 obs=1024 (Solaris to AIX) I know there is many ways to solve this problem, Any suggestions?
I am trying to backup our system to a remote tape unit (HP-UX to HP-UX) On our other systems, I do a: ufsdump 0cuf - | rsh XXXX dd of=/dev/rmt0.1 obs=1024 (Solaris to AIX) I know there is many ways to solve this problem, Any suggestions?
Aug 16, 2004 #2 Chacalinc Vendor Sep 2, 2003 2,043 US tar cvf hostB:/dev/rmt/0m * may be?? I used that and works for me.. I think vfbackup works in this way. Upvote 0 Downvote
tar cvf hostB:/dev/rmt/0m * may be?? I used that and works for me.. I think vfbackup works in this way.
Aug 16, 2004 Thread starter #3 kozlow MIS Mar 3, 2003 326 US Went with : fbackup -vf REMOTE_HOST:/dev/rmt/1m -i / etc etc This was not working before because the remote host had entries in multi DNS servers.... So I did not have the proper entry in the .rhosts file.... I am testing it now, but it seems to hang half way through... Guessing that it is losing connection due to network traffic.... Thanks.... Upvote 0 Downvote
Went with : fbackup -vf REMOTE_HOST:/dev/rmt/1m -i / etc etc This was not working before because the remote host had entries in multi DNS servers.... So I did not have the proper entry in the .rhosts file.... I am testing it now, but it seems to hang half way through... Guessing that it is losing connection due to network traffic.... Thanks....