template parameter modify
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
Modify the template parameters
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The template parameter modify
command can be used to modify the following attributes of a template parameter:
-
Default value of the parameter
Parameters
-template <template name>
- Name of the template-
Name of the template.
-name <text>
- Name of the parameter-
This parameter specifies the name of the parameter.
[-default-value <text>]
- Default value of the parameter-
This parameter specifies the default value of the parameter. This value is used by the template provision command when it provisions the system using this template.
Examples
The following example modifies the default value of the parameter param1 in template template1 to value1:
cluster1::> template parameter modify -template template1 -parameter param1 -default-value value1