urgent solutin needed
I am executing below command through script to restore volumes
ssh -p 22 root@172.19.18.134 dd if=/dev/rmt/0n ibs=4096b | (cd /mnt; vxrestore -c -r -b 4096 -f -)
after restoring thre or four volimes, its ending with below message
===> Verifying ossdg/JUMP 2013-05-09 09:15:48
Positioning tape at block 3
Creating ossdg/JUMP_verify (12288 MB)
New vxfs FS on JUMP_verify
vxrestore -c JUMP_verify
Using vxrestore to receive root@172.19.18.134:/dev/rmt/0n to /mnt
UX:vxfs vxrestore: ERROR: V-3-20068: cannot open /dev/tty: No such device or address
and next volume restore doesnot start
I have tried couple of times and it gave the same error for different volumes each time and it stucks randomly
please suggest