Installation guide
Table Of Contents
- Command Line Interface
- Reference Guide
- Introduction
 - General Control Commands
 - container Commands
- container add_level
 - container create mirror
 - container create mmirror
 - container create mstripe
 - container create mvolume
 - container create raid5
 - container create stripe
 - container create volume
 - container delete
 - container extend file_system
 - container extend mvolume
 - container extend volume
 - container list
 - container lock
 - container move
 - container promote
 - container readonly
 - container readwrite
 - container reconfigure
 - container release_cache
 - container remove drive_letter
 - container remove failover
 - container remove file_system
 - container remove global_failover
 - container restore RAID5
 - container scrub
 - container set cache
 - container set failover
 - container set global_failover
 - container set io_delay
 - container set label
 - container show cache
 - container show failover
 - container split
 - container unlock
 - container unmirror
 
 - controller Commands
- controller details
 - controller firmware compare
 - controller firmware save
 - controller firmware update
 - controller list
 - controller pause_io
 - controller rescan
 - controller reset_scsi_channel
 - controller resume_io
 - controller set automatic_failover
 - controller set array_verify
 - controller show automatic_failover
 - controller show channels
 - controller show array_verify
 
 - disk Commands
 - diagnostic Commands
- diagnostic clear boot_parameters
 - diagnostic dump structures
 - diagnostic dump text
 - diagnostic load_arrays
 - diagnostic moderation set count
 - diagnostic moderation set timer
 - diagnostic moderation show count
 - diagnostic moderation show timer
 - diagnostic set boot_parameter
 - diagnostic show boot_parameter
 - diagnostic show history
 
 - logfile Commands
 - task Commands
 - enclosure Commands
- enclosure activate slot
 - enclosure identify slot
 - enclosure list
 - enclosure prepare slot
 - enclosure set alarm
 - enclosure set door
 - enclosure set fan
 - enclosure set interval
 - enclosure set power
 - enclosure set scsiid
 - enclosure set temperature
 - enclosure show fan
 - enclosure show power
 - enclosure show slot
 - enclosure show status
 - enclosure show temperature
 
 - Automated Scripts
 
 
 - Reference Guide
 

1-7
Introduction
Parameter
Although some commands have optional parameters, parameters 
are usually mandatory. You must place optional parameters after 
mandatory parameters at the end of the command. For example, 
the array remove failover command has one required 
scsi_device parameter and additional optional scsi_device 
parameters: array remove failover {array} 
{scsi_device} [{scsi_device}...].
As with switch values, parameters can be of only one type. For 
example, the array parameter can take only an integer value.
All parameters are separated by blank space. A space can be used 
in a parameter only within a quoted string.
Blank Space
Blank space is one or more spaces or tabs.
Parameter and Switch Value Types
A parameter or switch value can be only one of several types. 
Simple value types include string, Boolean, and integer. Other 
value types include objects that can be manipulated, such as arrays 
(or arrays) and SCSI devices. This section explains the CLI 
parameter and switch value types.
Boolean
A boolean has a value of either TRUE or FALSE and can be specified 
with any of the following key words:
■ TRUE can be specified with TRUE, 1, ON, or YES. For switches, 
you can also specify TRUE by using the switch without any 
switch value. For example, /readonly and /readonly=TRUE 
are identical.
■ FALSE can be specified with FALSE, 0, OFF, or NO. When a 
switch is not specified, it takes the default value (usually, 
FALSE) specified in the switch description section of a 
command. For example, open 
aac0 is the same as
open /readonly=FALSE 
aac0.










