![]() |
![]() |
| ||||
filesys Profile Keyword (Mounting Remote File Systems)
By using filesys with the listed values, the JumpStart program sets up the installed system to automatically mount remote file systems when the system boots. You can specify filesys more than once. Example:
server: - The name of the server where the remote file system is located, followed by a colon. path - The remote file system's mount-point name. For example, /usr or /export/home. server_address - The IP address of the server that is specified in server:path. If a name service is not running on the network, the server_address value can be used to populate the /etc/hosts file with the server's host name and IP address. If you are not specifying the server's IP address, you must specify a minus sign (-). For example, if you have a name service that is running on the network, you do not need to specify the server's IP address. mount_pt_name - The name of the mount point on which the remote file system is to be mounted. mount_options - One or more mount options, which is the same as the -o option of the mount(1M) command. The mount options are added to the /etc/vfstab entry for the specified mount_pt_name. Note - If you need to specify more than one mount option, the mount options must be separated by commas and no spaces (ro,quota for example). filesys Profile Keyword (Creating Local File Systems)
By using filesys with the values that are listed, the JumpStart program creates local file systems during the installation. You can specify filesys more than once. slice - Use one of the following values:
size - Use one of the following values:
file_system - The file_system value is optional and used when slice is specified as any or cwtxdysz. If file_system is not specified, unnamed is set by default. If unnamed is set, you cannot specify the optional_parameters value. Use one of the following values:
optional_parameters - Use one of the following values:
filesys Profile Keyword (Creating Mirrored File Systems)
By using the filesys mirror keywords with the values that are listed, the JumpStart program creates the RAID-1 and RAID-0 volumes that are necessary to create a mirrored file system. You can specify filesys mirror more than once to create RAID-1 volumes (mirrors) for different file systems. Note - The filesys mirror keyword is only supported for initial installations. name - This optional keyword enables you to name the RAID-1 volume (mirror.) Mirror names must start with the letter "d", followed by a number between 0 and 127, for example, d100. If you do not specify a mirror name, the custom JumpStart program assigns a mirror name for you. For guidelines about how to name mirrors, see Volume Name Requirements and Guidelines. slice - This value specifies the disk slice where the custom JumpStart program places the file system you want to mirror. The slice value must follow the format cwtxdysz, for example c0t0d0s0 or c0t0d0s5. The custom JumpStart program creates a RAID-0 volume (single-slice concatentation) on the slice, and creates a RAID-1 volume to mirror the concatenation. You can specify up to two slices to mirror. size - This value specifies the size, in MBytes, of the file system. file_system - This value specifies the file system that you are mirroring. The custom JumpStart program creates the mirror from the slices that are specified and mounts the mirror on the specified file system. In addition to critical file systems, such as root (/), /usr, and /var, you can also specify swap as the file system. optional_parameters - One or more mount options, which is the same as the -o option of the mount(1M) command. The mount options are added to the /etc/vfstab entry for the specified file_system. If you need to specify more than one mount option, the mount options must be separated by commas and no spaces, for example, ro,quota. For more information about creating mirrored file systems during your installation, see Chapter 10, Creating RAID-1 Volumes (Mirrors) During Installation (Overview). | ||||
| ||||