Managing Serviceguard 11th Edition, Version A.11.16, Second Printing June 2004

Understanding Serviceguard Software Components
Volume Managers for Data Storage
Chapter 3108
Volume Managers for Data Storage
A volume manager is a tool that lets you create units of disk storage
known as storage groups. Storage groups contain logical volumes for use
on single systems and in high availability clusters. In Serviceguard
clusters, storage groups are activated by package control scripts.
Types of Redundant Storage
In Serviceguard, there are two types of supported shared data storage:
mirrored individual disks (also known as JBODs, for “just a bunch of
disks”), and external disk arrays which configure redundant storage in
hardware. Mirroring is known as RAID1, while the redundancy available
in a disk array is known as RAID5 (or similar). Here are some differences
between the two storage methods:
• If you are using JBODs, the basic element of storage is an individual
disk. This disk must be paired with another disk to create a mirror
(RAID1). (Serviceguard configurations usually have separate mirrors
on different storage devices).
• If you have a disk array, the basic element of storage is a LUN, which
already provides storage redundancy via RAID5.
Examples of Mirrored Storage
Figure 3-20 shows an illustration of mirrored storage using HA storage
racks. In the example, node1 and node2 are cabled in a parallel
configuration, each with redundant paths to two shared storage devices.
Each of two nodes also has two (non-shared) internal disks which are
used for the root file system, swap etc. Each shared storage unit has
three disks, The device file names of the three disks on one of the two
storage units are c0t0d0, c0t1d0, and c0t2d0. On the other, they are
c1t0d0, c1t1d0, and c1t2d0.