Supported actions: delete, help, set, show

Item

Description

 

 

delete domain

Delete the existing Virtual Connect domain configuration.

 

Deleting the domain removes the entire Virtual Connect domain configuration

 

and resets it back to the original defaults. After the domain has been deleted,

 

you are logged out and the Virtual Connect Manager resets.

 

 

Syntax

delete domain [-quiet]

 

 

Examples:

 

 

 

 

->delete domain

 

Deletes the Virtual Connect domain configuration and prompts for user

 

confirmation

 

 

 

->delete domain -quiet

 

Deletes the Virtual Connect domain quietly without prompting for user

 

confirmation (primarily used in automated scripting scenarios)

 

 

Item

Description

 

 

set domain

Modify domain configuration properties

 

 

Syntax

set domain [Name=<NewName>] [DomainIp=<EnabledDisabled>]

 

[IpAddress=<IPAddress>] [SubnetMask=<mask>]

 

[Gateway=<Gateway>] [MacType=<VC-DefinedFactory-Default

 

User-Defined>] [MacPool=<1-64>] [MacStart=<address>]

 

[MacEnd=<address>] [WwnType=< VC-DefinedFactory-Default>]

 

[WwnPool=<1-64>]

 

 

Properties:

 

 

 

Name

The new name of the domain. Valid characters include alphanumeric, "_", and

 

".". The maximum length of the name is 64 characters.

 

 

DomainIP

Enables or disables the Virtual Connect domain IP address. If enabled, then a

 

valid IP address subnet mask must be configured. If disabled, then DHCP is used

 

to obtain a valid IP address.

 

Enabling domain IP address configuration, or changing the domain IP address

 

can cause a temporary loss of connectivity to the Virtual Connect Manager. Use

 

caution when changing these settings.

 

 

IpAddress

A valid IP address to use for the domain IP address configuration

 

 

SubnetMask

A valid subnet mask for the domain IP address configuration

 

 

Gateway

A valid gateway address for the domain IP address configuration

 

 

MacType

The type of MAC address source to use for assignment. Valid values include VC-

 

Defined, Factory-Default, and User-Defined

 

 

MacPool

The pre-defined MAC pool to use for address assignment. Valid values include

 

integers 1-64. This property is only valid if the MacType is set to "VC-Defined". If

 

not specified, the default pool ID is 1.

 

 

MacStart

The starting MAC address in a custom user-defined range. This property is only

 

valid if the MacType is set to "User-Defined".

 

 

MacEnd

The ending MAC address in a custom user-defined range. This property is only

 

valid if the MacType is set to "User-Defined".

 

 

WwnType

The type of WWN address source to use for assignment. Valid values include

 

VC-Defined and Factory-Default.

 

 

Command line 11