[an error occurred while processing this directive]
HP OpenVMS Systems Documentation |
HP OpenVMS System Management Utilities Reference Manual
MONITOR VECTOR
The MONITOR VECTOR command displays the number of 10-millisecond clock ticks per second in which one or more vector consumers have been scheduled on each currently configured vector processor in the system. FormatMONITOR VECTOR Command Qualifiers
Classname Qualifiers
DescriptionThe MONITOR VECTOR command displays the number of 10-millisecond clock ticks per second in which one or more vector consumers have been scheduled on each currently configured vector processor in the system. Because the operating system schedules vector consumers only on those processors identified as "vector present," the VECTOR class output never displays vector CPU time for those processors that are "vector absent." Example
SET DEFAULT
The SET DEFAULT command sets command qualifier, classname parameter, and classname qualifier defaults for the MONITOR command. Each SET DEFAULT command sets only the command qualifiers you specify, but replaces the entire set of classname parameters and classname qualifiers. All qualifiers and class names are identical to those for the MONITOR command. FormatSET DEFAULT [/qualifier[,...]] classname[,...] [/qualifier[,...]] Parameters
Command Qualifiers
Classname Qualifiers
DescriptionCommand and classname qualifiers are identical to those for the MONITOR classname commands. Example
SHOW DEFAULT
The SHOW DEFAULT command displays the defaults established by the SET DEFAULT command. FormatSHOW DEFAULT ParametersNone. QualifiersNone. DescriptionThe SHOW DEFAULT command verifies the defaults you have set with the SET DEFAULT command. Example
Chapter 17
|
$ RUN SYS$SYSTEM:MSA$UTIL |
The MSA utility returns the following prompt:
MSA> |
At the MSA prompt, you can enter any MSA utility command described in
the following sections.
17.1.2 Restrictions
The MSA Utility has the following restrictions:
The following sections describe MSA utility commands and provide
examples of their use. Note that some qualifiers are shown as
abbreviated in the examples.
ACCEPT UNIT
Changes the state of the unit back to VOLUME_OK when all drives of a previously failed unit are in working order.This command accepts media exchange on a unit marked as failed.
Note
The ACCEPT UNIT command resets the status of all failed units to VOLUME_OK.
ACCEPT UNIT <#>where # represents the unit number.
MSA> ACCEPT UNIT 2 |
Creates units (logical storage units that comprise one or more hard drives).
ADD UNIT <unit_n> / <qualifiers> unit_n
unit_n
The unit number can range from 0-31.
Any two or a combination of all the following qualifiers cannot be used in conjunction with each other. |
/ADG
Specifies the RAID type for the unit as Advanced Data Guard (ADG)./CACHE
Determines whether the controller's cache must be used for the UNIT. Caching is ON by default. To disable caching, use a /NOCACHE qualifier with SET UNIT or ADD UNIT commands./DISK
Specifies the disk numbers to be used to form the unit. Enclose multiple disks in parentheses. Use the following format:
/DISK=(disk-numbers[,...])/IDENTIFIER
User-defined identifier for the unit. This identifier is used by OpenVMS to name the device. The value of the identifier n is between 1 and 9999. Use the following format:
/IDENTIFIER= n
Note
The /IDENTIFIER qualifier is not required for Smart Array controllers./JBOD
Specifies the RAID type as JBOD. Synonymous with RAID 0./PARTITION
Specifies the partition number to be used for a given unit. The first unit that is created on a disk/disk group is automatically assigned the partition number 0. Units that are subsequently created on this disk/disk group must be created with sequential partition numbers. Use the following format:
/PARTITION=(partition_number)/RAID_LEVEL
Specifies the RAID type of the unit. Supported values for this qualifier are 0 (data striping), 1 (data mirroring), 5 (data stripping with striped parity), 50 (data stripping with parity), and 60 (data stripping with parity).Use the following format:
/RAID=[(0 | 1 | 5 | 50 | 60)]/SIZE
Specifies the size of the unit. If the size qualifier is not specified, the size defaults to the maximum capacity of the disks depending on the RAID level, as shown in the following example:
/SIZE=#(GB | MB | KB | %)/SPARE
Specifies the disk numbers to be used as spare disks. Enclose multiple disks in parentheses. Assigning a spare disk to an unit in a drive group assigns the spare disk to all the configured units in the drive group.If a unit is created on a disk group to which a spare disk is assigned, then the spare disk is configured to the new unit (if it is not a RAID 0 unit). One spare disk can be assigned to multiple drive groups.
Ensure that the size of the spare disk is equal at least to the size of the smallest drive in the drive group. Use the following format:
/SPARE=(disk_number[,...])/STRIPE_SIZE
Specifies the stripe size for a given RAID volume. Stripe size must be one of the following values: 8, 16, 32, 64, 128, or 256. Raid 5 and ADG are limited to a maximum 64 KB stripes. RAID 0 and 1 default to 128 KB stripes, and RAID 5 and ADG default to 16 KB stripes. Use the following format:
/STRIPE_SIZE=(stripe_size)/VERBOSE
Provides logging that can be interpreted by engineering.restrictions
Any two or a combination of all the following qualifiers cannot be used in conjunction with each other.
/RAID_LEVEL, /JBOD, /ADG
Examples
#1
MSA> ADD UNIT 2This command creates unit 2.
#2
MSA> ADD UNIT 3/ID=1003/DISK=103/JBOD/PARTITION=0/SIZE=8GB MSA> ADD UNIT 4/ID=1004/DISK=103/JBOD/PARTITION=1/SIZE=10GB MSA> ADD UNIT 5/ID=1005/DISK=103/JBOD/PARTITION=2/SIZE=8GBThese commands create three units on disk 103. Notice that the partition numbers are provided in sequential order on the same disk/disk group.
#3
MSA> ADD UNIT 3/ID=1003/DISK=103/JBOD/PARTITION=0/SIZE=8GB MSA> ADD UNIT 4/ID=1004/DISK=103/JBOD/PARTITION=2/SIZE=10GB
In this command sequence, assume that there is no unit with partition number 1 on this disk, the creation of unit 4 will fail because the unit is assigned the partition number 2 and the assignment is not in sequential order.
Delete units from the drive. Regardless, whether the disk is mounted on OpenVMS, you are prompted for confirmation before proceeding to delete the selected unit.For example, if the disk is mounted on an OpenVMS node, in addition to the prompting for confirmation, you are informed that the disk is mounted.
Note
After a unit is deleted, its unit number remains unused until manually assigned to a new unit.Unit numbers are not automatically reassigned when a unit is deleted.
If more than one unit has been created on a disk/disk group, only the last created unit can be deleted.
Be sure to maintain a record of the unit numbers and the order in which they are created on a disk/disk group.
DELETE UNIT <unit_n> / <qualifiers> unit_n
unit_n
The unit number can range from 0-31.
/VERBOSE
Provides logging that can be interpreted by engineering./NOCONFIRM
Allows the specified unit to be deleted without prompting for confirmation.
MSA> DELETE UNIT 4/NOCONFIRM |
In this example, unit 4 is the unit to be deleted. This is the same
number that is given to the unit when it was created using the ADD UNIT
command. The /NOCONFIRM qualifier deletes unit 4 without prompting for
confirmation.
EXIT
Exits the MSA$UTIL program.
Updates the firmware of a given controller. Specify the firmware file name to be used.
FLASH FIRMWARE <firmware-file-name> / <qualifiers> firmware-file-name
firmware-file-name
/VERBOSE
Provides logging that can be interpreted by engineering.
Describes all currently supported MSA$UTIL commands, their parameters, and their qualifiers. Use the following format, where verb is the specific description.
HELP <verb> verb
verb
MSA> Help ADD ADD UNIT ADD UNIT is used to create UNITs (logical storage units comprising one or more hard drives). Format: ADD UNIT <unit_n> <qualifiers> Parameters Qualifiers Examples |
This command describes the ADD command and its parameters.
LOCATE
Causes the LEDs of the requested drives to blink. These LEDs are visible from the front of the attached storage enclosures.
Note
If time limit is not included with the LOCATE command, the LEDs blink for 30 seconds. In some cases, the LEDs may remain steady without blinking. Furthermore, the LOCATE command does not work from a STANDBY CONTROLLER.
LOCATE/TIME=xxx <parameters> / <qualifiers> ALL
ALL
Causes all drives connected to the MSA storage subsystem to flash.
BOX
The LOCATE BOX command causes the disks connected to the specified box/enclosure number to flash.
BUS bus-number
Causes the disks connected to the specified bus to flash.
CANCEL
Cancels the current locate operation.
DISK disk-number
The LOCATE DISKS command makes the specified drive to flash. Disks are identified by their corresponding SCSI bus and SCSI IDs for all the controllers. For SAS controllers, internally connected disks are numbered based on their bay numbers and externally connected disks are numbered based on a combination of their box number and bay number as "disk_n = box number *100 + bay number".
Note
The disk numbers for the existing disks can be obtained using the SHOW DISKS command.UNIT unit-number
Causes the disks configured on the specified unit to flash.
/TIME=time
Specifies the number of seconds the disk's LED should flash. This is an optional qualifier whose default is 30 seconds./VERBOSE
Provides logging that can be interpreted by engineering.
#1 |
---|
MSA> LOCATE ALL |
This command locates all drives attached to the storage enclosure.
#2 |
---|
MSA> LOCATE BUS 1 |
This command locates all drives SCSI bus 1.
#3 |
---|
MSA> LOCATE UNIT 1 |
This command locates all drives in unit 1.
#4 |
---|
MSA> LOCATE DISK 102 |
This command locates drive 102.
#5 |
---|
MSA> LOCATE BOX 1 |
This command locates and flashes all the drives in the specified BOX 1.
Previous | Next | Contents | Index |