72 Alphabetical list of commands
Example Create two unmapped, 100-GB volumes with base name data- in vdisk data, and show the
results:
# create volume-set count 2 size 100GB vdisk data basename data-
Info: The volume was created. (data-000)
Info: The volume was created. (data-001)
Success: Command completed successfully. (2012-01-20 14:24:09)
# show volume-maps
Volume View [Serial Number (SN) Name (data-000) ] Mapping:
Ports LUN Access Host-Port-Identifier Nickname Profile
-----------------------------------------------------------------
not-mapped all other hosts Standard
Volume View [Serial Number (SN) Name (data-001) ] Mapping:
Ports LUN Access Host-Port-Identifier Nickname Profile
-----------------------------------------------------------------
not-mapped all other hosts Standard
Success: Command completed successfully. (2012-01-20 14:24:27)
Create ten 20-GB volumes with the base name vd1_v in vdisk vd1, mapped starting with LUN 5
with read-only access through port A1, and show the results:
# create volume-set count 10 size 20GB vdisk vd1 basename vd1_v baselun 5
access ro ports a1
Info: The volume was created. (vd1_v000)
...
Info: The volume was created. (vd1_v009)
Info: The volume was mapped. (vd1_v000)
...
Info: The volume was mapped. (vd1_v009)
Success: Command completed successfully. (2012-01-20 14:26:37)
# show volume-maps
Volume View [Serial Number (SN) Name (vd1_v000) ] Mapping:
Ports LUN Access Host-Port-Identifier Nickname Profile
-----------------------------------------------------------------
A1 5 read-only all other hosts Standard
Volume View [Serial Number (SN) Name (vd1_v001) ] Mapping:
Ports LUN Access Host-Port-Identifier Nickname Profile
-----------------------------------------------------------------
A1 6 read-only all other hosts Standard
...
Volume View [Serial Number (SN) Name (vd1_v009) ] Mapping:
Ports LUN Access Host-Port-Identifier Nickname Profile
-----------------------------------------------------------------
A1 14 read-only all other hosts Standard
Success: Command completed successfully. (2012-01-20 14:26:47)