beautypg.com

Examples – HP Array Controller HSG V8.7 Software User Manual

Page 346

background image

B–74

HSG80 User’s Guide

Specify NOSAVE_CONFIGURATION if you do not want to store a
copy of the controller configuration on a container.

See “Backing Up Your Subsystem Configuration,” page 3–23, for more
information regarding SAVE_CONFIGURATION.

Examples

To initialize container DISK10000 and save a copy of the controller
configuration on it, enter the following commands:

ADD DISK DISK10000 1 0 0
INITIALIZE DISK10000 SAVE_CONFIGURATION

The following example shows sample devices with the
SAVE_CONFIGURATION switch enabled:

SHOW DEVICES FULL

Name Type Port Targ Lun Used by

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

DISK10000 disk 1 0 0 S2

DEC RZ28M (C) DEC 1003

Switches:

NOTRANSPORTABLE

TRANSFER_RATE_REQUESTED = 20MHZ (synchronous 10.00 MHZ negotiated)

Size: 4108970 blocks

Configuration being backed up on this container

DISK30300 disk 3 3 0 S2

DEC RZ28M (C) DEC 1003

Switches:

NOTRANSPORTABLE

TRANSFER_RATE_REQUESTED = 20MHZ (synchronous 10.00 MHZ negotiated)

Size: 4108970 blocks

Configuration being backed up on this container

This example shows how to initialize stripeset STRIPE1 with the
default chunk size. The chunk size is not specified, so the controller
initializes the unit with the default chunk size.

ADD DISK DISK10100 1 1 0
ADD DISK DISK20100 2 1 0
ADD DISK DISK30100 3 1 0
ADD STRIPESET STRIPE1 DISK10100 DISK20100 DISK30100
INITIALIZE STRIPE1