HP-UX HB v13.00 Ch-18 - HPVM
HP-UX Handbook – Rev 13.00 Page 20 (of 49)
Chapter 18 Integrity Virtual Machines (HPVM)
October 29, 2013
cfg "HP-UX B.11.31 VM Config" {
description "This selection supplies the VM configuration."
"/opt/ignite/data/Rel_B.11.31/config"
"/var/opt/ignite/data/Rel_B.11.31/vm_guest.cfg"
"/var/opt/ignite/config.local"
}
6. Verify the syntax of your newly-entered configuration information with the following
command:
# /opt/ignite/bin/instl_adm –T
If this command is successful, your configuration is now ready to use.
Cloning a system
The recovery configurations and archives created by make_net_recovery are stored in a
separate directory on the Ignite-UX server for each client. Using the configuration and archive
created by make_net_recovery on one system to install a different system involves manually
copying some configuration files, and allowing NFS access to the source system’s archive.
Use make_net_recovery or ignite-UX to create a system recovery archive of the source
system.
Login to the Ignite-UX server.
If the target system to be installed does not currently have a directory in
/var/opt/ignite/clients but is up and running, then use the ignite to create that
directory using Actions-> Add New Client for Recovery. If the system is not
running, you will either need to boot the client from the Ignite-UX server
Copy the CINDEX and recovery directory from the source client to the target client
directory. If the target client has previously used make_net_recovery then it will already
have a INDEX file. If the CINDEX file for the target system exists already, you may
want to save a copy, and/or edit the file to add the desired entries from the source client.
The commands below copy the required files. You may specify src_client and
target_client using either the LAN addresses (such as 0x0060B04AAB30), or by using
the client’s hostname (which is a symlink to the LAN address):
# cd /var/opt/ignite/clients/src_client \
find CINDEX recovery | cpio -pdvma ../target_client