HP (Hewlett-Packard) 449298-001 User Manual

HP Virtual Connect Manager Command Line Interface User Guide
Version 1.20
Part Number 449298-001 September 2007 (First Edition)
warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.
Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license.
Microsoft and Windows NT are U.S. registered trademarks of Microsoft Corporation.
Audience assumptions
This document is for the person who installs, administers, and troubleshoots servers and storage systems. HP assumes you are qualified in the servicing of computer equipment and trained in recognizing hazards in products with hazardous energy levels.

Contents

Introduction.................................................................................................................................. 5
Virtual Connect overview............................................................................................................................ 5
Command line overview............................................................................................................................. 5
Command line syntax ................................................................................................................................6
Parameters .....................................................................................................................................6
Options.......................................................................................................................................... 6
Properties ....................................................................................................................................... 7
CLI command execution modes ................................................................................................................... 7
Remote access to the Virtual Connect Manager............................................................................................. 8
Command line.............................................................................................................................. 9
Subcommands ..........................................................................................................................................9
Managed elements.................................................................................................................................... 9
devicebay ....................................................................................................................................10
domain ........................................................................................................................................ 10
enclosure...................................................................................................................................... 12
enet-connection ............................................................................................................................. 13
external-manager .......................................................................................................................... 15
fabric........................................................................................................................................... 16
fc-connection................................................................................................................................. 17
firmware ...................................................................................................................................... 18
igmp............................................................................................................................................ 19
interconnect.................................................................................................................................. 19
ldap ............................................................................................................................................ 20
ldap-group.................................................................................................................................... 21
mac-cache.................................................................................................................................... 22
network........................................................................................................................................ 23
profile.......................................................................................................................................... 24
server .......................................................................................................................................... 26
stackinglink................................................................................................................................... 28
status ........................................................................................................................................... 29
systemlog ..................................................................................................................................... 29
uplinkport..................................................................................................................................... 29
uplinkset....................................................................................................................................... 31
user ............................................................................................................................................. 32
vcm .............................................................................................................................................34
version......................................................................................................................................... 34
Help subsystem ....................................................................................................................................... 34
Output format ......................................................................................................................................... 36
Interactive user output format .......................................................................................................... 36
Scriptable output format .................................................................................................................38
Configuring the Virtual Connect domain using the CLI..................................................................... 40
Basic configuration.................................................................................................................................. 40
Logging in to the CLI...................................................................................................................... 40
Domain setup................................................................................................................................ 41
Network setup............................................................................................................................... 43
Contents 3
Fibre Channel setup....................................................................................................................... 46
Server Profile setup ........................................................................................................................ 47
Logging out of the CLI .................................................................................................................... 50
Common management operations ............................................................................................................. 50
Resetting the Virtual Connect Manager....................................................................................................... 51
Technical support........................................................................................................................ 53
Before you contact HP.............................................................................................................................. 53
HP contact information............................................................................................................................. 53
Acronyms and abbreviations........................................................................................................ 54
Index......................................................................................................................................... 56
Contents 4

Introduction

Virtual Connect overview

Virtual Connect is a set of interconnect modules and embedded software for HP BladeSystem c-Class enclosures that simplifies the setup and administration of server connections. HP Virtual Connect includes the HP 1/10Gb Virtual Connect Ethernet Module for c-Class BladeSystem, the HP 4Gb Virtual Connect Fibre Channel Module for c-Class BladeSystem, and the HP Virtual Connect Manager.
Virtual Connect implements server edge virtualization so that server administrators can upgrade, replace, or move server blades within their enclosures without changes being visible to the external LAN and SAN environments.
The Virtual Connect Manager is embedded on the HP 1/10Gb Virtual Connect Ethernet Module for c­Class BladeSystem and is accessed by users through web links provided by the Onboard Administrator or through direct connection to the embedded web server.
The HP 1/10Gb VC-Enet Module supports the HP BladeSystem c7000 Enclosure, HP BladeSystem c3000 Enclosure, and all the server blades and networks contained within the enclosure and enables connection to all brands of data center Ethernet switches.
The HP 4Gb VC-FC Module enables connection of the enclosure to Brocade, Cisco, McData, or Qlogic data center Fibre Channel switches, but does not appear as a switch to the Fibre Channel fabric.
A Virtual Connect domain currently includes a single HP c-Class BladeSystem enclosure for a total of 16 servers. Within the domain, any server blade can access any LAN or SAN connected to a VC module, and a server blade can be used as a spare for any server blade within the same enclosure.
By stacking (cabling) the Ethernet modules within the domain, every server blade in the domain can be configured to access any external network connection. Fibre Channel modules within different I/O bays are each connected directly to the same set of FC SAN(s). With this configuration, the Virtual Connect Manager can deploy and migrate a server blade profile to any server in the Virtual Connect domain without the need to change external LAN or SAN configurations.

