Dell POWEREDGE M1000E User Manual

Page 42

Advertising
background image

10

Fabric OS Command Reference

53-1001764-02

ad

2

ad

Manages Admin Domain operations.

Synopsis

ad --activate ad_id

ad --add ad_id [-d “dev_list”] [-s “switch_list”]

ad --apply

ad --clear [-f]

ad --create ad_id [-d "dev_list"] [-s "switch_list"]

ad --deactivate ad_id

ad --delete ad_id

ad --exec ad_id "command_list"

ad --remove ad_id [-d "dev_list"] [-s "switch_list"]

ad --rename ad_id new_ad_id

ad --save

ad --select ad_id

ad --show [-i | [ad_id [-m mode]]] (in AD255 context)

ad --show [-i ] (in AD0 context)

ad --show (in AD1-254 context)

ad --validate [-i | [ad_id | [-m mode]]]

ad --transabort

ad --transshow

Description

Use this command to manage Admin Domain operations.

This command follows a batched-transaction model. When executed with the --activate, --add,
--

clear, --create, --deactivate, --delete, --remove, or--rename options, this command

changes only the Defined Configuration in the transaction buffer. The --save option sends the
changes made in the transaction buffer to all other switches and permanently saves the changes
to the Defined configuration in persistent storage. The --apply option performs a save operation,
sends a request to apply the Admin Domain configuration (as defined in the persistent storage),
and then enforces the configuration locally.

The Admin Domain transaction buffer is linked to the current login shell and is lost on logout. Use
the --transshow option to display the current Admin Domain transaction information.

Before creating Admin Domains, the default zone mode should be set to “No Access”. To set the
default zone mode to “No Access” execute the following command sequence:

switch:admin>

ad --select AD0

switch:admin>

defzone --noaccess

switch:admin>

cfgsave

Refer to defZone help for more information.

Advertising