Making Ignite Depot for O/S Install 1. Make sure there is plenty of room in /var/opt/ignite/depots (or make a link to somewhere else). Note: The current HP-UX images are around 7 - 8 GB 2. If there is an existing O/S image on the machine, remove it. Example from HPUX 11.23 # swreg -u -l depot /var/opt/ignite/depots/Rel_B.11.23/core # swreg -u -l depot /var/opt/ignite/depots/Rel_B.11.23/apps # cd /var/opt/ignite/depots # rm -r -f Rel_B.11.23 Example from HPUX 11.31 # swreg -u -l depot /var/opt/ignite/depots/Rel_B.11.31/core # cd /var/opt/ignite/depots # rm -r -f Rel_B.11.31 3. Create the new image Use ioscan to determine the device file for the DVD drive below. # ioscan -kfnC disk | more Use device file for DVD in place of cXtYdZ below. Put DVD #1 into the drive on the server (do not mount it) # make_depots -r B.11.31 -s /dev/dsk/cXtYdZ Put DVD #2 into the drive on the server (do not mount it) # make_depots -r B.11.31 -s /dev/dsk/cXtYdZ Run command to create the default configuration files # make_config -r B.11.31 4. Update Ignite software Use swinstall to upgrade ignite software to the same version came with the specific release of the O/S that you copied in step #3. 5. Create new boot CD Follow separate procedure to create a new boot CD to use with this O/S version.