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

Syntax
configureRaid {login=} { userName= passWord= | groupName= } {configuration=}
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 RAID type to set. The possible RAID levels are reported with the
getNsmInfo command.
{configuration}
Example 26 Windows
cliq configureRaid configuration="RAID 10" login=10.0.1.2 userName=admin
passWord=secret
Example 27 SSH
configureRaid configuration="RAID 10"
connectVolume
Description
Connect an already present array volume to an application server host (iSCSI only). For
FibreChannel, this command will only poll the local volumes for up to 1 minute to detect when the
volume is connected by the Windows PNP system.
Syntax
connectVolume {login=} { userName= passWord= | groupName= } {volumeName=}
[initiatorport=] [persistent=]
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 volume in the management group.{volumeName}
connectVolume 25