HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 84
Item Description
defaults to the local enclosure. To assign a profile to a multi-blade server,
<DeviceBay> must be the monarch bay.
Option
PowerOn
Powers on the server after the profile is assigned
Examples
->assign profile MyProfile1 enc0:1
Assigns a profile to device bay 1 of the primary enclosure
->assign profile MyProfile1 enc0:5
Assigns a profile to a multi-blade server in bays 5-8 of the primary enclosure
Item Description
copy profile
Copy an existing profile configuration to another profile. The copied profile
(destination profile) will be left unassigned.
Syntax
copy profile <src_profile_name> <dest_profile_name>
Parameter
src_profile_name
(required)
The name of the profile from which the configuration is being copied
dest_profile_name
(required)
The name of the profile to which the configuration is being copied
Example
->copy profile_server1 profile_server_new
Copies the configuration from profile_server1 to profile_server_new
Item Description
load profile
Load a saved EFI data object from a remote ftp server on the network. The EFI data
object is loaded into an existing server profile. The server profile must not be
assigned to a server bay and it must not have an EFI data object present.
Syntax
load profile <ProfileName>
address=<ftp://user:password@ipaddress/filename>
-or-
load profile <ProfileName>
address=<ftp://user:password@ipaddress> filename=<name>
Parameter
ProfileName
(required)
An existing and unassigned profile with no EFI data
Properties
address (required)
A valid IPv4 address or host name of the FTP server, including user name and
password
filename (required)
The name of the file on the FTP server from where EFI data has to be loaded. The
filename can also be mentioned separately.
The file path given will be treated as relative to the login directory for the user on the
FTP server. The user should ensure that the permissions are appropriate for the
transfer to succeed.
Examples
->load profile Profile_1
address=ftp://user:password@192.168.10.12/new-profile-data
Loads a saved profile EFI data object file from a remote server
->load profile Profile_1
address=ftp://user:password@192.168.10.12
filename=/new-profile-data
Loads a saved profile EFI data object file from a remote server