Created by the Network Installation Management (NIM) software to deliver information to the boot environment of NIM client machines.
Note: In AIX Version 4, this is an internal file to the Network Installation Management software and should not be modified manually.
The NIM software creates the ClientHostName.info file to deliver information to the boot environment of NIM client machines. The file resides in the /tftpboot directory on the server of the NIM Shared Product Object Tree (SPOT), with a format of <ClientHostName>.info where <ClientHostName> is the hostname of the client machine.
After the client machine performs a network boot, it retrieves a copy of the <ClientHostName>.info file from the boot server using tftp. The client machine then uses the contents of the <ClientHostName>.info file to define environment variables for further processing in the boot process.
The <ClientHostName>.info file is used to support network boot for three types of NIM operations:
Some of the variables defined in the <ClientHostName>.info file are common to both operations while others are operation-specific.
Following are descriptions of variables that may be defined in the <ClientHostName>.info file:
Note: The following are managed by the nim command and should not be modified by other means.
This example shows the contents of the file /tftpboot/devon.austin.ibm.com.info after a bos installation has been enabled via the following command:
nim -o bos_inst -a source=rte devon export NIM_NAME=devon export NIM_HOSTNAME=devon.austin.ibm.com export NIM_CONFIGURATION=standalone export NIM_MASTER_HOSTNAME=redfish.austin.ibm.com export NIM_MASTER_PORT=1058 export RC_CONFIG=rc.bos_inst export NIM_BOSINST_RECOVER="/../SPOT/usr/lpp/bos.sysmgt/nim/methods/ c_bosinst_env -a hostname=devon.austin.ibm.com" export SPOT=redfish.austin.ibm.com:/spot/myspot/usr export NIM_CUSTOM="/../SPOT/usr/lpp/bos.sysmgt/nim/methods/c_script -a location=redfish.austin.ibm.com:/export/nim/scripts/devon.script" export NIM_BOS_IMAGE=/SPOT/usr/sys/inst.images/bos export NIM_BOS_FORMAT=rte export NIM_HOSTS=" 129.35.134.9:devon.austin.ibm.com 9.3.84.202:redfish.austin.ibm.com " export NIM_MOUNTS=" redfish.austin.ibm.com:/lppsource/imagedir:/SPOT/usr/sys/inst.images:dir " export ROUTES=" 9.3.84.128:255.255.255.128:129.35.128.201 "
/tftpboot/ClientHostName.info | Default location of the ClientHostName.info file. |
Network Installation Management Concepts in AIX Network Installation Management Guide and Reference.
The nim command.