To Create the Profile
A profile is a text file that instructs the custom JumpStart program
how to install the Solaris software on a system. A profile defines elements
of the installation, for example, the software group to install.
For detailed information about how to create profiles, see Creating a Profile in Solaris
10 6/06 Installation Guide: Custom JumpStart and Advanced Installations.
To create the profile, follow these steps.
Before You Begin
Create the sysidcfg file for the client. See To Create the sysidcfg File for detailed
instructions.
Steps
-
Create a text file on the install server. Name the file descriptively.
Ensure that the name of the profile reflects how you intend to
use the profile to install the Solaris software on a system. For example,
you might name the profiles basic_install, eng_profile, or user_profile.
-
Add profile keywords and values to the profile.
For
a list of profile keywords and values, see Profile Keywords
and Values in Solaris 10 6/06 Installation
Guide: Custom JumpStart and Advanced Installations.
Profile keywords and their values are case sensitive.
-
Save the profile in a location that is accessible to the WAN boot
server.
Save the profile in one of the following locations.
-
If the WAN boot server and install server are hosted on the
same machine, save this file to the flash subdirectory
of the document root directory on the WAN boot server.
-
If the WAN boot server and install server are not on the same
machine, save this file to the flash subdirectory of
the document root directory of the install server.
-
Ensure that root owns the profile and that
the permissions are set to 644.
-
(Optional) Test the profile.
Testing a Profile in Solaris
10 6/06 Installation Guide: Custom JumpStart and Advanced Installations contains
information about testing profiles.
Example 13–10 Retrieving a Solaris Flash Archive From a Secure HTTP Server
In the following example, the profile indicates that the custom
JumpStart program retrieves the Solaris Flash archive from a secure HTTP
server.
# profile keywords profile values
# ---------------- -------------------
install_type flash_install
archive_location https://192.168.198.2/sol_10_sparc.flar
partitioning explicit
filesys c0t1d0s0 4000 /
filesys c0t1d0s1 512 swap
filesys c0t1d0s7 free /export/home
The following list describes some of the keywords and values from this
example.
-
install_type
-
The profile installs a Solaris Flash archive on the clone
system. All files are overwritten as in an initial installation.
-
archive_location
-
The compressed Solaris Flash archive is retrieved from
a secure HTTP server.
-
partitioning
-
The file system slices are determined by the filesys keywords,
value explicit. The size of root (/)
is based on the size of the Solaris Flash archive. The size of swap is
set to the necessary size and is installed on c0t1d0s1. /export/home is based on the remaining disk space. /export/home is installed on c0t1d0s7.
Continuing the WAN Boot Installation
After you create a profile, you must create and validate the rules file. For instructions, see To Create the rules File.
See Also
For more information about how to create a profile, see Creating a Profile in Solaris
10 6/06 Installation Guide: Custom JumpStart and Advanced Installations.
For more detailed information about profile keywords and values, see Profile Keywords and Values in Solaris 10 6/06 Installation Guide: Custom JumpStart and Advanced
Installations.