Command line overview

The CLI can be used as an alternative method for managing the Virtual Connect Manager. Using the CLI can be useful in the following scenarios:
HP Management Applications (for example: Systems Insight Manager or Insight Control tools) can
query the Virtual Connect Manager for information these tools need to present a complete management view of HP BladeSystem enclosures and the devices contained within. This interface is also used by the Management tools to execute provisioning and configuration tasks to devices within the enclosure.
Users can develop tools that utilize Virtual Connect Manager functions for data collection and for
executing provisioning and configuration tasks.
Introduction 5
When no browser is available or you prefer to use a command line interface, you can access
management data and perform configuration tasks.

Command line syntax

CLI input is case-insensitive except when otherwise noted. The general CLI syntax format is as follows:
<subcommand> <managed element> <parameters> [<options>] [<properties>]
Item Description
subcommand Operation performed on a managed element managed element Management entity being operated on parameters Command extensions for a particular management operation options Attributes used to customize or control command execution behavior such as output
format, quiet-mode, and others
properties One or more name or value pairs that are accessories to the command operation,
Example: ->add user mark password=asdf89g fullname="Mark Smith" enabled=true
mainly for set and add operations
In the above example, add is the subcommand, user is the managed element, mark is a required parameter for the operation, password is a required property, and fullname and enabled are optional properties.
Depending on the specific command being executed, certain parameters or properties might be required. For example, when adding a new user, both a parameter representing the user name, as well as a password (in the form of a property) are required to be specified. All other user properties are optional at the time the user is added. In general, the properties are in the format name=value, and more than one property is separated by a space.

Parameters

Parameters are command extensions that provide extra information needed for the execution of a particular command. Whether or not a parameter is required depends on the specific command being executed. For example, the show user command has an optional parameter, which represents the user name if the user instance is being managed. If show user is entered, then a summary listing of all users is shown. However, if the optional parameter (user name) is provided, only a single user instance is displayed, for example, show user paul.
Some commands require that a parameter be specified, for example, the add user command. The required parameter is the user name (add user jake), and if the username is not provided, an error message displays indicating that a required parameter is missing.

Options

Options enable users to control certain behavior characteristics available during the command execution. Some examples of options include controlling output format and specifying a quiet mode for suppressing interactive prompts that would normally require input from the user.
Options are distinguished from other command line elements by using a hyphen (-) in front of the option. Option arguments are required or optional depending on the option being specified. For example, the -
Introduction 6
output option requires an argument, which is a list of one or more output format attributes. However, the -quiet option does not require any arguments to be specified.
The general format of a CLI option is as follows:
-<option>[=argument1>,<argument2>, . . .]
Example: ->show user suzi -output=script1 In the example, -output is the option, and script1 is an option argument.

Properties

Properties are specific configuration attributes of a managed element. Properties are commonly used during set operations or add operations where a managed element is being modified or created. In some limited circumstances, properties might also be used as a part of a show or other command.
IMPORTANT: If a property value contains embedded spaces, then the entire property value
must be contained within single or double quotes. Likewise, if a double quote is part of a property value, it should be contained within single quotes, and if a single quote is part of a property value, it should be contained within double quotes.

CLI command execution modes

