Unassigning multiple profiles – HP Virtual Connect 4Gb Fibre Channel Module for c-Class BladeSystem User Manual

Page 14

Advertising
background image

Introduction 14

#------------------------------------------------------------------------

# Add Users
add user SomeNetworkUser password=pass1 privileges=network
add user SomeStorageUser password=pass2 privileges=storage
add user SomeDomainUser password=pass6 privileges=domain
add user SomeAdminUser password=pass3 privileges=*
add user DomainNetworkUser password=764dhh privileges=domain,network

# Add Profiles with Default VC-Enet and VC-FC Connections
add profile MyProfile
add profile AnotherProfile
add profile Profile45

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

# Add 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

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

Advertising