cluster Profile Keyword (Adding Software Groups)
cluster designates the software group to add to the system. The group_name for each software group is listed in the following table.
Software Group | group_name |
Core System Support Software Group | SUNWCreq |
End User Solaris Software Group | SUNWCuser |
Developer Solaris Software Group | SUNWCprog |
Entire Solaris Software Group | SUNWCall |
Entire Solaris Software Group Plus OEM Support | SUNWCXall |
You can specify only one software group in a profile. The software group must be specified before other cluster and package entries. If you do not specify a software group with cluster in the profile, the end-user software group, SUNWCuser, is installed on the system.
cluster Profile Keyword (Adding or Deleting Clusters)
cluster cluster_name add_delete_switch
|
Note - cluster (adding or deleting clusters) can be used with both the initial installation and upgrade options.
cluster designates whether a cluster is to be added or deleted from the software group that is to be installed on the system.
cluster_name must be in the form SUNWCname. To view detailed information about clusters and their names, start Admintool on an installed system and choose Software from the Browse menu.
add_delete_switch represents the option add or delete. Use add_delete_switch to indicate whether to add or delete the cluster that is specified. If you do not specify add_delete_switch, add is used by default.
When you use cluster (adding or deleting clusters) during an upgrade, the following conditions apply:
All clusters that are already on the system are automatically upgraded.
If you specify cluster_name add, and cluster_name is not installed on the system, the cluster is installed.
If you specify cluster_name delete, and cluster_name is installed on the system, the package is deleted before the upgrade begins.
dontuse Profile Keyword
By default, the JumpStart program uses all of the operational disks on the system when partitioning default is specified. dontuse designates one or more disks that you do not want the JumpStart program to use. disk_name must be specified in the form cxtydzor cydz, for example, c0t0d0.
Note - You cannot specify the dontuse keyword and the usedisk keyword in the same profile.
x86: fdisk Profile Keyword
fdisk disk_name type size
|
fdisk defines how the fdisk partitions are set up on an x86 based system. You can specify fdisk more than once. When fdisk partitions an x86 based system, the following occurs:
All fdisk partitions on the disk are preserved unless you delete the partitions with the fdisk keyword by assigning size the value of delete or 0. Also, all existing fdisk partitions are deleted when size is set to all.
A Solaris fdisk partition that contains a root (/) file system is always designated as the active partition on the disk.
x86 only - The system boots from the active partition by default.
If the fdisk keyword is not specified in a profile, the following fdisk keyword is used by default during the installation.
fdisk all solaris maxfree
|
fdisk entries are processed in the order in which the entries are listed in the profile.
disk_name - Use the following values to specify where the fdisk partition is to be created or deleted:
cxtydz or cydz - A specific disk, for example, c0t3d0.
rootdisk - The variable that contains the value of the system's root disk, which is determined by the JumpStart program as described in How the System's Root Disk Is Determined.
all - All the selected disks.
type - Use the following values to specify the type of fdisk partition that is to be created or deleted on the specified disk:
solaris - A Solaris fdisk partition (SUNIXOS fdisk type).
dosprimary - An alias for primary DOS fdisk partitions, not for fdiskpartitions that are extended or reserved for data DOS. When you delete fdisk partitions by assigning size the value delete, dosprimary is an alias for the DOSHUGE, DOSOS12, and DOSOS16 fdisk types. When you create an fdisk partition, dosprimary is an alias for the DOSHUGE fdisk partition.
DDD - An integer fdisk partition. DDD is an integer between 1 and 255 inclusive.
x86 only - You can specify this value only if size is delete.
0xHH - A hexadecimal fdisk partition. HH is a hexadecimal number between 01 and FF.
x86 only - You can specify this value only if size is delete.
The following table shows the integer and hexadecimal numbers for some of the fdisk types.
fdisk Type | DDD | HH |
DOSOS12 | 1 | 01 |
PCIXOS | 2 | 02 |
DOSOS16 | 4 | 04 |
EXTDOS | 5 | 05 |
DOSHUGE | 6 | 06 |
DOSDATA | 86 | 56 |
OTHEROS | 98 | 62 |
UNIXOS | 99 | 63 |
size - Use one of the following values:
DDD - An fdisk partition of size DDD in Mbytes is created on the specified disk. DDD must be an integer, and the JumpStart program automatically rounds the number up to the nearest cylinder boundary. Specifying a value of 0 is the same as specifying delete.
all - An fdisk partition is created on the entire disk. All existing fdisk partitions are deleted.
x86 only - The all value can be specified only if type is solaris.
maxfree - An fdisk partition is created in the largest contiguous free space on the specified disk. If an fdisk partition of the specified type already exists on the disk, the existing fdisk partition is used. A new fdisk partition is not created on the disk.
x86 only - The disk must contain at least one unused fdisk partition. Also, the disk must have free space or installation fails. The maxfree value can be specified only if type is solaris or dosprimary.
delete - All fdisk partitions of the specified type are deleted on the specified disk.
|