User's Manual

Command line 91
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 or IPv6 address or host name of the FTP or SFTP server, including user
name and password.
When the domain is in FIPS mode, SFTP must be used.
filename (required)
The name of the file on the FTP or SFTP server where EFI data is loaded. The
filename can be mentioned separately.
The file path given is 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
->load profile Profile1
address=ftp://user:password@[2001::1]/new-profile-data
Loads a saved profile EFI data object file from a remote server using an IPv6
address
->load profile Profile1
address=ftp://user:password@[2001::1]
filename=/new-profile-data
Loads a saved profile EFI data object file from a remote server using an IPv6
address
Item Description
remove profile
Remove one or more server profiles from the domain.
Syntax
remove profile <ProfileName|*>
Parameter
ProfileName
(required)
The name of an existing profile in the VC domain. Use "*" to remove all existing
profiles.
Examples
->remove profile MyProfile
Removes a server profile by name
->remove profile *
Removes all server profiles
Item Description
save profile
Save an EFI data object from an existing server profile. The server profile must not