HP StorageWorks Fabric Manager 5.x Administrator Guide (AA-RUQSF-TE, September 2005)
Fabric Manager 5.x administrator guide 141
2. Edit the Description tag in the .xml file by providing a template name for your new baseline
configuration between the <summary> and </summary> tags
:
3. Add or remove section tags to include or remove sections from the configuration file to the template.
Each section appears in the configuration file as text in square brackets ([ ]). For example, to add the
[Boot Parameters] section of the configuration file to the template, you can use the Boot Parameters
value attribute in a section tag. The Boot Parameter text attribute identifies the check box in the Save
Baseline -- Parameter Selection dialog box (see Figure 80). This section tag includes a prefix tag to add
parameters to the section; for example:
Figure 80 Added sections
4. Add or remove prefix tags to section tags to include or remove parameters from the Save Baseline --
Parameter Selection
dialog box. In each section, include only prefixes that appear in the analogous
section in the configuration file.
The prefix tag adds parameters to the template. Every parameter in the configuration file includes a
prefix before the first dot. Set the ID attribute of the prefix tag to add all the configuration file
parameters that use that prefix to the template. For example, add all the parameters in the configuration
file that begin with boot to the template:
Set the text attribute to define the text that accompanies the parameter in the Save Baseline -- Parameter
Selection
dialog box (see Figure 81).
<Description>
<summary>My Template</summary>
<detail>This will show my custom parameters</detail>
</Description>
<section value="Boot Parameters" text="boot parameters">
<prefix ID="boot" text="Boot"/>
</section>
<prefix ID="boot" text="Boot"/>