cpprofile
Use the
cpprofile to copy
the settings of a preexisting profile to a new profile.
- You cannot save a profile with the same name as a preexisting profile.
- You can use the chprofile command to change a single
attribute in a profile.
Syntax

>>-perfcli-- --cpprofile-- ---src--source_profile_name-- ------->
>--new_profile_name--------------------------------------------><
Parameters
- -src source_profile_name
- Specifies the profile that is being copied.
- new_profile_name
- Specifies the profile that will adopt the new settings. The name must
be unique.
Description
You can use the cpprofile command to copy the settings
of a preexisting profile to a new profile.
Return values
Profile source_profile_name successfully copied.
Possible failures
- Profile profile_name already exists.
- Profile profile_name does not exist.
Examples
An invocation example:
perfcli cpprofile -src profile1 newprofile
The resulting output:
Profile profile1 successfully copied to newprofile.