HP Lefthand CLI | Commands |
31
Example
cliq createRemoteAssociation login=10.0.1.2 userName=admin
passWord=secret remote=10.0.1.3 remoteUserName=admin
remotePassWord=secret primaryBandwidth=10Mb remoteBandwidth=10Mb
cliq createRemoteAssociation remote=10.0.1.3 remoteUserName=admin
remotePassWord=secret primaryBandwidth=10Mb remoteBandwidth=10Mb
createRemoteSnapshot
This command creates a remote snapshot of a SAN/iQ volume.
Availability
: Windows, SAN/iQ
Version
: 8.0
Request Syntax
cliq createRemoteSnapshot login= userName= passWord= primarySnapshot=
remoteSnapshot= remoteVolume= description= remote= remoteUserName= remotePassWord=
remoteCluster=
login
Required
The IP addresses or DNS-resolvable names of one or more storage
systems
userName
Conditional The authentication user name for the storage system. (Parameters
userName/passWord or groupName must be specified).
passWord
Conditional The password for the storage system. (Parameters userName/passWord
or groupName must be specified).
groupName
Conditional The name of the management group with cached credentials.
(Parameters userName/passWord or groupName must be specified).
remote
Required
The IP address or DNS-resolvable names of one or more remote storage
system
remoteUserName
Optional
The authentication user name for the remote group
remotePassWord
Optional
The password for the remote group
remotegroupname
Optional
The name of the remote management group to identify cached
credentials (from Authentication Console) to use instead of
remoteUserName/remotePassWord parameters.
primarySnapshot
Required
The name of the local snapshot to remote copy
remoteCluster
Required
The name of the remote cluster to host the remote volume
remoteVolume
Required
The name of the remote volume to host the snapshot
remoteSnapshot
Required
The name of the remote snapshot to create
description
Optional
Optional description
primaryBandwidth
Optional
The bandwidth used in a copy from the primary group to the remote
group. Kb = Kilobits/sec (1000 Bits/second), Mb = Megabits/sec
(1000 Kilobits/second), Gb = Gigabits/sec (1000 Megabits/second)
remoteBandwidth
Optional
The bandwidth used in a copy from the remote group to the primary
group. Kb = Kilobits/sec (1000 Bits/second), Mb = Megabits/sec
(1000 Kilobits/second), Gb = Gigabits/sec (1000 Megabits/second)
Example
cliq createRemoteSnapshot login=10.1.2.3 userName=admin
passWord=secret primarySnapshot=Snapshot0
remoteSnapshot=Snapshot0
remoteVolume=Volume0 description="Exchange DB-1" remote=10.1.2.4