SANtricity 11.8 Commands ( CA08871-194 ~ 196 )
Get started
Command formatting
CLI structure
Script command structure
Commands by category
Commands A-Z
A
activate asynchronous mirroring
activate storagearray firmware
activate synchronous mirroring
C
change ssd cache application type
check asyncmirrorgroup repositoryconsistency
check storagearray connectivity
clear emailalert configuration
clear storagearray configuration
clear storagearray firmwarependingarea
clear storagearray recoverymode
clear volume unreadablesectors
create cgsnapimage consistencygroup
create raid volume automatic drive select
create raid volume free extent based select
create raid volume manual drive select
create read only snapshot volume
create storagearray directoryserver
D
deactivate storagearray feature
delete cgsnapimage consistencygroup
delete controller cacertificate
delete storagearray directoryservers
delete storagearray keymanagementcertificate
delete storagearray loginbanner
delete storagearray trustedcertificate
diagnose controller iscsihostport
disable storagearray externalkeymanagement file
download controller arraymanagementservercertificate
download controller cacertificate
download controller trustedcertificate
download storagearray drivefirmware file
download storagearray firmware
download storagearray keymanagementcertificate
E
enable controller datatransfer
enable or disable autosupport individual arrays
enable storagearray externalkeymanagement file
R
recreate storagearray mirrorrepository
recreate storagearray securitykey
remove member volume from consistency group
remove storagearray directoryserver
remove volume asyncmirrorgroup
replace drive replacementdrive
reset controller arraymanagementsignedcertificate
reset storagearray arvmstats asyncmirrorgroup
reset storagearray autosupport schedule
reset storagearray diagnosticdata
reset storagearray hostportstatisticsbaseline
reset storagearray ibstatsbaseline
reset storagearray iscsistatsbaseline
reset storagearray iserstatsbaseline
reset storagearray rlsbaseline
reset storagearray sasphybaseline
reset storagearray socbaseline
S
save ...
save check volume parity job parity errors
save controller arraymanagementcsr
save controller arraymanagementsignedcertificate
save drivechannel faultdiagnostics file
save storage system diagnostic data
save storagearray arvmstats asyncmirrorgroup
save storagearray autoloadbalancestatistics file
save storagearray autosupport log
save storagearray configuration
save storagearray controllerhealthimage
save storagearray dbmvalidatorinfo
save storagearray firmwareinventory
save storagearray hostportstatistics
save storagearray iscsistatistics
save storagearray iserstatistics
save storagearray keymanagementcertificate
save storagearray keymanagementclientcsr
save storagearray performancestats
save storagearray sasphycounts
save storagearray statecapture
set ...
set autosupport https delivery method
set consistency group attributes
set consistencygroup addcgmembervolume
set controller service action allowed indicator
set disk pool modify disk pool
set drive serviceallowedindicator
set email smtp delivery method
set snapgroup increase decreaserepositorycapacity
set snapgroup mediascanenabled
set snapvolume converttoreadwrite
set snapvolume increase decreaserepositorycapacity
set snapvolume mediascanenabled
set snmptrapdestination trapreceiverip
set storagearray autoloadbalancingenable
set storagearray autosupport schedule
set storagearray autosupportmaintenancewindow
set storagearray autosupportondemand
set storagearray autosupportremotediag
set storagearray cachemirrordataassurancecheckenable
set storagearray controllerhealthimageallowoverwrite
set storagearray directoryserver roles
set storagearray directoryserver
set storagearray externalkeymanagement
set storagearray hostconnectivityreporting
set storagearray icmppingresponse
set storagearray isnsipv4configurationmethod
set storagearray isnsipv6address
set storagearray isnslisteningport
set storagearray isnsregistration
set storagearray isnsserverrefresh
set storagearray learncycledate controller
set storagearray localusername
set storagearray managementinterface
set storagearray passwordlength
set storagearray pqvalidateonreconstruct
set storagearray redundancymode
set storagearray resourceprovisionedvolumes
set storagearray revocationchecksettings
set storagearray traypositions
set storagearray unnameddiscoverysession
set tray serviceallowedindicator
show ...
show alldrives downloadprogress
show alldrives performancestats
show asyncmirrorgroup synchronizationprogress
show controller arraymanagementsignedcertificate summary
show controller diagnostic status
show storagearray autoconfiguration
show storagearray cachemirrordataassurancecheckenable
show storagearray controllerhealthimage
show storagearray directoryservices summary
show storagearray hostconnectivityreporting
show storagearray hosttopology
show storagearray iscsinegotiationdefaults
show storagearray revocationchecksettings
show storagearray trustedcertificate summary
show storagearray unconfiguredinitiators
show storagearray unconfigurediscsiinitiators
show storagearray unreadablesectors
show syncmirror synchronizationprogress
show volumecopy source targetcandidates
show volumecopy sourcecandidates
show volumegroup exportdependencies
start ...
start asyncmirrorgroup synchronize
start controller iscsihostport dhcprefresh
start diskpool fullprovisioning
start diskpool resourceprovisioning
start drivechannel faultdiagnostics
start increasevolumecapacity volume
start ssdcache performancemodeling
start storagearray autosupport deliverytest
start storagearray autosupport manualdispatch
start storagearray configdbdiagnostic
start storagearray controllerhealthimage controller
start storagearray directoryservices test
start storagearray externalkeymanagement test
start storagearray isnsserverrefresh
start storagearray ocspresponderurl test
start storagearray syslog test
start syncmirror primary synchronize
Structure of CLI commands
The CLI commands are in the form of a command wrapper and elements embedded into the wrapper. A CLI command consists of these elements:
-
A command wrapper identified by the term
SMcli
-
The storage system identifier
-
Terminals that define the operation to be performed
-
Script commands
The CLI command wrapper is a shell that identifies storage system controllers, embeds operational terminals, embeds script commands, and passes these values to the script engine.
All CLI commands have the following structure:
SMcli *storageArray terminal script-commands*;
-
SMcli
invokes the command line interface. -
storageArray
is the name or the IP address of the storage system. -
terminal
is a CLI value that defines the environment and the purpose for the command. -
script-commands
are one or more script commands or the name of a script file that contains script commands. (The script commands configure and manage the storage system.)
If you enter an incomplete or inaccurate SMcli
string that does not have the correct syntax, parameter names, options, or terminals, the script engine returns usage information.