
The
4.If you do not have enough disk space, or you want the archive created on a remote server, you may use the following options:
#/tmp/make_sys_image
5.On the golden system, run:
#/tmp/make_sys_image [options]
By default, this creates a
IMPORTANT: If an error similar to the following appears:ERROR: Cannot remsh server system_name (check server .rhosts file), you must add the name of the client to the /.rhosts file on your
system_name root
The make_sys_image command can build an archive with the tar, cpio, or pax format, compressed with a selectable compression method. HP recommends using tar (default) for the archive format and gzip (default) for compression. To use the pax format with 11i v2,
you must have the
IMPORTANT: When using the pax command you should consider the size of your files. Files included by the pax command with tar and cpio formats must be less than 8 on 11i v2 and v3, and less than 2 for v1. Using the pax format will allow large files in an archive – up to 2 TB for 11i v2 and up to 16 TB for v3.
Configuring the Ignite-UX Server to Recognize the Golden Image
To create an
1.Create a copy of the example configuration file:
# cp /opt/ignite/data/examples/B.11.11.golden_image.cfg \ /var/opt/ignite/data/Rel_B.11.11/core_archive.cfg
Because the configuration file must be accessible by tftp or NFS, depending on how you've set up your server, make sure you store it in a directory of type /var/opt/ignite/data/Rel_rel.
2.Modify the core_archive.cfg file to set up the golden image for NFS transfer. (See the complete sw_sel and sw_source examples following these instructions. Use values appropriate for your systems.) Key changes are:
a.In the sw_source clause, change the following line so it has the path to your archive, including the IP address of your
nfs_source = "10.2.72.150:/var/opt/ignite/archives/Rel_B.11.11"
b.Remove the init sw_sel clauses you will not be using for this golden image.
154 Golden Images