HP Virtual Connect Enterprise Manager 6.3.1 CLI Guide
Table Of Contents
- HP Insight Software Virtual Connect Enterprise Manager
- Contents
- 1 Getting Started
- 2 Using VCEMCLI
- 3 Using VCEM commands
- add profile
- set profile
- assign profile
- export profiles
- unassign profile
- add enet-connection
- set enet-connection
- remove enet-connection
- add fc-connection
- set fc-connection
- remove fc-connection
- add fcoe-connection
- set fcoe-connection
- remove fcoe-connection
- add iscsi-connection
- set iscsi-connection
- remove iscsi-connection
- set iscsi-boot-param
- remove iscsi-boot-param
- add server-port-map
- set server-port-map
- remove server-port-map
- poweroff devicebay
- poweron devicebay
- show power-status
- show job
- show version
- show vcem-status
- startvcdmaint
- cancelvcdmaint
- completevcdmaint
- 4 Error messages
- 5 Troubleshooting VCEMCLI
- VCEMCLI calls result in access denied errors
- VCEMCLI calls result in errors for invalid leading character or invalid characters
- VCEMCLI calls result in 404 errors
- API timeouts
- High CPU usage on the CMS server while running a VCEMCLI client
- Job reports failed status
- Completed with warning job status
- Unable to assign a profile to a Domain Group
- VC Domain reports Configuration Mismatch status
- VC Domain reports Expired License status
- Error on database operation occurs
- Failed to execute VCEM operation because VC firmware not supported
- Creating a server profile fails
- Server profile edit operation fails when target server is powered on
- Server profile job completed with success but changes have not occurred
- After a server profile assignment, some connections defined in the server profile are not functional
- Commands -add profile or -set profile error messages
- Command -add profile error messages
- Additional Troubleshooting Information and tools
- 6 Support and other resources
- Index

Table 17 Parameter descriptions for -set fcoe-connection (continued)
OptionalRequiredDescriptionParameter
• secondary
• disabled
Only one boot parameter is
allowed per FCoE
connection.
x
IMPORTANT: The
-bootport parameter is
only required when the
bootpriority parameter
is set to either primary or
secondary.
The target world wide port
name (WWPN) of the
controller interface on the
Fibre Channel storage
target. The port name is a
64-bit identifier in the
format:
NN:NN:NN:NN:NN:NN:NN:NN
-bootport
The designation N stands for
a hexadecimal number.
x
IMPORTANT: The
-bootlun parameter is
only required when the
bootpriority parameter
is set to either primary or
secondary.
The logical unit number
(LUN) of the volume used for
SAN boot. Valid values
include an integer from
0-255 or 16 hexadecimal
digits (HP-UX only).
-bootlun
Output
The function returns the result of the set operation or a jobid if –nb is specified.
Examples
• Change the fabric of a FCoE SAN fabric connection:
vcemcli -set fcoe-connection –profilename MyProfile –portnumber 1
–fabric SAN_5
• Set a FCoE SAN fabric connection to unassigned:
vcemcli -set fcoe-connection –profilename RedProfile –portnumber 2
–fabric ""
• Modify the FCoE connection and set the speed to 5Gb:
vcemcli -set fcoe-connection –profilename MyProfile –portnumber 1
–speedtype custom –customspeed 5000
• Change the SAN boot priority and set additional boot parameters:
vcemcli -set fcoe-connection –profilename BlueProfile –portnumber
1 -bootpriority primary –bootport 50:06:0B:00:00:C2:62:00 –bootlun
5
Minimum Required Role Based Security
VCEM Group Operator
Remarks
The job status for the jobid can be obtained by executing VCEMCLI with the –show job command
and providing the associated job ID. For more information see “show job” (page 60).
set fcoe-connection 39