3 using vcem commands, Add profile, Syntax – HP Virtual Connect Enterprise Manager Software User Manual
Page 21: Parameters, Examples
3 Using VCEM commands
This chapter describes VCEMCLI commands.
add profile
The -add profile command creates a profile from the supplied description of a server profile.
Syntax
-add profile -profilename <profileName>
-vcdomaingroup <vcDomainGroupName>
[-mactypeoverride <true|false>]
[-wwntypeoverride <true|false>]
[-sntypeoverride <true|false>]
[-hideunusedflexnics <true|false>]
Parameters
Table 3 Parameter descriptions for -add profile
Optional
Required
Description
Parameter
x
Specifies the unique name
of a newly created server
profile.
-profilename
x
Specifies the 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.
x
Enable or disables unused
FlexNICs in a server profile.
Defaults to false.
-hideunusedflexnics
Examples
•
Create a new profile and add it to the domain, by 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
add profile
21