The Virtual Connect Manager CLI provides two different methods for executing commands: interactive shell mode and non-interactive mode.
Interactive Shell Mode This mode is used to invoke CLI command operations using the dedicated management shell. The shell is
provided after the user logs in with valid credentials, and only accepts known VCM CLI commands as input. Users can quit the shell by using the exit command. An example of logging into the interactive management shell is provided below. In the example, the primary VCM is located at IP address
192.168.0.120.
>ssh 192.168.0.120
login as: michael password: ***********
-------------------------------------------------------------------­HP Virtual Connect Management CLI v1.20 (C) Copyright 2006-2007 Hewlett-Packard Development Company, L.P. All Rights Reserved
--------------------------------------------------------------------
GETTING STARTED:
help : displays a list of available subcommands exit : quits the command shell <subcommand> ? : displays a list of managed elements for a subcommand <subcommand> <managed element> ? : displays detailed help for a command
Introduction 7
->
Non-Interactive Mode In some cases, users might want to write automated scripts that execute a single command at a time.
These scripts can be used to batch several commands in a single script file from the SSH client. An example of how to use the non-interactive mode for CLI command execution is provided below. In the example, the primary VCM is located at IP address 192.168.0.120.
IMPORTANT: To suppress prompting for a password during login, you must first setup the SSH
encryption keys using the VCM Web GUI, and configure your SSH client properly with the keys. For additional information on configuring the SSH keys, see the HP Virtual Connect for c- Class BladeSystem User Guide.
->ssh Administrator@192.160.0.120 show enclosure <command output displayed to console>

Remote access to the Virtual Connect Manager

The Virtual Connect Manager CLI can be accessed remotely through any SSH session:
1. Start an SSH session to the Virtual Connect Manager using any SSH client application.
2. When prompted, type the assigned IP address or DNS name of the Virtual Connect Manager, and
then press Enter.
3. Type a valid user name, and then press Enter.
4. Type a valid password, and then press Enter. The CLI command prompt displays.
5. Enter commands for the Virtual Connect Manager.
6. To terminate the remote access SSH session, close the communication software or enter exit at the
CLI command prompt.
Introduction 8

Command line

Subcommands

Command Description
add
assign
delete
exit
help
import
poweroff
poweron
reboot
remove
reset
set
show
unassign
update
Add a new object to the domain or to another object Assign a server profile to a server bay Delete the Virtual Connect domain configuration Exit the Virtual Connect Manager command-line shell Display help for a command or object Import an enclosure into the domain Power off one or more servers Power on one or more servers Reboot one or more servers Remove or delete an existing object (for example, users or profiles) Reset one or more servers or other objects Modify one or more configuration properties of an object Display properties or information about an object Unassign a server profile from a device bay Update firmware on one or more interconnect modules

Managed elements

Managed element Description
devicebay (on page 10)
domain (on page 10)
enclosure (on page 12)
enet-connection (on page 13)
external-manager (on page 15)
fabric (on page 16)
fc-connection (on page 17)
firmware (on page 18)
igmp (on page 19)
interconnect (on page 19)
ldap (on page 20)
Display general enclosure device bay settings and information Manage general Virtual Connect domain settings and
information Manage general enclosure settings and information Manage Ethernet network connections Manage external settings and information Manage FC SAN fabrics Manage Fibre Channel SAN fabric connections Manage interconnect module firmware Ethernet IGMP Snooping settings Manage I/O interconnect modules Manage LDAP configuration settings
Command line 9
Managed element Description
ldap-group (on page 21)
mac-cache (on page 22)
network (on page 23)
profile (on page 24)
server (on page 26)
stackinglink (on page 28)
status (on page 29)
systemlog (on page 29)
uplinkport (on page 29)
uplinkset (on page 31)
user (on page 32)
vcm (on page 34)
version (on page 34)
Manage LDAP group configuration settings Manage Ethernet MAC cache failover settings Manage Virtual Connect Ethernet networks Manage VC server profiles Manage server blades in the enclosure device bays Display stacking link information and status Display overall domain status information Display Virtual Connect Manager system event log Manage interconnect module uplink ports Manage shared uplink port sets Manage local domain user configurations Reset the Virtual Connect Manager that manages the domain Display CLI version information
The following sections provide detailed information on how the subcommands are used with each managed element.
To display command help, type a command followed by ? or -help. For additional information on the help subcommand, see "Help subsystem (on page 34)."

devicebay

Manage general enclosure device bay settings and information.
Supported actions: help, show
Item Description
show devicebay Syntax
Parameters: DeviceBayID
Examples:
Display all device bays in the domain
show devicebay [<DeviceBayID>|*]
The reference ID of a device bay in the domain The format of the device bay name is <EnclosureID:DeviceBay> When Enclosure ID is not specified, it defaults to the local enclosure
->show devicebay Displays a summary listing of all device bays
->show devicebay * Displays detailed information for all device bays
->show devicebay enc0:2 Displays detailed information for a specific device bay of a specific enclosure

domain

