A SPOT-copy installs the BOS image on a machine by copying the BOS files from a SPOT resource.
For a complete description of different ways to customize a BOS installation using NIM, see "bos_inst" operation.
Note: To perform a non-prompted installation, follow the instructions in "Performing a Non-Prompted BOS Installation" to complete the prerequisite tasks.
Note: To perform a non-prompted installation, follow the instructions in "Performing a Non-Prompted BOS Installation" to complete the prerequisite tasks.
nim -o bos_inst -a source=spot -a lpp_source=Lpp_Source \ -a spot=SPOTName -a boot_client=yes/no ClientNameSpecify the resources to be used to support the installation and any additional options for customizing the installation. To perform a simple SPOT-copy installation, specify the lpp_source and SPOT resources.
If the client machine being installed is not already a running, configured NIM client, NIM will not automatically reboot the machine over the network for installation. A network boot must be performed manually on the machine. If that is the case, supply the boot_client=no attribute to the bos_inst command. (If the boot_client attribute value is not specified, it defaults to boot_client=yes.)
The client machine, machine1 , is not a running, configured NIM client. You should specify boot_client=no. To install the client using the lpp_source named lpp_source1 and the SPOT named spot1 , enter:
nim -o bos_inst -a source=spot -a lpp_source=lpp_source1 \ -a spot=spot1 -a boot_client=no machine1
Notes:
- The steps to perform a SPOT-copy installation are almost identical to the steps to perform other types of BOS installations. The main difference is that spot must be specified as the source attribute of the nim bos_inst command.
- To perform a non-prompted installation, follow the instructions in "Performing a Non-Prompted BOS Installation" to complete the prerequisite tasks.