Task Map: Preparing JumpStart Installations
Table 3-1 Task Map: Preparing JumpStart Installations
|
|
|
Decide how to upgrade the system if a previous version of
the Oracle Solaris software is installed on the system. |
If a previous release of
Oracle Solaris is installed on the system, you need to determine how to
upgrade the system. Ensure that you know what to do before and after
you upgrade a system. Planning helps you to create your profiles, begin
scripts, and finish scripts. |
|
Create a JumpStart directory. |
On a serverIf you want to perform JumpStart
installations on systems that are connected to a network, you must create a
profile server. The profile server contains a JumpStart directory for the JumpStart
files. |
|
On a disketteIf you want to perform JumpStart installations on systems that are
not connected to a network, you must create a profile diskette. A profile
diskette contains the JumpStart files. |
|
Add rules to the rules file. |
After you
decide how you want each group of systems or single systems to be
installed, create a rule for each group that you want to install.
Each rule distinguishes a group, based on one or more system attributes. The
rule links each group to a profile. |
|
Create a profile for every rule. |
A
profile is a text file that defines how to install the Oracle
Solaris software, for example, which software group to install on a system. Every rule
specifies a profile to define how a system is to be installed
with the Oracle Solaris software when the rule is matched. You usually create
a different profile for every rule. However, the same profile can be used
in more than one rule. |
|
(Optional) Test the profiles. |
After you create a profile, use
the pfinstall(1M) command to test the profile before you use the profile to
install or upgrade a system. |
|
Validate the rules file. |
The rules.ok file is a
generated version of the rules file that the JumpStart program uses to
match the system to be installed with a profile. You must use the
check script to validate the rules file. |
|
|