return to PRS Technologies website


make_ignite.sh
############################################################################### # # Module: make_ignite.sh # Author: Peter R. Schmidt # Description: Create an HP/UX bootable Ignite backup of the vg00 volume group # # Change Log # # Date Name Description................. # 02/20/01 Peter R. Schmidt Start Program # ############################################################################### TAPEDEV=/dev/rmt/1m echo "Press <Enter> to create a Ignite recovery tape to $TAPEDEV" read answer ######################################################## # Arguments used # # -A Specifies that the entire root disk/volume group # is to be included in the System Recovery tape. # # -C Create the System status file: # /var/opt/ignite/recovery/makrec.last. This file # reflects the current state of the system. It # contains the names, dates of last modification, # and checksums of all the files on the tape that # are considered "Core OS" files. # # -v Verbose # # -d Device to write to # ######################################################## time /opt/ignite/bin/make_recovery -A -C -v -d $TAPEDEV mt -t $TAPEDEV offl