template copy
Copy a template
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Use this command to copy an existing template. The copied template becomes a readwrite template and can be customized using template parameter family of commands.
Parameters
- -name <template name> - Name of the template
- This parameter specifies the name of the template.
- -destination-name <template name> - Destination template
- This parameter specifies the name of the destination template.
Examples
The following example copies template1 to template2. The template2 will be a readwrite template:
cluster1::> template copy -name template1 -destination-name template2
Give documentation feedback