Manage general Virtual Connect domain settings and information.
Command line 10
Supported actions: delete, help, set, show
Item Description
delete domain
Syntax Examples:
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.
delete domain [-quiet]
->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
Syntax
Properties:
Name
DomainIP
IpAddress
SubnetMask
Gateway
MacType
MacPool
MacStart
MacEnd
WwnType
Modify domain configuration properties
set domain [Name=<NewName>] [DomainIp=<Enabled|Disabled>] [IpAddress=<IPAddress>] [SubnetMask=<mask>] [Gateway=<Gateway>] [MacType=<VC-Defined|Factory-Default| User-Defined>] [MacPool=<1-64>] [MacStart=<address>] [MacEnd=<address>] [WwnType=< VC-Defined|Factory-Default>] [WwnPool=<1-64>]
The new name of the domain. Valid characters include alphanumeric, "_", and ".". The maximum length of the name is 64 characters.
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.
A valid IP address to use for the domain IP address configuration A valid subnet mask for the domain IP address configuration A valid gateway address for the domain IP address configuration The type of MAC address source to use for assignment. Valid values include VC-
Defined, Factory-Default, and User-Defined 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.
The starting MAC address in a custom user-defined range. This property is only valid if the MacType is set to "User-Defined".
The ending MAC address in a custom user-defined range. This property is only valid if the MacType is set to "User-Defined".
The type of WWN address source to use for assignment. Valid values include VC-Defined and Factory-Default.
Command line 11
Item Description
WwnPool
Examples:
The pre-defined WWN pool to use for address assignment. Valid values include integers 1-64. This property is only valid if the WwnType is set to "VC-Defined". If not specified, the default pool ID is 1.
->set domain Name=MyNewDomainName Changes the name of the Virtual Connect domain
->set domain DomainIp=Enabled
Enables the domain IP address
->set domain DomainIp=Enabled IpAddress=192.168.0.120 SubnetMask=255.255.255.0 Gateway=192.168.0.1
Configures the domain IP address and enables it
->set domain DomainIp=Disabled Disables the domain IP address and uses DHCP instead
->set domain MacType=VC-Defined MacPool=10 Sets the MAC address source to VC-Defined with a pre-defined range
->set domain MacType=Factory-Default Set the MAC address source to use factory default MAC addresses
->set domain MacType=User-Defined MacStart=00-17-A4-77-00­00 MacEnd=00-17-A4-77-00-FF
Sets the MAC address source to a custom, user-defined address range
->set domain WwnType=VC-Defined WwnPool=5 Sets the WWN address source to VC-Defined with a pre-defined range
->set domain WwnType=Factory-Default Sets the WWN address source to use factory default WWN addresses
Item Description
show domain
Syntax Examples:
Display general Virtual Connect domain information, such as the Virtual Connect domain name and the VCM domain IP address settings
show domain [addressPool]
->show domain
Displays domain information
->show domain addressPool Displays the VC defined address pools for the domain

enclosure

Manage general enclosure settings and information.
Supported actions: help, import, show
Item Description
import enclosure
Import an enclosure into the domain
Command line 12
Item Description
Syntax
Properties:
UserName
Password
Example
import enclosure UserName=<username> Password=<password>
The password field is optional on the command line. If not specified on the command line, the user is prompted for the same interactively.
A valid user name of the Onboard Administrator user A valid password of the Onboard Administrator user
->import enclosure UserName=Administrator Password=fgg7h*1
Imports the local enclosure
Item Description
show enclosure
Syntax Parameters:
EnclosureID
Examples:
Display all enclosures in the domain show enclosure [<EnclosureID>|*]
The ID of an enclosure in the domain
->show enclosure Displays a summary listing of all enclosures
->show enclosure * Displays detailed information for all enclosures
->show enclosure enc0 Displays detailed information for a specific enclosure

enet-connection

