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

Example 211 Windows
cliq setSnmpNotifyPolicy login=10.0.1.3 userName=admin passWord=secret
alertOnWarning=1
Example 212 SSH
setSnmpNotifyPolicy alertOnWarning=1
setSnmpServiceInfo
Description
Set information about the SNMP Service.
Syntax
setSnmpServiceInfo {login=} { userName= passWord= | groupName= }
[contactinfo=] [location=]
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}
Contact information.[contactinfo]
Location information.[location]
Example 213 Windows
cliq setSnmpServiceInfo login=10.0.1.3 userName=admin passWord=secret
contactinfo="Mr Douglas" location="main office"
Example 214 SSH
setSnmpServiceInfo contactinfo="Mr Douglas" location="main office"
setSupportLogin
Description
Enable/disable support logins.
CAUTION:
This command will modify the state of support logins.
This command will display a prompt, requiring confirmation before proceeding. This prompt
may be overridden with an optional prompt=0 parameter on the command line; in this case,
the command will always execute without pausing for confirmation.
setSnmpServiceInfo 107