Trusted Solaris Installation and Configuration

Set up the engineering systems for installation.

After setting up the /jumpstart directory and appropriate files, the administrator sets up the install server to install Trusted Solaris software on the engineering systems.

The administrator first sets up the engineering systems because they are on the same subnet as the install server. On the install server, the administrator in the role root at the label ADMIN_LOW uses the add_install_client(1M) command:


# cd /export/install
# ./add_install_client -c server_1:/jumpstart host_eng1 sun4u
# ./add_install_client -c server_1:/jumpstart host_eng2 sun4u
	.
	.
	.

In the add_install_client command,

-c

Specifies the server (server_1) and path (/jumpstart) to the JumpStart directory.

host_eng1

Is the name of a system in the engineering group.

host_eng2

Is the name of another system in the engineering group.

sun4u

Specifies the platform of the systems that will use server_1 as an install server. (This is the proper platform name for Sun Ultra systems.)