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

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 active directory host.{adServer}
The base DN.{baseDN}
An active directory user name used to query the Active Directory infrastructure.[bindUserName]
The active directory password for the binduser.[bindPassWord]
The user context.[userContext]
Set this flag to true to test the configuration only. If not, set the default is false.[testOnly]
Use a secure LDAP connection. Set it to false to change; the default is true.[ldaps]
Example 197 Windows
cliq setADInfo login=10.0.1.3 userName=admin passWord=secret
bindUserName=user adServer=ldap://10.0.1.25 baseDN="win8dom,DC=com"
userContext=private testOnly=true ldaps=false
Example 198 SSH
setADInfo adServer=ldap://10.0.1.25 baseDN=2
setAlertsPolicy
Description
Set information for the Alerts and Events Policy.
Syntax
setAlertsPolicy {login=} { userName= passWord= | groupName= } {aging=}
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}
setAlertsPolicy 101