HP NetRAID-4M Controller User Manual

Page 266

Advertising
background image

10-10

Command Line Interface User’s Guide

information about your containers, as in the following example. In
the example, the State column indicates Snapped for container
0+62

, which means that container 0 is the original container on

which the snapshot was taken. The State column also indicates
SnpShot

for container 1+63, which means that container 1 is the

snapshot (backing) container.

HPN0> container list /full=TRUE

Executing: container list /full=TRUE

Cluster Num Total Oth Stripe Scsi

Dr Partner Label Type Size Ctr Size Usage C:ID:L State RO

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

0 0+62 Volume 100MB 1 None 2:01:0 Snapped

0 1+63 Stripe 200MB 0 32KB None 2:02:0 SnpShot

2:03:0 SnpShot

To remove the link between the original container and a snapshot
container, use the

container remove snapshot

command, as in

the following example. In the example, the container remove
snapshot command removes the link to the snapshot container
whose container ID is 1.

HPN0> container remove snapshot 1

Executing: container remove snapshot 1

After running the

container remove snapshot

command, use

the

container list

command with the

/full

switch to display

information about the snapshot container, as in the following
example. In the example, the Num Label column indicates 0 and 1,
which are the container IDs that existed before the snapshot
container was created. The State column indicates blank spaces and
no longer shows the Snapped and SnpShot values, which means
that the snapshot was removed. (Note that the example eliminates
some items in the

container list

display to make the example

readable on this page.)

HPN0> container list /full

Executing: container list /full=TRUE

Cluster Num Total Oth Stripe Scsi

Dr Partner Label Type Size Ctr Size Usage C:ID:L State RO

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

0 0 Volume 100MB 1 None 2:01:0

0 1 Stripe 200MB 0 32KB None 2:02:0

Advertising