Createsnmpcommunitystring – HP StoreVirtual VSA Software User Manual
Page 31
![background image](/manuals/397508/31/background.png)
HP P4000 CLI | Commands | 31
remotePassWord Optional The password for the remote group
remoteKeyFile Optional The encrypted key file for the remote group (this is specified instead of the
remoteusername and remotepassword parameters)
remoteCluster Optional The name of the remote cluster to host the remote volume
remoteVolume Optional The name of the remote volume to host the snapshot
remoteretentioncount Optional The number of remote snapshots to maintain. Must be between 1 and 50. Either
remoteretentioncount or remoteretentionseconds must be specified.
remoteretentionseconds Optional How long remote snapshots should be retained. Either remoteretentioncount or
remoteretentionseconds must be specified.
managed Optional 0 - the snapshot(s) will not attempt to use VSS on the host connected to the volume
(default)1 - the snapshot(s) will attempt to use VSS on the host connected to the volume
Example
cliq createSnapshotSchedule scheduleName="schedule0"
description="First snapshot schedule"
startTime="2007-06-15T01:01:00Z" recurperiod="3600"
volumeName="volume0" remoteVolume="volume0" retentioncount=5
login="10.0.1.3" userName="admin" passWord="secret"
cliq createSnapshotSchedule scheduleName="schedule0"
description="First snapshot schedule"
startTime="2007-06-15T01:01:00Z" recurperiod="3600"
volumeName="volume0" remoteVolume="volume0" retentioncount=5"
createSnmpCommunityString
This command creates an SNMP Community String. The Community String must be the same for all. If no
item exists, the Community String is used, otherwise it is ignored and the Community String of existing items
is used. Either specify IPAddress (ip address or hostname) or an IP mask and IP Subnet.
Availability: Windows, SAN/iQ
Version: 9.0
Request Syntax
cliq
createSnmpCommunityString login= userName= passWord= ipAddress= communityString=
login Required The IP address or DNS-resolvable names of one or more storage systems
userName Required The authentication user name for the storage system
passWord Required The password for the storage system
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
communityString Required The SNMP community string.
ipAddress Optional This is the address of a storage system to be configured, returned from a call to
discoverOob
ipMask Optional An IP adderss mask for SNMP notification.
ipSubnet Optional An IP Address subnet for SNMP notification.
Example
cliq createSnmpCommunityString login=10.0.1.3 userName=admin
passWord=secret ipAddress=10.0.10.25 communityString=NewString
cliq createSnmpCommunityString ipAddress=10.0.10.25
communityString=NewString