Sunday, May 10, 2009

AIX - Rootvg Backup

AIX - Rootvg Backup

Using mksysb command we can take the rootvg (AIX OS) backup

#mksysb –i /dev/rmt0

#mksysb –ie /dev/rmt0 (exclude backup – please read NOTE message)

i option is used for crate the image.data file created in tape

This image.data file contains all the file system information’s in rootvg while restore the rootvg backup, before start the restore it will read the information’s from the image.data file

After the command execution rootvg backup created in tap, If OS got corrupted, that time we can restore the os from rootvg backup.

NOTE: While taking rootvg backup we can exclude unwanted file systems in backup process. If you not required following file systems in mksysb backup,
/var – log files
That time you should put entry in /etc/exclude.rootvg,


While creating the rootvg backup, first tape is spitted in to 4 blocks (block size is 512)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.