Unassigning multiple profiles, Cli command execution modes – HP Virtual Connect 1.10Gb-F Ethernet Module for c-Class BladeSystem User Manual

Page 9

Advertising
background image

Introduction 9

add profile AnotherProfile
add profile Profile45

# Add a few VC-Enet Networks
add network MyNetwork
add network Network2

# Add a few uplink ports to the networks
add uplinkport enc0:1:1 network=MyNetwork
add uplinkport enc0:1:2 network=Network2

# Create a Shared Uplink Port Set
add uplinkset SharedSet1

# Assign a profile to a device bay
assign profile MyProfile enc0:1

# Done!!!

Unassigning multiple profiles

In previous firmware releases, if the user needed to unassign multiple profiles from several device bays,
the unassign profile <profileName> command could be used at the command line. When many

profiles need to be unassigned, sending a command for each server profile to be unassigned can be

tedious.
To simplify this scenario, the remove profile command has been extended to include unassigning 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 displays for that

server/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

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

Advertising