Veritas 5.0 Installation Guide, HP-UX 11i v3, First Edition, May 2008

Striping (RAID-0)
Striping maps data so that the data is interleaved among two or more physical disks. A striped
plex contains two or more subdisks, spread out over two or more physical disks.
Mirroring (RAID-1)
Mirroring uses multiple mirrors (plexes) to duplicate the information contained in a volume. In
the event of a physical disk failure, the plex on the failed disk becomes unavailable.
When striping or spanning across a large number of disks, failure of any one of the disks can
make the entire plex unusable. As disks can fail, you must consider mirroring to improve the
reliability (and availability) of a striped or spanned volume.
Striping Plus Mirroring (Mirrored-Stripe or RAID-0+1)
VxVM supports combination of mirroring above striping. This combined layout is called a
mirrored-stripe layout. A mirrored-stripe layout offers the dual benefits of striping to spread
data across multiple disks, while mirroring provides redundancy of data.
Mirroring Plus Striping (Striped-Mirror, RAID-1+0 or RAID-10)
VxVM supports the combination of striping above mirroring. This combined layout is called a
striped-mirror layout. Putting mirroring below striping, mirrors each column of the stripe. If
there are multiple subdisks per column, each subdisk can be mirrored individually instead of
each column.
RAID-5 (Striping with Parity)
Although both mirroring (RAID-1) and RAID-5 provide redundancy of data, they use different
methods. Mirroring provides data redundancy by maintaining multiple complete copies of the
data in a volume. Data being written to a mirrored volume is reflected in all copies. If a portion
of the mirrored volume fails, the system continues to use the other copies of the data. RAID-5
provides data redundancy by using parity. Parity is a calculated value used to reconstruct data,
after a failure. If a portion of a RAID-5 volume fails, the data that was on that portion of the failed
volume can be recreated from the remaining data and parity information. It is also possible to
mix concatenation and striping in the layout.
VxVM Interfaces
VxVM provides the following interfaces:
Command-Line Interface
Menu-driven vxdiskadm utility
Veritas Enterprise Administrator (VEA)
Command-Line Interface
As a superuser, you can administer and configure volumes and other VxVM objects using the
supported vx* commands.
Menu-driven utility
The vxdiskadm utility provides an easy to use menu driven interface for common high-level
operations on disks and disk groups.
Veritas Enterprise Administrator (VEA)
The Veritas™ Enterprise Administrator (VEA) is the graphical user interface for administering
disks, volumes, and file systems on local and remote machines.
Veritas Volume Manager (VxVM) 17