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

Example 166 Windows
cliq modifyRemoteSnapshotSchedule scheduleName="TheSchedule"
login="10.0.1.2" userName="admin" passWord="secret"
remoteretentioncount="10"
Example 167 SSH
modifyRemoteSnapshotSchedule scheduleName="TheSchedule"
remoteretentioncount="10"
modifyServer
Description
Modify a server.
Syntax
modifyServer {login=} { userName= passWord= | groupName= } {serverName=}
[description=] [allowiSCSIAccess=] [vipLoadBalance=] [useCHAP=] [initiator=]
[targetSecret=] [chapName=] [initiatorSecret=] [controllingserver=]
[allowfcaccess=] [wwpn=] [bootvolumelun=] [bootvolumename=]
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 name of the server.{serverName}
Optional description[description]
Allow iSCSI access for this host. Values are 0—Disable and 1—Enable. If
volumes are attached to a client server via iSCSI and a value of 0 is entered,
[allowiSCSIAccess]
the client server will lose its ability to communicate with the attached volumes.
If an IQN is entered and Fibre Channel is NOT configured, the default will
be 1, otherwise no default will be selected.
Use VIP load balancing for this host. Values are 0—Disabled and 1—Enabled.
The default value is 1.
[vipLoadBalance]
Use CHAP Authentication for this host. Values are 0—Disabled and
1—Enabled.
[useCHAP]
A semicolon delimited string of host IQNs. If this is not specified, the IQN
of the local server is used (this parameter is required if run on a storage
[initiator]
system). Valid characters are any letter, number, international character or
-, ., and : characters.
The CHAP target secret for the volume.[targetSecret]
The CHAP name for the volume. If this is not specified, the IQN of the local
server is used (this parameter is required if run on a storage system).
[chapName]
modifyServer 87