Manage Ethernet network connections.
Supported actions: add, help, remove, set
Item Description
add enet-connection
Syntax
Parameters:
ProfileName
Properties:
Network
Add a new Ethernet network connection to an existing server profile
add enet-connection <ProfileName> [Network=<NetworkName>] [PXE=<enabled|disabled|UseBios>] [AddressType=<Vc­Defined|Factory-Default|User-Defined>] [EthernetMAC=<MAC Address> iScsiMAC=<MAC Address>]
The name of an existing profile to which the new connection is added. (required)
The name of an existing network to associate with the connection. If the network name is not specified, or is set to "unassigned," then the network remains unassigned. (optional)
Command line 13
Item Description
PXE
AddressType
EthernetMAC
iScsiMAC
Examples:
Enables or disabled PXE on the network connection. Valid values are enabled, disabled, and UseBios. If this value is not specified, the default is "UseBios."
Only one connection can have PXE enabled per profile. The source of MAC address assignments to be used during the creation
of the new connection. If not specified, the default is the domain default. If "User-Defined" is specified, then both an Ethernet MAC Address and iSCSI MAC Address must also be specified. Valid values include Vc­Defined, Factory-Default, and User-Defined.
The user-defined Ethernet MAC address to use for the connection. This property is required if the AddressType specified is "User-Defined."
The user-defined iSCSI MAC address to use for the connection. This property is required if the AddressType specified is "User-Defined."
->add enet-connection MyNewProfile Network=SomeNetwork
Adds a new Ethernet network connection to a profile
->add enet-connection MyNewProfile Network=SomeNetwork2 PXE=enabled
Adds a new Ethernet network connection and enables PXE
->add enet-connection MyNewProfile Adds a new Ethernet network connection and leaves the network
unassigned
->add enet-connection MyNewProfile AddressType=Factory-Default
Adds a new Ethernet network connection and uses factory default addresses
->add enet-connection MyNewProfile AddressType=Vc­Defined
Adds a new Ethernet network connection using VC-defined addresses
->add enet-connection MyNewProfile AddressType=User­Defined EthernetMAC=00-17-A4-77-00-00 iScsiMAC=00­17-A4-77-00-01
Adds a new Ethernet network connection and provides user-defined MAC addresses
Item Description
set enet-connection
Syntax
Parameters:
ProfileName
Port
Properties:
NetworkName
Modify an existing server profile connection
set enet-connection <ProfileName> <Port> [Network=<NetworkName>] [PXE=<enabled|disabled|UseBios>]
The name of the server profile that contains the connection to modify The port number of the connection being modified
The name of the Ethernet network to associate with the connection. Applies to Ethernet network connections only.
Command line 14
Item Description
PXE
Examples:

external-manager

Manage external manager settings and information.
Supported actions: delete, help, set, show
Item Description
show external­manager
Syntax Examples:
Item Description
remove external­manager
Syntax Properties:
UserName
Example
Item Description
set external­manager
Syntax
Enables or disables PXE on a connection. Valid values are enabled, disabled, and UseBios. Applies to Ethernet network connections only.
PXE can be enabled on one connection per profile.
->set enet-connection MyProfile 2 NetworkName=NewNetworkName
Changes the network of an Ethernet connection
->set enet-connection RedProfile 1 NetworkName="" Sets a network connection to "unassigned"
->set enet-connection GreenProfile 3 PXE=disabled Disables PXE on an Ethernet connection
Display the information of an existing external manager
show external-manager
->show external-manager
Displays the information of an existing external manager.
->show external-manager Displays the information of an existing external manager in the specified output
format.
->show external-manager Displays the information of an existing external manager in the specified output
format.
Remove an existing manager and regain control of the VC Manager
remove external-manager UserName=<username>
A valid external manager user name
->remove external-manager UserName=<username> Removes external management control of the VC Manager
Modify external manager configuration properties
set external-manager UserName=<username> Enabled=<true|false>
Command line 15

fabric

Item Description
Examples:
->set external-manager UserName=steve Enabled=false Disables the external manager
->set external-manager UserName=steve Enabled=true Enables the external manager
Manage Fibre Channel SAN fabrics.
Support actions: help, set, show
Item Description
set fabric
Syntax
Parameters:
FabricName
Properties:
Name
NumPorts
PortSpeed
Examples:
Modify an existing FC SAN fabric
set fabric <FabricName> [Name=<NewName>] [NumPorts=<1|2|4>] [PortSpeed=<Auto|2Gb|4Gb>]
The name of an existing FC SAN fabric to modify (required)
The new name of the fabric The number of uplink ports to use for the fabric The port speed for the uplink ports in the fabric
->set fabric MyFabric NumPorts=2 Changes the number of ports used by the fabric
->set fabric Blue Name=Red Changes the name of an existing fabric from "Blue" to "Red"
->set fabric GreenFabric PortSpeed=4Gb Changes the port speed of the uplinks in a fabric
Item Description
show fabric Syntax
Examples:
Display all FC SAN fabrics
show fabric [<FabricName> | *]
->show fabric
Displays a summary listing of all FC SAN fabrics
->show fabric * Displays detailed information for all FC SAN fabrics
->show fabric SAN_5 Displays detailed information for a specific FC SAN fabric
Command line 16

