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

DescriptionName
The SNMP Version. Values are 1—Version 1 and 2—Version 2.{version}
The SNMP community string.{communityString}
Example 55 Windows
cliq createSnmpTrapTarget login=10.0.1.3 userName=admin passWord=secret
ipAddress=10.0.10.25 version=1 communityString=TrapString
Example 56 SSH
createSnmpTrapTarget ipAddress=10.0.10.25 version=1
communityString=TrapString
createSyslogNotifyPolicy
Description
Create a Syslog Notification Policy.
Syntax
createSyslogNotifyPolicy {login=} { userName= passWord= | groupName= }
{ipAddress=} { alertOnInfo= | alertOnWarning= | alertOnCritical= }
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}
The IP address or host name of the Syslog server.{ipAddress}
Values are 0—The log does not include informational events, warning events,
and critical events and 1—The log includes informational events, warning
{alertOnInfo}
{alertOnWarning}
events, and critical events. The default is 0 for
createSyslogNotifyPolicy. Either alertOnInfo, alertOnWarning,
or alertOnCritical must be specified or the command will be rejected.
{alertOnCritical}
createSyslogNotifyPolicy 39