HP-UX HB v13.00 Ch-06 - Ignite-UX
HP-UX Handbook – Rev 13.00 Page 33 (of 58)
Chapter 06 Ignite-UX
October 29, 2013
for example
# export DISPLAY=host1:0
On the Ignite-UX server start Ignite-UX as root:
# /opt/ignite/bin/ignite
In case of a new client, add the new client first:
Choose <Actions> <Add New Client for Recovery...>
Start the Tape Recovery Archive Creation:
Click on the client icon and select <Actions> <Create Network Recovery Archive ...>.
You will now be guided through some screens for additional configuration.
Note: Do not forget to press <add selected disk/vg> for the vg00 in the Archive Content
screen if you want to backup the complete vg00. Otherwise, only a core OS will be backed up.
You may also include other VGs, directories or files and also exclude certain ones.
Creating a make_net_recovery Archive - Command Line Examples
Archiving only essential core OS files
# /opt/ignite/bin/make_net_recovery -s <Ignite_server>
Note: make_net_recovery will check if there are configuration files from previously saved
archives. If no configuration files exist that have different settings, only a core OS (essential
files) will be backed up. /opt/ignite/recovery/mnr_essentials lists the files and directories
that are considered essential.
Archiving the complete root VG
# /opt/ignite/bin/make_net_recovery -Av -s <Ignite_server>
-A: Based on the files that are specified for inclusion, this option identifies the disk(s)
and/or VGs that contain these specified files and includes all files from the
disk(s)/VGs in the archive. If no further files are specified for inclusion, the default
essentials file list /opt/ignite/recovery/mnr_essentials is used for specifying
the included files.
-v: Verbose mode, error and process logs will be displayed.
Archiving the complete root VG to a different archive location
# /opt/ignite/bin/make_net_recovery -Av \
-a archive_server:archive_directory_path -s <Ignite_server>