CLI Guide
Required. Specifies the type of disk group to create.
• linear : A disk group for linear storage.
• virtual : A disk group for virtual storage.
• read-cache : A disk group for use as read cache for a virtual pool.
name
Optional for a virtual or read-cache disk group. Required for a linear disk group. Specifies a name for the new
disk group. The name must be unique system-wide. Input rules:
• The value is case sensitive.
• The value can have a maximum of 32 bytes.
• The value can include spaces and printable UTF-8 characters except: " , < \
• A value that includes a space must be enclosed in double quotes.
If this parameter is omitted, the system will generate the name dgcontroller-ID# where # starts at 01
for a virtual disk group, or rccontroller-ID for a read-cache disk group.
Examples Add linear RAID-1 disk group dg1 with one spare.
# add disk-group type linear disks 1.20-21 level r1 spare 1.22 dg1
Add ADAPT linear disk group ALDG.
# add disk-group type linear disks 1.1-12 level adapt ALDG
Add a virtual RAID-6 disk group to pool A. The resulting group will have an auto-generated name.
# add disk-group type virtual disks 1.16-19 level r6 pool a
Add an ADAPT virtual disk group to pool B.
# add disk-group type virtual disks 2.1-12 level adapt pool b
Add a read-cache disk group to pool B. The resulting group will be named rcB.
# add disk-group type read-cache disks 1.18-19 pool b
See also
expand disk-group on page 77
remove disk-groups on page 86
set disk-group on page 115
show disk-groups on page 173
show disks on page 179
add host-group-members
Description
Adds hosts to a host group. A host group can contain a maximum of 256 hosts.
To add a host to a host group, the host must be mapped with the same access, port, and LUN settings to the
same volumes or volume groups as every other host in the host group.
Minimum role manage
Syntax
add host-group-members
hosts hosts
host-group
Parameters
hosts hosts
A comma-separated list of the names of hosts to add to the specified host group. A name that includes a
space must be enclosed in double quotes.
Examples Add existing hosts Host3 and Host4 to existing host group HostGroup1.
# add host-group-members hosts Host3,Host4 HostGroup1
32 Alphabetical list of commands