HP NetRAID-4M Controller User Manual

Page 198

Advertising
background image

8-26

Command Line Interface User’s Guide

In the following example, the

container create mvolume

command with the /label switch creates a volume set of RAID-5 sets
with the label Mercury.

HPN0> container create mvolume /label=Mercury 0 1

Executing: container create mvolume /label="Mars" 0 1

Container 0 created

Understanding How to Create a Volume Set of RAID-5 Sets

This section provides an example that describes how to create a
volume set of RAID-5 sets.

Before creating a volume set of RAID-5 sets, be sure that the RAID-5
sets that are to makeup the volume set have been created. See
Working with a RAID-5 Set in Chapter 7, Working With Single-level
Containers
, for information on creating a RAID-5 set. Use the

container list

command to display information about your

containers, as in the following example. In the example, the Type
column indicates that two RAID-5 sets reside on containers 0 and 1.
The Scsi C:ID:L column indicates that both RAID-5 sets reside on
SCSI devices 2:01:0, 2:02:0, and 2:03:0.

HPN0> container list

Executing: container list

Cluster Num Total Oth Stripe Scsi Partition

Dr Partner Label Type Size Ctr Size Usage C:ID:L Offset:Size

-- ------- ----- ------ ------ --- ------ ------- ------ -------------

0 0 RAID-5 200MB 32KB None 2:01:0 64.0KB: 100MB

2:02:0 64.0KB: 100MB

2:03:0 64.0KB: 100MB

0 1 RAID-5 200MB 32KB None 2:01:0 100MB: 100MB

2:02:0 100MB: 100MB

2:03:0 100MB: 100MB

To create a volume set of RAID-5 sets, use the

container create

mvolume

command, as in the following example. In the example,

containers 0 and 1 are used to create a volume set of RAID-5 sets.

HPN0> container create mvolume 0 1

Executing: container create mvolume 0 1

Container 0 created

After running the

container create mvolume

command, use

the

container list

command to display information about the

Advertising