Implementation (Backup Volume Creation)
Create a new volume and attach backup plex
- vxmake -U fsgen -g $volume_group vol $backup_volume user=root group=root mode=0644 plex=$backup_plex
Start the backup volume
- vxvol -g $volume_group -f start $backup_volume
Check the file system
- fsck /dev/vx/rdsk/$volume_group/$backup_volume
Mount the backup volume
- mount /dev/vx/dsk/$volume_group/$backup_volume /backup-mnt