[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Network Installation Management Guide and Reference

Performing a Non-Prompted BOS Installation

Prerequisites

  1. The NIM master must be configured, and lpp_source and SPOT resources must be defined. See Configuring the NIM Master and Creating Basic Installation Resources .
  2. The NIM client to be installed must already exist in the NIM environment. To add the client to the NIM environment, use the Adding a Standalone NIM Client to the NIM Environment procedure .

From Web-based System Manager

  1. From the NIM container, double-click Add New Resource. The Add New Resource TaskGuide displays.
  2. Follow the TaskGuide instructions to create a bosinst_data resource. The TaskGuide creates a basic bosinst.data file, which can be used "as is" or can be enhanced according to sample files. See Sample Files for a sample bosinst.data file. To do a nonprompted installation, the bosinst_data resource must be created first.
  3. Continue with the installation by following one of the install procedures:

From SMIT

  1. On the NIM master or any running NIM client, create a bosinst.data file that describes how a machine should be configured during a BOS installation. See Sample Files for a sample bosinst.data file.
  2. To define the bosinst.data file as a bosinst_data resource in the NIM environment, enter the smit nim_mkres fast path.
  3. Select bosinst_data from the list of resource types displayed on your screen.
  4. Supply the values for the required fields. Use the help information and the LIST option to help you specify the correct values for defining your bosinst_data resource.
  5. After the bosinst_data resource has been defined, follow the procedures for performing an rte, mksysb, or SPOT-copy installation on a standalone machine. Be sure to specify the bosinst_data resource to use during the installation.

From the Command Line

  1. On the NIM master or any running NIM client, create a bosinst.data file that describes how a machine should be configured during a BOS installation. See Sample Files for a sample bosinst.data file.
  2. To define the bosinst.data file as a bosinst_data resource, enter:
    nim -o define -t bosinst_data -a 
    server=ServerName \
    -a location=LocationName NameValue
    Using the server attribute, specify the name of the machine where the bosinst.data file is located.

    Using the location attribute, specify the full path name of the bosinst.data file that is to be used as a resource.

  3. After the bosinst_data resource has been defined, follow the normal procedure for performing an rte, mksysb, or SPOT-copy installation on standalone machines. Be sure to specify that the bosinst_data resource should be used for the installation.

    For example, to perform a non-prompted rte install of machine1 using the lpp_source1, spot1, and bosinst_data1 resources, enter:

    
    nim -o bos_inst -a 
    source=rte -a lpp_source=lpp_source1 \
    -a spot=spot1 -a bosinst_data=bosinst_data1 machine1

[ Previous | Next | Contents | Glossary | Home | Search ]