Follow the same procedure that you used to set up the network servers in Chapter 7, Preparing to Install Trusted Solaris Over a Network.
As role admin, at label admin_low
,
launch the Host Manager using the same naming service you did for setting
up network install, and select a workstation.
See "Add Client Information Using the Host Manager" for a description of the Host Manager interface.
Enter jumpstart_dir_path as the Profile Server entry and click OK.
For example, enter stork:/jumpstart.
Choose File > Save Changes.
When you save the entry, the Host Manager places the information in the bootparams database.
Repeat for all hosts to be installed with custom JumpStart, then exit the Host Manager.
As role admin, at label admin_low
,
launch the Database Manager using the same naming service you did for setting
up network install.
Load the bootparams database.
To fully automate custom JumpStart, add an ns entry before the initial entry. Leave a space between it and the next entry.
ns=nis+_server:nisplus(netmask)
For example,
ns=grebe:nisplus(255.255.255.0)
As root, at label admin_low
,
go to "Add Client Information with the add_install_client Command".
Use the -c option to the add_install_client command to add JumpStart details to the local bootparams database.
# ./add_install_client -c [server:jumpstart_dir_path] [-e ethernet_address \ host_name platform_group
In this command,
Specifies a JumpStart directory for custom JumpStart installations. This option and its arguments are required for custom JumpStart.
server is the host name of the server on which the JumpStart directory is located. jumpstart_dir_path is the absolute path of the JumpStart directory.
For example, issuing the following command on an install/boot server modifies the local bootparams database to look for custom JumpStart information in the stork:/jumpstart directory.:
# ./add_install_client -e 8:0:20:17:22:a4 \ -c stork:/jumpstart \ -s heron:/export/install/ts7_sparc willet sun4m |
The result: The client willet can be installed with custom JumpStart. Its Trusted Solaris 2.5.1 image will come from heron (as will its boot information), and its custom JumpStart installation profile will come from stork.