Item

Description

 

 

Parameters:

 

 

 

NetworkName

The name of an existing network to modify

 

 

Properties:

 

 

 

Name

The new name of the network

 

 

State

Enables or disables the network. Valid values are "Enabled" and "Disabled"

 

 

SmartLink

Enables or disables the SmartLink capability for a port

 

 

Examples:

 

 

 

 

->set network MyNetwork State=Disabled

 

Disables an existing network named "MyNetwork"

 

 

 

->set network Blue Name=Red

 

Changes the name of an existing network from "Blue" to "Red"

 

 

 

->set network GreenNetwork SmartLink=Enabled

 

Enables the SmartLink feature on a specific network

 

 

Item

Description

 

 

show network

Display all Ethernet networks in the domain

 

 

Syntax

show network [<NetworkName> *]

 

 

Examples:

 

 

 

 

->show network

 

Displays a summary listing of all networks

 

 

 

->show network *

 

Displays detailed information for all networks

 

 

 

->show network MyNetwork

 

Displays detailed information for a specific network

 

 

profile

Manage server profiles.Supported actions: add, assign, help, remove, set, show, unassign

Item

Description

 

 

add profile

Create a new server profile. After the profile has been created, the profile can

 

then be configured using the "set" subcommand and additional network and

 

fabric connections can also be added. The server profile can also be assigned to

 

a device bay using the "assign" subcommand.

 

 

Syntax

add profile <ProfileName> [-NoDefaultEnetConn]

 

[-NoDefaultFcConn]

 

 

Parameters:

 

 

 

ProfileName

The unique name of the new server profile to create

 

 

Options:

 

 

 

NoDefaultEnetConn

Do not add default Ethernet Network connections when creating the server profile

 

 

NoDefaultFcConn

Do not add default FC SAN connections when creating the server profile

 

 

Command line 24