Create the Marketing Group's Profile
For the marketing systems, you create a file that is named marketing_prof in the /jumpstart directory. The marketing_prof file contains the following entries, which define the Solaris 9 software to be installed on systems in the marketing group:
install_type initial_install1 system_type standalone2 partitioning default3 cluster SUNWCuser4 package SUNWaudio5 |
Specifies that the installation is to be treated as an initial installation, as opposed to an upgrade.
Specifies that the marketing systems are standalone systems.
Specifies that the JumpStart software is to use default disk partitioning for installing Solaris on the marketing systems.
Specifies that the End User Solaris Software Group is to be installed.
Specifies that the audio demo software package is to be added to each system.
Update the rules File
Now you must add rules to the rules file. The Solaris suninstall program uses the rules to select the correct installation (profile) for each system during a custom JumpStart installation.
At this site, each department is located on its own subnet and has its own network address. The engineering department is located on subnet 255.222.43.0. The marketing department is located on 255.222.44.0. You can use this information to control how the engineering and marketing systems are installed with the Solaris 9 software. In the /jumpstart directory, you edit the rules file, delete all of the example rules, and add the following lines to the file:
network 255.222.43.0 - eng_prof - network 255.222.44.0 - marketing_prof - |
Basically, these rules state that systems on the 255.222.43.0 network are to be installed with the Solaris 9 software by using the eng_prof profile. The systems on the 255.222.44.0 network are to be installed with the Solaris 9 software by using the marketing_prof profile.
Note - You can use the sample rules to use a network address to identify the systems to be installed with the Solaris 9 software by using eng_prof and marketing_prof, respectively. You can also use host names, memory size, or model type as the rule keyword. Table 28-1 contains a complete list of keywords you can use in a rules file.
Validate the rules File
After the rules and profiles are set up, you run the check script to verify that the files are correct:
server-1# cd /jumpstart server-1# ./check |
If the check script does not find any errors, the script creates the rules.ok file.
Set Up Engineering Systems to Install From the Network
After setting up the /jumpstart directory and files, you use the add_install_client command on the install server, server-1, to set up the engineering systems to install the Solaris 9 software from the install server. server-1 is also the boot server for the engineering group's subnet.
server-1# cd /export/install/sparc_9/Solaris_9/Tools server-1# ./add_install_client -c server-1:/jumpstart host-eng1 sun4u server-1# ./add_install_client -c server-1:/jumpstart host-eng2 sun4u |
In the add_install_client command, the options that are used have the following meanings:
Set Up Marketing Systems to Install From the Network
Next, you use the add_install_client command on the boot server (server-2) to set up the marketing systems to boot from the boot server and install the Solaris 9 software from the install server (server-1):
server-2# cd /marketing/boot-dir/Solaris_9/Tools server-2# ./add_install_client -c server-1:/jumpstart host-mkt1 sun4u server-2# ./add_install_client -c server-1:/jumpstart host-mkt2 sun4u |
In the add_install_client command, the options that are used have the following meanings:
Boot the Systems and Install Solaris 9 Software
After setting up the servers and files, you can boot the systems by using the following boot command at the ok (PROM) prompt of each system:
ok boot net - install |
The Solaris operating environment is automatically installed on the systems.