Skip to main content
A newer release of this product is available.

application show-template

Contributors
Suggest changes

Show the available application templates

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

This command displays information about the application templates that can be used to provision applications.

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-name <text>] - Template Name (privilege: advanced)

Selects application templates that match the parameter value.

[-purpose {create|modify}] - Purpose (privilege: advanced)

Selects application templates with a purpose that match the parameter value. The purpose of an application template indicates with application commands with which it can be used.

[-protocol {SAN|NAS}] - Access Protocol (privilege: advanced)

Selects application templates with a protocol that match the parameter value. An application provides resources that are accessed through the protocol.

[-description <text>] - Description (privilege: advanced)

Selects application templates with a description that match the parameter value.

[-missing-prerequisites <text>] - Missing Prerequisites (privilege: advanced)

Selects application templates with missing prerequisites that match the parameter value. Missing prerequisites need to be met before the application template can be used to provision an application.

Examples

cluster1::*> application show-template
                   Access
Template Name      Protocol Purpose Description
------------------ -------- ------- -----------------------------------
BasicModify        -        modify  Modify an application.
NAS                NAS      create  A generic NAS application.
OracleOnNFS        NAS      create  Oracle using NFS.
OracleOnSAN        SAN      create  Oracle using SAN.
OracleRACOnNFS     NAS      create  Oracle RAC using NFS.
OracleRACOnSAN     SAN      create  Oracle RAC using SAN.
SAN                SAN      create  A generic SAN application.
VSIOnNAS           NAS      create  A VSI application using NAS.
VSIOnSAN           SAN      create  A VSI application using SAN.
9 entries were displayed.