Ignite-UX Reference (March 2010, B3921-90005)

add_new_client(1M) add_new_client(1M)
For 11.31 or later, run the shareall command to have the edits to the exports file take effect:
/usr/sbin/shareall -F nfs
For other releases, run the exportfs command to have the edits to the exports file take effect:
/usr/sbin/exportfs -av
International Code Set Support
Ignite-UX uses a variety of system commands to accomplish its functionality. Because the output of many
of these commands is parsed, Ignite-UX ensures that the POSIX locale is normally used by modifying envi-
ronment variables. Help text and some command output not parsed by Ignite-UX will be left in the user’s
specified locale.
RETURN VALUE
add_new_client will exit with a status of 0 (zero) if the client was able to successfully initialize its
corresponding client directory on the Ignite-UX server. A non-zero value is returned if any problem occurs.
EXAMPLES
Initialize the client using the specified Ignite-UX server:
add_new_client -s Ignite-UX_Server
Initialize the client and overwrite existing contents of the client directory on the Ignite-UX server:
add_new_client -s Ignite-UX_Server -f
Initialize the client using the specified Ignite-UX server, for target OS release B.11.23:
add_new_client -s Ignite-UX_Server -R B.11.23
FILES
/opt/ignite/boot/Rel_release/INSTALLFS
/opt/ignite/boot/Rel_release/VINSTALLFS
/opt/ignite/boot/Rel_release/WINSTALLFS
/opt/ignite/boot/Rel_release/IINSTALLFS
PA-RISC 32-bit, PA-RISC 64-bit (V class), PA-RISC 64-bit (non V class), and Itanium®-based
file systems used by install clients. Configuration information available at client boot-time is
stored in the first 8KB of these files. These are the default files instl_adm modifies.
/var/opt/ignite/clients/0xLLA/host.info
File that contains the hardware model and system name of the client.
/var/opt/ignite/clients/0xLLA/hw.info
File containing hardware information about the client such as any information about the hard
drives, tape drives, LAN devices, etc. This file will be deprecated in a future release and is being
replaced by the io.info file.
/var/opt/ignite/clients/0xLLA/io.info
File containing hardware information about the client such as any information about the hard
drives, tape drives, LAN devices, etc.
/var/opt/ignite/clients/0xLLA/config.sys
File that contains the system information about the clients such as IP address, system name, etc.
/var/opt/ignite/clients/0xLLA/client_name
File that contains the name of the client.
/var/opt/ignite/clients/0xLLA/client_status
File containing information about the status of each of the client addition steps.
DEPENDENCIES
lanscan(1M)
2