(Supporting ADX v03.1.00) Owner's manual
Table Of Contents
- Contents
- Preface
- Introduction to the Brocade Virtual ADX Web Interface
- Navigating the Web Interface
- Navigating the Dashboard
- Configuration Overview
- System Settings
- Network Settings
- Traffic Settings
- GSLB Settings
- Security Settings
- Monitoring Overview
- Viewing System Information
- Viewing Network Status
- Viewing Traffic Statistics
- Viewing Security Statistics
- Maintenance Overview
- Managing Software Images
- Restarting the System
- License Management
- Packet Capture
- Accessing the CLI
- Retrieving System Information for Technical Support
- Troubleshooting
- Config Template XML Schema
- Managing Config Templates through the CLI
318 Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
Displaying template information
C
When the variables are displayed, the Brocade Virtual ADX first lists the variables that are not
in a group, followed by each variable group.
• To display the raw XML content for the variables in a template, use the show template dump
command.
Displaying the status of a template operation
To display the status of a previous validation or execution operation on a template, use the show
template status command.
Syntax: show template status
Virtual ADX#show template dump Minimal.xml pre-defined variables
-----------------------------------------------------------
<variables>
<variable>
<variableName>myVS</variableName>
<shortPrompt>Enter the name of the VS</shortPrompt>
<longHelpText>The Virtual Server needs a name and you must provide
it</longHelpText>
<dataType>string</dataType>
<screenPositionIndex>1</screenPositionIndex> <!-- could be left out
-->
<visual>true</visual> <!-- could be left out, since default is true -->
</variable>
<variable>
<variableName>myVS-IP</variableName>
<shortPrompt>Enter the IP Address of the VS</shortPrompt>
<longHelpText>The Virtual Server needs an IP Address and you must
provide it</longHelpText>
<dataType>ipAddressNonBlank</dataType>
<screenPositionIndex>2</screenPositionIndex> <!-- could be left out
-->
<visual>true</visual> <!-- could be left out, since default is true -->
</variable>
<variable>
<variableName>myRS</variableName>
<shortPrompt>Enter the name of the RS</shortPrompt>
<longHelpText>The Real Server needs a name and you must provide
it</longHelpText>
<dataType>string</dataType>
Virtual ADX#show template status
Template operation status : COMPLETED
Template overall result : SUCCESSFULL