The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
template parameter modify
Contributors
-
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