cmc profile <name> copy <newProfile>

Prev Next

Copies a profile.

Syntax

cmc profile <sourceProfile> copy <targetProfile>

Parameters

sourceProfile

The name of the original profile.

targetProfile

The name of the new profile.

Example

The following example copies the "acctmgt" profile, names the new profile "acctmgtOper", and adds a second operator user account to the new profile.

hostname (config) # cmc profile acctmgt copy acctmgtOper
hostname (config) # show cmc profiles
Profile acctmgt
   Comment: Adds operator user account.
   Commands:
      1. username Operator3 role operator
      2. username Operator3 password evtk*643u
Profile acctmgtOper
   Comment: Adds operator user account.
   Commands:
      1. username Operator3 role operator
      2. username Operator3 password evtk*643u
hostname (config) # cmc profile acctmgtOper command 3 "username Operator4
 role operator"
hostname (config) # cmc profile acctmgtOper command 4 "username operator4
 password gers*532o"
hostname (config) # cmc profile acctmgtOper comment "Adds operator user accounts."
hostname (config) # show cmc profiles
Profile acctmgt
   Comment: Adds operator user account.
   Commands:
      1. username Operator3 role operator
      2. username Operator3 password evtk*643u
Profile acctmgtOper
   Comment: Adds operator user accounts.
   Commands:
      1. username Operator3 role operator
      2. username Operator3 password evtk*643u
      3. username Operator4 role operator
      4. username Operator4 password gers*532o

Command mode

Config

Supported appliances

This command was released as follows:

  • Central Management System: Before Release 6.4.0