Item

Description

 

 

Examples:

 

 

 

 

->add profile MyNewProfile

 

Creates a new profile and adds it to the domain, using default connections

 

 

 

->add profile MyNewProfile2 -NoDefaultEnetConn

 

Creates a new profile without adding default Ethernet connections

 

 

 

->add profile MyNewProfile2 -NoDefaultFcConn

 

Creates a new profile without adding default FC connections

 

 

 

->add profile MyNewProfile2 -NoDefaultEnetConn

 

-NoDefaultFcConn

 

Creates a new profile without adding default Ethernet and FC connections

 

 

Item

Description

 

 

assign profile

Assign a server profile to a device bay

 

 

Syntax

assign profile <ProfileName> <DeviceBay>

 

 

Parameters:

 

 

 

ProfileName

The unique name of the server profile to assign

 

 

DeviceBay

The device bay to assign the profile to, in the format:

 

EnclosureID:DeviceBayNumber

 

If EnclosureID is not specified it defaults to the local enclosure

 

 

Example

->assign profile MyProfile1 enc0:1

 

Assigns a profile to device bay 1 of the primary enclosure

 

 

Item

Description

 

 

remove profile

Remove one or more server profiles from the domain

 

 

Syntax

remove profile <ProfileName *>

 

 

Examples:

 

 

 

 

->remove profile MyProfile

 

Removes a server profile by name

 

 

 

->remove profile *

 

Removes all server profiles

 

 

Item

Description

 

 

set profile

Modify properties of an existing server profile

 

 

Syntax

set profile <ProfileName> Name=<NewName>

 

 

Parameters:

 

 

 

ProfileName

The current name of the profile to modify

 

 

Properties:

 

 

 

Name

The new name of the server profile

 

 

Example

->set profile MyProfile Name=MyNewProfileName

 

Changes the name of a server profile

 

 

Command line 25