Solaris Volume Manager (SVM): Best Practices for Creation and Implementation of Soft Partitions
(Doc ID 1417827.1)
Last updated on OCTOBER 07, 2022
Applies to:
Solstice DiskSuite Software - Version 4.2.1 to 4.2.1 [Release 4.0]Sun Solaris Volume Manager (SVM) - Version 11.9.0 to 11.11 [Release 11.0]
Information in this document applies to any platform.
Goal
Solaris Volume Manager (SVM) was originally implemented to allow creation of software RAID devices from disk drives or LUNs. These RAID devices (or metadevices) were created from physical partitions on the disk. You could combine physical disk partitions into stripes or concatentions, mirrors and RAID-5 metadevices.
A limitation existed in that a disk can only have 8 partitions, thus limiting the number of metadevices to 8 per disk. This may have originally been an acceptable limitation, but as disk sizes increased, the restriction became unmanageable.
This is where soft partitions come into play. Soft partitioning allows a disk to be subdivided into many partitions which are controlled and maintained by SVM, thereby removing the 8-metadevice limitation per disk.
A soft partition is made up of one or more "extents." Each extent is preceded by an extent header, which is a consistency record that contains such information as the metadevice (soft partition) name, its status, size, and a checksum. Each extent header is 1 block (512 bytes) in size.
Soft partition configuration information is written in two places:
- the state database replicas;
- directly onto the disk, in the extent header.
Extent headers are also referred to as watermarks and are used in administration and recovery.
Several more points of interest:
Soft partitioning was introduced in Solaris 8 with SVM product patch 108693-06.
Soft partitions are managed with the md_sp kernel driver.
Do not use soft partitions unless you plan on making more than 8 metadevices from a disk drive. They serve no purpose and introduce a new layer of complexity.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Creating Soft Partitions from a Single Disk or LUN |
Creating Soft Partitions from a Mirror (How to Mirror Soft Partitions). |
Creating Soft Partitions from a RAID-5 Metadevice |
Growing Soft Partitions |
Introduction to the metarecover Command |
References |