![]() |
![]() |
| |
Chapter 3Solaris Volume Manager OverviewThis chapter explains the overall structure of Solaris Volume Manager and provides the following information: What Does Solaris Volume Manager Do?Solaris Volume Manager is a software product that lets you manage large numbers of disks and the data on those disks. Although there are many ways to use Solaris Volume Manager, most tasks include the following:
In some instances, Solaris Volume Manager can also improve I/O performance. How Does Solaris Volume Manager Manage Storage?Solaris Volume Manager uses virtual disks to manage physical disks and their associated data. In Solaris Volume Manager, a virtual disk is called a volume. For historical reasons, some command-line utilities also refer to a volume as a "metadevice." A volume is functionally identical to a physical disk in the view of an application or a file system. Solaris Volume Manager converts I/O requests directed at a volume into I/O requests to the underlying member disks. Solaris Volume Manager volumes are built from disk slices or from other Solaris Volume Manager volumes. An easy way to build volumes is to use the graphical user interface that is built into the Solaris Management Console. The Enhanced Storage tool within the Solaris Management Console presents you with a view of all the existing volumes. By following the steps in wizards, you can easily build any kind of Solaris Volume Manager volume or component. You can also build and modify volumes by using Solaris Volume Manager command-line utilities. For example, if you need more storage capacity as a single volume, you could use Solaris Volume Manager to make the system treat a collection of slices as one larger volume. After you create a volume from these slices, you can immediately begin using the volume just as you would use any "real" slice or device. For a more detailed discussion of volumes, see Volumes. Solaris Volume Manager can increase the reliability and availability of data by using RAID 1 (mirror) volumes and RAID 5 volumes. Solaris Volume Manager hot spares can provide another level of data availability for mirrors and RAID 5 volumes. Once you have set up your configuration, you can use the Enhanced Storage tool within the Solaris Management Console to report on its operation. How to Interact With Solaris Volume ManagerUse either of these methods to interact with Solaris Volume Manager:
Note - Do not attempt to administer Solaris Volume Manager with the command line and the graphical user interface at the same time. Conflicting changes could be made to the configuration, and the behavior would be unpredictable. You can use both tools to administer Solaris Volume Manager, but not concurrently. Figure 3-1 View of the Enhanced Storage tool (Solaris Volume Manager) in the Solaris Management Console ![]()
|
% /usr/sbin/smc |
Double-click This Computer.
Double-click Storage.
Double-click Enhanced Storage to load the Solaris Volume Manager tools.
If prompted to log in, log in as root or as a user who has equivalent access.
Double-click the appropriate icon to manage volumes, hot spare pools, state database replicas, and disk sets.
Tip - All tools in the Solaris Management Console display information in the bottom section of the page or at the left side of a wizard panel. Choose Help at any time to find additional information about performing tasks in this interface.
Solaris Volume Manager requirements include the following:
You must have root privilege to administer Solaris Volume Manager. Equivalent privileges granted through the User Profile feature in the Solaris Management Console allow administration through the Solaris Management Console. However, only the root user can use the Solaris Volume Manager command-line interface.
Before you can create volumes with Solaris Volume Manager, state database replicas must exist on the Solaris Volume Manager system. At least three replicas should exist, and the replicas should be placed on different controllers and different disks for maximum reliability. See About the Solaris Volume Manager State Database and Replicas for more information about state database replicas, and Creating State Database Replicas for instructions on how to create state database replicas.
The four basic types of components that you create with Solaris Volume Manager are volumes, disk sets, state database replicas, and hot spare pools. The following table gives an overview of these Solaris Volume Manager components.
Table 3-1 Summary of Solaris Volume Manager Components
A volume is a name for a group of physical slices that appear to the system as a single, logical device. Volumes are actually pseudo, or virtual, devices in standard UNIX® terms.
Note - Historically, the Solstice DiskSuite product referred to these logical devices as "metadevices." However, for simplicity and standardization, this book refers to these devices as "volumes."
Previous Contents Index Next ![]() |