XML data file

XML elements and typical adapter teaming script

The XML data file contains configuration properties for adapters and teams and consists of the following XML elements:

<teamingconfig>-Brackets the entire data file and is required.

<nic>-Defines adapter properties.

<team>-Defines teams and their properties.

<vlan>-Defines VLANs and their properties.

The 'relnics' attribute of the <team> element lists the adapters that are to be configured on the team. The following example is a typical adapter teaming script.

<?xml version="1.0" encoding="ISO-8859-1" ?>

-<teamingconfig>

-<!-- The comment lines in this file make it convenient -->

-<!-- to reference <nic>, <team>, and <vlan> elements -->

-<!-- within the file. It is recommended that these -->

-<!-- comment lines remain unchanged if the user edits -->

-<!-- the file. -->

-<!-- -->

-<!-- Version Data -->

-<!-- -->

<version UtilityVersion="9.00.0.7" ScriptVersion="3.1" />

-<!-- -->

-<!-- Adapter Data -->

-<!-- -->

-<!-- <nic> element 1 -->

-<nic>

<property id="SpeedDuplex" value="Auto/Auto" /> <property id="NetworkAddress" value="" /> </nic>

-<!-- <nic> element 2 -->

-<nic>

<property id="SpeedDuplex" value="Auto/Auto" />

XML data file 14

Page 14
Image 14
HP 289166-40B manual XML data file, XML elements and typical adapter teaming script