Xml data file – HP Integrity rx5670 Server User Manual
Page 35

Network Adapter Scripting Utility
XML data file
Chapter 4
35
XML data file
The XML data file contains the configuration properties for NICs and teams and consists
of the following XML elements:
• <teamingconfig> — brackets the entire data file and is required
• <nic> — defines NIC properties
• <team> — defines teams and their properties
• <vlan> — defines VLANs and their properties
The “relnics” attribute of the <team> element lists the NICs to be configured on the
team.
The following example is a typical NIC teaming script:
<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='8.40.0.9' 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'/>
<property id='PreferredPrimaryRanking' value='0'/>
<property id='DualChannelGroup' value='0'/>