User's Manual

Introduction 8
Command Changes Virtual Connect 4.20 Virtual Connect
4.30/4.31
show uplinkport
enhanced to display
port status as disabled
when the port is
controlled by the
domain stacking link.
Not available
Port status is displayed as
disabled if controlled by
the domain stacking link.
add profile
set profile
The commands are
enhanced to configure
the boot mode of the
server profile.
Not available Added the following
property:
[bootMode=
<Auto|Legacy|UEFI>
]
add enet-connection
set enet-connection
The commands are
enhanced to configure
the PXE IP boot order of
the Ethernet connection.
Not available Added the following
property:
[pxeBootOrder=
<Auto|IPv4Only|IPv
6Only|IPv4ThenIPv6
|IPv6ThenIPv4>]
show profile
show server
show enet-connection
The commands are
enhanced to display the
boot mode or boot
order.
Not available
The show profile
command displays the
configured boot order for
the server profile.
The show server
command displays the
server boot mode and
UEFI capability.
The show
enet-connection
command displays the
configured PXE IP boot
order.
Unassigning multiple profiles
The unassign profile command includes the ability to unassign multiple profiles from device bays with
a single command.
The following example illustrates four server profiles being unassigned from device bays with a single CLI
command. If an operation fails on one of the device bays, an error message appears for that server or device
bay, but the remaining operations continue.
->unassign profile *
SUCCESS: Profile1 unassigned from device bay enc0:1
SUCCESS: MyProfile2 unassigned from device bay enc0:2
SUCCESS: GreenProfile unassigned from device bay enc0:3
SUCCESS: RedProfile unassigned from device bay enc0:4
Supporting comments and blank lines in CLI scripts
The CLI supports command scripts that contain blank lines and comments. Support for comments and blank
lines enables you to maintain descriptive notes within the configuration script.
The following sample script illustrates a CLI script that contains this type of formatting. All comment lines must
begin with "#".