Removing zones – HP ProLiant DL170e G6 Server User Manual

Page 56

Advertising
background image

General commands 56

The parameters enable the addition of all chassis on all SL-APM ports, all the chassis plugged into an SL-APM

port through a SL-APM Distribution Module) or a specific chassis on a specified SL-APM port and SL-APM
Distribution Module port. The syntax is similar to other SL-APM commands such as SHOW POWER or SHOW

RACK in how SL-APM and SL-APM Distribution Module ports are specified.
When adding a chassis to a zone, the chassis does not have to be present and plugged into the SL-APM. The

SL-APM issues a message in such cases, and therefore, the chassis does not exist. Zone definitions do not
require the hardware to be actually present . For SL-APM operations that might use zones (for example, SET

POWER BASELINE), only those chassis that exist and are defined in the zone are considered for the

operation.
For example:
ADD ZONE my_zone 1 5
Adds the chassis plugged into SL-APM Distribution Module port 5 on SL-APM port 1 to zone MY_ZONE. If

MY_ZONE did not already exist, it will be created.
ADD ZONE my_zone 1 all
Adds all the chassis plugged into an SL-APM Distribution Module on SL-APM port 1.
ADD ZONE my_zone all
Adds all chassis on the SL-APM to zone MY_ZONE.
ADD ZONE BLUE 1 ALL 2 ALL 3 1
You can also use ALL by itself instead of a PORT DMPORT pair.
For example:
ADD ZONE BLUE ALL
Zones cannot overlap.

Removing zones

To remove one or more chassis from a zone definition, enter
REMOVE ZONE <zone_name> [[<PORT#> <DMPORT#>]] | [<PORT#> ALL] | [ALL]
where:

<zone_name> is the zone name.

<PORT#> is the port number.

<DMPORT#> is the distribution module port number.

<PORT# ALL> is the port number.

If no more chassis exist in the zone after the target chassis is removed, then the zone is automatically deleted.
The syntax for indication which chassis is to be removed is identical to the ADD ZONE command.
For example:
REMOVE ZONE my_zone ALL
Removes all chassis from the zone MY_ZONE. This command also deletes the zone definition of MY_ZONE

because no chassis is associated with it.
REMOVE ZONE my_zone 1 ALL
Removes all chassis plugged into the SL-APM Distribution Module on APM port 1.

Advertising