These commands are located on slice 0 of the Solaris Software and Solaris Installer CDs. If the Solaris CD has been copied to a local disk, cdrom_mnt_pt is the path to the copied Solaris CD. They can
be used for a variety of installation tasks.
The XX in Solaris_XX is the version number of the Solaris release being used.
There are three versions of the add_install_client command. See SYNOPSIS.
Use the following version of the add_install_client command to add clients for network installation (these commands update the bootparams(4)
file). The add_install_client command must be run from the install server's Solaris installation image (a mounted Solaris CD or a Solaris CD copied to disk) or the boot server's boot directory (if a boot server is required).
The Solaris installation image or the boot directory must be the same Solaris release that you want installed on the client.
| cdrom-mnt-pt/Solaris_XX/Tools/add_install_client [-i IP_address] [-e Ethernet_address] [ -s server_name : path] [ -c server_name : path] [ -n [server ] : name_service [ ( netmask] ] [ -p server_name : path] host_name platform_group |
Use the following version of the add_install_client command to add support for instances of a platform within a platform group to the install server. This group will be booted and configured using DHCP. The script will perform the necessary configuration steps
on the server, and prints the data that the user needs to add to the DHCP server for the group.
| cdrom-mnt-pt/Solaris_XX/Tools/add_install_client -d [-s server:path] [-c server:path] [-p server:path] [-t install boot image path] [-f boot file name] platform_name platform_group |
Use the following version of the add_install_client command to add a single client to the install server. This client will be booted and configured using DHCP. The script will perform the necessary configuration steps on the server, and will print the data that
the user needs to add to the DHCP server for the client. The -f flag used above needs to be added to the existing usage as well. -f allows the user to specify a boot file name to be used for a given client.
| cdrom-mnt-pt/Solaris_XX/Tools/add_install_client -d [-s server_name:path] [-c server_name:path] [-p server_name:path] [-t install_boot_image_path] [-f boot_file_name] -e Ethernet_address platform_group |
Note Always use the -d option when registering Intel Architecture (IA) Pre-boot eXecution Environment (PXE) clients. These clients use DHCP for their configuration.Use add_to_install_server to merge other Solaris CDs with an existing image on a Net Install Server. Each CD that can be merged (currently OS CD 2, and the Language CD) has its own add_to_install_server script. Do not use add_to_install_server scripts with CDs other than the ones with which they were delivered.
Use check to validate the rules in a rules file (this is only necessary if a custom JumpStart installation is being set up).
Use modify_install_server to replace an existing net install server's miniroot with a Solaris Installation CD's miniroot. This will change the net install server's install time user interface over to the Solaris Installation CD's Web Start
user interface.
An existing install image (created using setup_install_server) must exist prior to using the modify_install_server command.
Use rm_install_client to remove clients for network installation (these commands update the bootparams(4) file).
Use setup_install_server to copy the Solaris CD to a disk (to set up an install server) or to copy just the boot software of the Solaris CD to a disk (to set up a boot server). An install server is required to install
clients over the network. A boot server is also required for network installations if the install server and clients to be installed are on different subnets (the boot server must be located on the client's subnet).
|