Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy mksysb tape to disk

Status
Not open for further replies.

nAtHaNs

Technical User
Feb 14, 2002
57
US
hello gurus,

I have a mksysb of one of our nodes on tape. How can I make a copy of it to disk so that I can restore the system backup using nodecond? Is there a way for a node to boot the tape and restore its system backup?

thank you all.

nAtHaNs
 
mt -f /dev/rmt0 rewind (replace rmt0 with your tape drive)
mt -f /dev/rmt0.1 fsf 3
dd if=/dev/rmt0.1 of=somefilenamewhichwillbethemksysbimage

As for a node booting it ? Only if it is SCSI directly attached or SAN zoned.

BV
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top