3 using vcem commands, Add profile, Syntax – HP Insight Management-Software User Manual
Page 18: Parameters, Examples, Output
3 Using VCEM commands
This chapter describes VCEMCLI commands .
add profile
The -add profile command creates a profile from the supplied server profile description.
Syntax
-add profile -profilename
-vcdomaingroup
[-mactypeoverride
[-wwntypeoverride
[-sntypeoverride
Parameters
Table 3 Parameter descriptions for -add profile
Optional
Required
Description
Parameter
x
Unique name of a newly
created server profile.
-profilename
x
Name of the VC Domain
Group to which the profile
is added.
-vcdomaingroup
x
Uses factory default MAC
addresses instead of
-mactypeoverride
VCEM-provided settings for
Ethernet network connections
when creating the server
profile. Defaults to false.
x
Uses factory default WWNs
instead of VCEM-provided
-wwntypeoverride
settings for FC SAN
connections when creating
the server profile. Defaults to
false
.
x
Uses factory default serial
numbers instead of
-sntypeoverride
VCEM-provided settings
when creating the server
profile. Defaults to false.
Examples
•
Create a new profile and add it to the domain, using default connections and Virtual Connect
default serial numbers:
vcemcli -add profile -profilename MyNewProfile –vcdomaingroup Group1
•
Create a new profile and use factory-default MACs for Ethernet connections:
vcemcli -add profile -profilename MyNewProfile2 –mactypeoverride true –vcdomaingroup Group1
Output
The function returns the result of the add operation or a jobid if –nb is specified.
18
Using VCEM commands