fc-connection

Manage Fibre Channel SAN fabric connections.
Supported actions: add, help, set
Item Description
add fc-connection
Syntax
Parameters:
ProfileName
Properties:
Fabric
Speed
AddressType
PortWWN
NodeWWN
Examples:
Item Description
set fc-connection
Add a new FC SAN connection to an existing server profile
add fc-connection <ProfileName> [Fabric=<FabricName>] [Speed=<Auto|2Gb|4Gb|Disabled>]
The name of an existing profile to which the new connection is added. (required)
The name of an existing fabric to associate with the connection. If the fabric name is not specified, it will be assigned to the next available SAN Fabric.
The port speed of the connection port. Valid values include Auto, 2Gb, 4Gb, and Disabled. If not specified, then the default port speed is set to "Auto".
The source of WWN address assignments to be used during the creation of the new connection. If not specified, the default is the domain default. If "UserDefined" is specified, then both a Port WWN and Node WWN must also be specified. Valid values include Vc-Defined, Factory-Default, and User­Defined.
The user-defined Port WWN address to use for the connection. This property is required if the AddressType specified is "User-Defined".
The user-defined Node WWN address to use for the connection. This property is required if the AddressType specified is "User-Defined".
->add fc-connection MyNewProfile Fabric=SAN_5 Adds a new FC SAN fabric connection to a profile
->add fc-connection MyNewProfile Fabric=SomeFabric Speed=4Gb
Adds a new FC SAN connection and configures the port speed
->add fc-connection MyNewProfile Adds a new FC SAN connection and uses the next available fabric
->add fc-connection MyNewProfile AddressType=Factory­Default
Adds a new FC SAN connection and uses factory-default addresses
->add fc-connection MyNewProfile AddressType=Vc-Defined Adds a new FC SAN connection and uses VC-defined addresses
->add fc-connection MyNewProfile AddressType=User­Defined PortWWN=50:06:0B:00:00:C2:62:00 NodeWWN=50:06:0B:00:00:C2:62:00
Adds a new FC SAN connection and provides user-defined WWN addresses
Modify an existing server profile connection
Command line 17
Item Description
Syntax
Parameters:
ProfileName
Port
Properties:
Fabric
Speed
BootPriority
BootPort
BootLun
Examples:
set fc-connection <ProfileName> <Port> [Fabric=<FabricName>] [Speed=<Auto|2Gb|4Gb|Disabled>] [BootPriority=<priority>] [BootPort=<portName>] [BootLun=<LUN>]
The name of the server profile that contains the connection to modify The port number of the connection being modified
The name of the FC SAN fabric to associate with the connection The port speed of the FC SAN connection. Valid values include Auto, 4Gb,
2Gb, and Disabled Controls whether the FC HBA port is enabled for SAN boot and will affect the
BIOS boot order. Valid values include BIOS, Primary, Secondary, Disabled The target WWPN of the controller interface on the Fibre Channel storage
target. The port name is a 64-bit identifier in the format: NN:NN:NN:NN:NN:NN:NN:NN, where N is a hexadecimal number
The LUN of the volume used for SAN boot. Valid values include an integer from 0-255.
->set fc-connection MyProfile 1 Fabric=SAN_5 Changes the fabric of an FC SAN fabric connection
->set fc-connection RedProfile 2 Fabric="" Sets a FC SAN fabric connection to "Unassigned"
->set fc-connection BlueProfile 1 Fabric=SAN_7 Changes the FC SAN Fabric of an FC SAN connection
->set fc-connection BlueProfile 1 Speed=4Gb Changes the port speed of a FC SAN connection
->set fc-connection BlueProfile 1 BootPriority=Primary BootPort=50:06:0B:00:00:C2:62:00 BootLun=5
Changes the SAN boot priority and sets additional boot parameters

firmware

Display or update Virtual Connection firmware version.
Support actions: help, show, update
Item Description
show firmware
Syntax Examples:
Display current version of firmware of all interconnect modules in the domain
show firmware
->show firmware
Displays current version of the firmware
Command line 18
Loading...
+ 39 hidden pages