11.0 HP StoreVirtual LeftHand OS Command Line Interface User Guide (AX696-96291, September 2013)

Example 109 Windows
cliq getEventLog login=10.1.2.3 userName=admin passWord=secret
type=AllEvents format=XML component=Saniq severity=warning;Critical
object=Cluster system=System;Disk
Example 110 SSH
getEventLog type=AllEvents format=XML component=Saniq
severity=warning;Critical object=Cluster system=System;Disk
getGroupInfo
Description
Get information about a management group.
Syntax
getGroupInfo {login=} { userName= passWord= | groupName= } [searchDepth=]
[verbose=]
Parameters
DescriptionName
The IP addresses or DNS-resolvable names of one or more storage systems.{login}
The authentication user name for the storage system. If you use this parameter,
you must include the passWord parameter with it. Or, you can use the
groupName parameter instead of userName and passWord.
{userName}
The name of the management group. Use this parameter if you do not use
the userName and passWord parameters. Because groupName has cached
credentials, it does not require the userName and passWord parameters.
{groupName}
The password for the storage system. Required when the userName
parameter is used.
{passWord}
Defines which objects to inspect. Values are 1—Groups only, 2—Groups
and clusters, 3—Groups, clusters and volumes, 4—Groups, clusters, volumes
[searchDepth]
and snapshots, and 5—Groups, clusters, volumes, snapshots and remote
snapshots (default). The greater the search depth number, the longer the call
can take.
Determines how much information to return. Values are 0—Get summary
information only (better performance), and 1—Get all information (better
[verbose]
information; default). The greater the verbose number, the longer the call
can take.
Response Syntax
GROUP ...
ALERTANDEVENTPOLICY ...
EMAILNOTIFYPOLICY ...
EMAILSERVERINFO ...
SNMPSERVICEPOLICY ...
SNMPNOTIFICATIONPOLICY ...
SNMPCOMMUNITYSTRING ...
SNMPTRAPTARGET ...
FIBRECHANNEL ...
DNSINFO ...
NSM ...
CUSTOMERINFO ...
getGroupInfo 61