HP StorageWorks Command View XP Command Line Interface (CLI) reference guide (B9357-96161, January 2006)
60 CLI commands for the XP128/XP1024/XP10000/XP12000
delete host_group
Description Use this command to remove host groups from the disk array. Each port can have up to 128 host
groups. This command permits deletion of multiple host groups in one operation. Each host group is
specified by its nickname. The default host group in every port cannot be deleted.
If you are using firmware version 21.06.22 or later, you can delete host groups (except for host
group 0) with or without the port security turned on.
Syntax delete host_group <portname...>, <hostgrpnickname...>
Arguments <portname...>
The port from which the host groups are to be deleted. <portname> can be specified as one
port, a set of ports, or a range of ports (for example, 1A or 1A:1C:1D or 1A-1E). Port names
must be specified in truncated form (for example, 1A and not CL1-A) because the hyphen (-) is
used to specify a range.
<hostgrpnickname...>
The host groups to be deleted. <hostgrpnickname> can be specified as one group nickname
or a set of group nicknames (for example, nick1 or nick1:nick3). If more than one port is
specified, then the specified host groups in all the ports are deleted.
Example
delete host_group 1A,nick1
delete host_group 1A:1B,nick1
delete host_group 1A,nick1:nick2
delete host_group 1A:1B,nick1:nick2
delete host_group 1A-1C,nick1:nick2