Zoneobjectexpung – Dell POWEREDGE M1000E User Manual

Page 1055

Advertising
background image

Fabric OS Command Reference

1023

53-1001764-02

zoneObjectExpung

2

zoneObjectExpung

Expunges a zone object.

Synopsis

zoneObjectExpunge "objectName"

Description

Use this command to expunge a zone object. In addition to deleting the object, this command also
removes the object from the member lists of all other objects. After successful execution of this
command, the specified object no longer exists the database. You can use this command for all
zone object types, including cfg, zone, and alias.

This command changes the defined configuration. For the change to be preserved across switch
reboots, save the configuration to nonvolatile memory with the cfgSave command. For the change
to become effective, enable the configuration with the cfgEnable command.

Notes

When FCS policy is enabled, this command can be issued only from the primary FCS switch.

The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS Commands" and Appendix A, "Command
Availability
" for details.

Operands

This command has the following operand:

"objectName"

The name of the object that you want to expunge. Quotation marks are
optional. This operand is required.

Examples

To create a configuration containing three zones:

switch:admin>

cfgshow

Defined configuration:

cfg: USA_cfg Red_zone; White_zone; Blue_zone

zone: Blue_zone

1,1; array1; 1,2; array2

zone: Red_zone

1,0; loop1

zone: White_zone

1,3; 1,4

alias: array1 21:00:00:20:37:0c:76:8c; 21:00:00:20:37:0c:71:02

alias: array2 21:00:00:20:37:0c:76:22; 21:00:00:20:37:0c:76:28

alias: loop1 21:00:00:20:37:0c:76:85; 21:00:00:20:37:0c:71:df

switch:admin>

zoneobjectexpunge "White_zone"

switch:admin>

cfgshow

Defined configuration:

cfg: USA_cfg Red_zone; Blue_zone

zone: Blue_zone

1,1; array1; 1,2; array2

zone: Red_zone

1,0; loop1

alias: array1 21:00:00:20:37:0c:76:8c; 21:00:00:20:37:0c:71:02

alias: array2 21:00:00:20:37:0c:76:22; 21:00:00:20:37:0c:76:28

alias: loop1 21:00:00:20:37:0c:76:85; 21:00:00:20:37:0c:71:df

See Also

cfgAdd, cfgClear, cfgDelete, cfgDisable, cfgEnable, cfgRemove, cfgSave, cfgShow, zoneObjectCopy,
zoneObjectRename

Advertising