|
||||||||||||||||
Part I Overall Planning of Any Solaris Installation or Upgrade 1. Where to Find Solaris Installation Planning Information 2. What's New in Solaris Installation 3. Solaris Installation and Upgrade (Roadmap) 4. System Requirements, Guidelines, and Upgrade (Planning) 5. Gathering Information Before Installation or Upgrade (Planning) Part II Understanding Installations That Relate to GRUB, Solaris Zones, and RAID-1 Volumes 6. x86: GRUB Based Booting for Solaris Installation 7. Upgrading When Solaris Zones Are Installed on a System (Planning) 8. Creating RAID-1 Volumes (Mirrors) During Installation (Overview) 9. Creating RAID-1 Volumes (Mirrors) During Installation (Planning) State Database Replicas Guidelines and Requirements Booting Into Single-User Mode Causes Mirror to Appear to Need Maintenance |
RAID-1 and RAID-0 Volume Requirements and GuidelinesWhen you are working with RAID-1 volumes (mirrors) and RAID-0 volumes (single-slice concatenations), consider the following guidelines. Custom JumpStart and Solaris Live Upgrade GuidelinesThe custom JumpStart installation method and Solaris Live Upgrade support a subset of the features that are available in the Solaris Volume Manager software. When you create mirrored file systems with these installation programs, consider the following guidelines.
RAID Volume Name Requirements and Guidelines for Custom JumpStart and Solaris Live UpgradeObserve the following rules when assigning names for volumes.
RAID Volume Naming Conventions for Solaris Live UpgradeWhen you use the Solaris Live Upgrade to create RAID-1 volumes (mirrors) and RAID-0 volumes (submirrors), you can enable the software to detect and assign volume names, or you can assign the names. If you enable the software to detect the names, the software assigns the first mirror or submirror name that is available. If you assign mirror names, assign names ending in zero so that the installation can use the names ending in 1 and 2 for submirrors. If you assign submirror names, assign names ending in 1 or 2. If you assign numbers incorrectly, the mirror might not be created. For example, if you specify a mirror name with a number that ends in 1 or 2 (d1 or d2), Solaris Live Upgrade fails to create the mirror if the mirror name duplicates a submirror's name. Note - In previous releases, an abbreviated volume name could be entered. Starting with the Solaris Express 2/07 release, only the full volume name can be entered. For example, only the full volume name, such as /dev/md/dsk/d10, can be used to specify a mirror. Example 9-1 Solaris Live Upgrade: Enable the Software to Detect and Name the Mirror and Submirror In this example, Solaris Live Upgrade assigns the volume names. The RAID-1 volumes d0 and d1 are the only volumes in use. For the mirror d10, Solaris Live Upgrade chooses d2 for the submirror for the device c0t0d0s0 and d3 for the submirror for the device c1t0d0s0. lucreate -n newbe -m /:/dev/md/dsk/d10:mirror,ufs -m /:/dev/dsk/c0t0d0s0:attach -m /:/dev/dsk/c1t0d0s0:attachExample 9-2 Solaris Live Upgrade: Assign Mirror and Submirror Names In this example, the volume names are assigned in the command. For the mirror d10, d11 is the name for the submirror for the device c0t0d0s0 and d12 is the name for the submirror for the device c1t0d0s0. lucreate -n newbe -m /:/dev/md/dsk/d10:mirror,ufs -m /:/dev/dsk/c0t0d0s0,/dev/md/dsk/d11:attach -m /:/dev/dsk/c1t0d0s0,/dev/md/dsk/d12:attach For detailed information about Solaris Volume Manager naming requirements, see Solaris Volume Manager Administration Guide. RAID-Volume Naming Conventions for Custom JumpStartWhen you use the custom JumpStart installation method to create RAID-1 volumes (mirrors) and RAID-0 volumes (submirrors), you can enable the software to detect and assign volume names to mirrors, or you can assign the names in the profile.
Note - You can abbreviate the names of physical disk slices and Solaris Volume Manager volumes. The abbreviation is the shortest name that uniquely identifies a device. Examples follow.
Example 9-3 Enable the Software to Detect the Mirror and Submirror Names In the following profile example, the mirror is assigned the first volume numbers that are available. If the next available mirror ending in zero is d10, then the names d11 and d12 are assigned to the submirrors. filesys mirror c0t0d0s1 /Example 9-4 Assigning Mirror and Submirror Names In the following profile example, the mirror number is assigned in the profile as d30. The submirror names are assigned by the software, based on the mirror number and the first available submirrors. The submirrors are named d31 and d32. filesys mirror:d30 c0t1d0s0 c0t0d0s0 / For detailed information about Solaris Volume Manager naming requirements, see Solaris Volume Manager Administration Guide. Guidelines for Selecting Disks and ControllersWhen you choose the disks and controllers that you want to use to mirror a file system, consider the following guidelines.
Guidelines for Selecting SlicesWhen you choose the slices that you want to use to mirror a file system, consider the following guidelines.
|
|||||||||||||||
|