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

Example 174 Windows
cliq modifySnapshotSchedule scheduleName="TheSchedule" description="First
snapshot schedule" login="10.0.1.2" userName="admin" passWord="secret"
Example 175 SSH
modifySnapshotSchedule scheduleName="TheSchedule" description="First
snapshot schedule"
modifySnmpCommunityString
Description
Modify the Community String for all SNMP.
Syntax
modifySnmpCommunityString {login=} { userName= passWord= | groupName= }
{communityString=}
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 SNMP community string.{communityString}
Example 176 Windows
cliq modifySnmpCommunityString login=10.0.1.3 userName=admin
passWord=secret communityString="NewString"
Example 177 SSH
modifySnmpCommunityString communityString="NewString"
modifySnmpTrapTarget
Description
Modify an SNMP Trap Target.
Syntax
modifySnmpTrapTarget {login=} { userName= passWord= | groupName= }
{communityString=}
modifySnmpCommunityString 91