Booting, Installing, Recovery, and Sharing in a vPars Environment from DVD / CDROM / TAPE / Network

Booting, Installing, Recovery, and Sharing in a vPars Environment from DVD / CDROM / Tape / Network
Page 6 of 6
vpar1# exportfs /cdrom
vpar2# mount vpar1:/cdrom /cdrom
C. Tape Drives
For Tape Drives, you cannot mount them, but standard HP-UX shell commands may be used to
remotely transfer data to a Tape drive from one vpar across the network to another vpar. For
example to transfer data from vpar2 to vpar1’s tape drive, you may use something like:
vpar2# tar cvf - * | remsh vpar1 “dd of=/dev/rmt/0m”