ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • template parameter modify

    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
    Top of Page