JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 1/13 Installation Guide: Planning for Installation and Upgrade     Oracle Solaris 10 1/13 Information Library
search filter icon
search icon

Document Information

Preface

Part I Overall Planning of an Oracle Solaris Installation or Upgrade

1.  Where to Find Oracle Solaris Installation Planning Information

2.  Oracle Solaris Installation and Upgrade Roadmap

3.  System Requirements, Guidelines, and Upgrade Information

4.  Gathering Information Before an Installation or Upgrade

Part II Understanding Installations Related to ZFS, Booting, Oracle Solaris Zones, and RAID-1 Volumes

5.  ZFS Root File System Installation Planning

6.  SPARC and x86 Based Booting (Overview and Planning)

7.  Upgrading When Oracle Solaris Zones Are Installed on a System

8.  Creating RAID-1 Volumes (Mirrors) During Installation (Overview)

9.  Creating RAID-1 Volumes (Mirrors) During Installation (Planning)

System Requirement

State Database Replicas Guidelines and Requirements

Selecting Slices for State Database Replicas

Choosing the Number of State Database Replicas

Distributing State Database Replicas Across Controllers

RAID-1 and RAID-0 Volume Requirements and Guidelines

JumpStart and Live Upgrade Guidelines

RAID Volume Name Requirements and Guidelines

Guidelines for Selecting Disks and Controllers

Guidelines for Selecting Slices

Troubleshooting: Booting Into Single-User Mode Causes Mirror to Appear to Need Maintenance

Glossary

Index

RAID-1 and RAID-0 Volume Requirements and Guidelines

When you are working with RAID-1 volumes (mirrors) and RAID-0 volumes (single-slice concatenations), consider the following guidelines.

JumpStart and Live Upgrade Guidelines

The custom JumpStart installation method and 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 guidelines in the following table.

Table 9-1 JumpStart and Live Upgrade Guidelines for Creating Mirrored File Systems

Installation Program
Supported Feature
Unsupported Feature
JumpStart and Live Upgrade
  • Supports RAID-0 and RAID-1 volumes, but does not support other Solaris Volume Manager components such as RAID-5 volumes.
  • RAID-0 volume is supported, but only as a single-slice concatenation.

In Solaris Volume Manager, a RAID-0 volume can refer to disk stripes or disk concatenations. You cannot create RAID-0 stripe volumes during the installation or upgrade.
JumpStart
  • Supports the creation of RAID-1 volumes during an initial installation only.
  • You can create up to two RAID-0 volumes (submirrors) for each RAID-1 volume. Two submirrors usually provide sufficient data redundancy for most applications, and the disk drive costs are less expensive.

  • Does not support an upgrade when RAID-1 volumes are configured.
  • More than two RAID-0 volumes are not supported.

Live Upgrade
  • You can create up to three RAID-0 volumes (submirrors) for each RAID-1 volume. Three submirrors enable you to take a submirror offline and perform a backup while maintaining the two remaining submirrors for continued data redundancy.
  • Supports the creation of RAID-1 volumes during an upgrade.

For examples, see How to Create a Boot Environment With RAID-1 Volumes (Mirrors) in Oracle Solaris 10 1/13 Installation Guide: Live Upgrade and Upgrade Planning.

More than three RAID-0 volumes are not supported.
Creating and Installing a flash archive, with RAID-1 volumes
You can create a flash archive created from a master system that has Solaris Volume Manager RAID-1 volumes configured. The flash archive creation software removes all RAID-1 volume information from the archive to keep the integrity of the clone system. You can rebuild the RAID-1 volumes by using a JumpStart profile. With Live Upgrade, you create a boot environment with RAID-1 volumes configured and install the archive. The Oracle Solaris installation program cannot be used to install RAID-1 volumes with a flash archive.

For examples of RAID-1 volumes in JumpStart profiles, see Profile Examples in Oracle Solaris 10 1/13 Installation Guide: JumpStart Installations.

Veritas VxVM stores configuration information in areas not available to flash archives. If Veritas VxVM file systems have been configured, you should not create a flash archive. Also, Oracle Solaris installation methods, including JumpStart and Live Upgrade do not support rebuilding VxVM volumes at installation time. Therefore, if you are planning to deploy Veritas VxVM software using a flash archive, the archive must be created prior to configuring the VxVM file systems. The clone systems must then be configured individually after the archive has been applied and the system rebooted.

RAID Volume Name Requirements and Guidelines

Observe the following rules when assigning names for volumes:

RAID Volume Naming Conventions for Live Upgrade

When you use 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 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), 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 10 10/08 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 Live Upgrade: Enable the Software to Detect and Name the Mirror and Submirror

In this example, Live Upgrade assigns the volume names. The RAID-1 volumes d0 and d1 are the only volumes in use. For the mirror d10, 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:attach

Example 9-2 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 JumpStart

When you use the 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. For example:


Example 9-3 JumpStart: 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 JumpStart: 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 Controllers

When you choose the disks and controllers that you want to use to mirror a file system, consider the following guidelines:

Guidelines for Selecting Slices

When you choose the slices that you want to use to mirror a file system, consider the following guidelines: