A newer release of this product is available.
template copy
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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