100
| HP Lefthand CLI | Commands
userName
Conditional The authentication user name for the storage system. (Parameters
userName/passWord or groupName must be specified).
passWord
Conditional The password for the storage system. (Parameters userName/passWord
or groupName must be specified).
groupName
Conditional The name of the management group with cached credentials.
(Parameters userName/passWord or groupName must be specified).
volumeName
Required
The name of the volume
serverName
Required
The name of the server
Example
cliq unassignVolumeToServer volumeName=TheVolume serverName=TheServer
login=10.0.1.2 userName=admin passWord=secret
cliq unassignVolumeToServer volumeName=TheVolume serverName=TheServer
utility
This command executes a utility program on a storage system.
Availability
: Windows, SAN/iQ
Version
: 8.0
Warnings
This command is recommended for HP support only.
Request Syntax
cliq utility run= login= userName= passWord=
login
Required
The IP addresses or DNS-resolvable names of one or more storage
systems
userName
Conditional The authentication user name for the storage system. (Parameters
userName/passWord or groupName must be specified).
passWord
Conditional The password for the storage system. (Parameters userName/passWord
or groupName must be specified).
groupName
Conditional The name of the management group with cached credentials.
(Parameters userName/passWord or groupName must be specified).
run
Optional
The utility and parameters to execute on the storage system - if this
parameter is missing, a list of possible commands is returned
logFile
Optional
The name of the local file used to store the returned information
Example
cliq utility run="ping -c 10 10.3.2.1" login=10.1.2.3 userName=admin
passWord=secret
cliq utility run="ping -c 10 10.3.2.1"
vssSnapshot
This command snapshots volumes using the VSS requestor client (Windows only).
Availability
: Windows 2003 and 2008 Only