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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MKSYSB & TAR backup on the same cartridge tape

Status
Not open for further replies.

wpdavids

IS-IT--Management
Jan 31, 2001
60
US
Can someone please post to this thread a method for doing a bootable MKSYSB and then a tar backup on the same tape cartridge.

Could you also explain how to boot and restore from the MKSYSB and how to restore from the tar backup from the same tape cartridge.

I can really use the help, thanks ...
 
wpdavids,

I have never tried this but give it a go : the -m is for maintaining map files if rootvg is mirrored so you may just need the -i.

mksysb -im /dev/rmt0.1

The .1 will not rewind the tape after use.

Now perform your tar backup

tar -xvf /dev/rmt0 ./whatever

This will rewind the tape after use.

I would then test three restores on a test system :

1) Bootable mksysb re-installation

2) Individual mksysb file restore i.e. :

restore -s4 -xvqdf /dev/rmt0.1 ./etc/hosts

3) Tar file restore:

tctl -f /dev/rmt0.1 fsf 5

tar -xvf /dev/rmt0.1 ./whatever

Best of luck.
PSD
IBM Certified Specialist - AIX V4.3 Systems Support
IBM Certified Specialist - AIX V4 HACMP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top