Trusted Solaris Installation and Configuration

Profile Examples

The following profile examples describe how you can use different profile keywords and profile values to control how the Trusted Solaris software is installed on a workstation. See "Profile Keyword and Profile Value Descriptions" for the list of profile keywords and profile values.

# profile keywords     profile values
# ----------------     -------------------
   install_type        initial_install
   system_type         standalone
   partitioning        default
   filesys             any 80 swap   # specify size of /swap
   cluster             SUNWCprog
   package             SUNWman delete
   package             SUNWolman delete
   package             SUNWxwman delete
   package             SUNWxwdem add
   package             SUNWxwdim add
  1. This profile keyword is required in every profile.

  2. This profile keyword defines that the workstation will be installed as a standalone workstation.

  3. The file system slices are determined by the software to be installed (default value); however, the size of swap is set to 80 Mbytes and it is installed on any disk (any value).

  4. The developer software group (SUNWCprog) is installed on the workstation.

  5. Because the man pages will be mounted remotely, those packages are selected not to be installed on the workstation; however, the packages containing the X Windows demo programs and images are selected to be installed on the workstation.

# profile keywords     profile values
# ----------------     -------------------
install_type           initial_install
system_type            standalone

partitioning           default
filesys                c0t0d0s0 auto /
filesys                c0t3d0s1 64 swap
cluster                SUNWCall
  1. The file system slices are determined by the software to be installed (default value). However, the size of root is based on the selected software (auto value) and it is installed on c0t0d0s0, and the size of swap is set to 64 Mbytes and it is installed on c0t3d0s1.

  2. The entire distribution software group (SUNWCall) is installed on the workstation.

# profile keywords      profile values
# ----------------      -------------------
install_type            initial_install
system_type             standalone

fdisk                   c0t0d0 0x04 delete
fdisk                   c0t0d0 solaris maxfree
cluster                 SUNWCall
cluster                 SUNWCacc delete
  1. All fdisk partitions of type DOSOS16 (04 hexadecimal) are deleted from the c0t0d0 disk.

  2. A Trusted Solaris fdisk partition is created on the largest contiguous free space on the c0t0d0 disk.

  3. The entire distribution software group (SUNWCall) is installed on the workstation.

  4. The system accounting utilities (SUNWCacc) are selected not to be installed on the workstation.

# profile keywords      profile values
# ----------------      -------------------
install_type            upgrade

   package              SUNWbcp delete
   package              SUNWolman add
   package              SUNWxwman add
   cluster              SUNWCumux add
   locale               de  
  1. This profile upgrades a system (SPARC only).

  2. The binary compatibility package (SUNWbcp) is selected to be deleted from the system or prevented from being installed.

  3. This code ensures that the OpenLook and X Windows man pages and the universal multiplexor software are selected to be installed if they are not installed on the system. (All packages already on the system are automatically upgraded.)

  4. The German localization packages are selected to be installed on the system.