9.5 HP P4000 SAN/iQ Command-Line Interface User Guide (AX696-96069, September 2011)

28|HP P4000 CLI|Commands
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)
remote Required The IP address or DNS-resolvable names of one or more remote storage system
remoteUserName Required The authentication user name for the remote group
remotePassWord Required The password for the remote group
remoteKeyFile Required The encrypted key file for the remote group (this is specified instead of the
remoteusername and 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 remote copy bandwidth to the primary group (this is at the group level) <n>Kb
- Kilobits/sec (1000 Bits/second), <n>Mb - Megabits/sec (1000 Kilobits/second),
<n>Gb - Gigabits/sec (1000 Megabits/second)
remoteBandwidth Optional The remote copy bandwidth to the remote group (this is at the group level) <n>Kb
- Kilobits/sec (1000 Bits/second), <n>Mb - Megabits/sec (1000 Kilobits/second),
<n>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
remoteUserName=admin remotePassWord=secret
cliq createRemoteSnapshot primarySnapshot=Snapshot0
remoteSnapshot=Snapshot0 remoteVolume=Volume0 description="Exchange
DB-1" remote=10.1.2.4 remoteUserName=admin remotePassWord=secret
createServer
This command creates a server.
Availability: Windows, SAN/iQ
Version: 9.0
Request Syntax
cliq createServer serverName= useChap= initiator= login= userName= passWord=
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)
serverName Required The name of the server
description Optional Optional description
allowiSCSIAccess Optional Allow iSCSI access for this host. This can be one of 0, 1 - default
vipLoadBalance Optional Use VIP load balancing for this host. This can be one of: 0, 1 - default
useCHAP Optional Use CHAP Authentication this host. This can be one of: 0, 1
initiator Optional A semicolon delimited string of host IQN's. If this is not specified, the IQN of the local
server is used (this parameter is required if run on a storage system).