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
This profile keyword defines that the workstation will be installed as a standalone workstation.
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).
The developer software group (SUNWCprog) is installed on the workstation.
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
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.
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
All fdisk partitions of type DOSOS16 (04 hexadecimal) are deleted from the c0t0d0 disk.
A Trusted Solaris fdisk partition is created on the largest contiguous free space on the c0t0d0 disk.
The entire distribution software group (SUNWCall) is installed on the workstation.
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
The binary compatibility package (SUNWbcp) is selected to be deleted from the system or prevented from being installed.
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.)
The German localization packages are selected to be installed on the system.