Sample configurations

AIX configuration without network hosts (using default ping mechanism)

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>en5</scalar></attribute>

</resource>

</resources>

NIC groupx_en0 (

Device = en0

PingOptimize = 1

)

AIX configuration with network hosts

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>en5</scalar></attribute>

<attribute name="NetworkHosts"><val>10.10.10.11</val>

<val>10.10.10.12</val>

</attribute>

</resource>

</resources>

NIC groupx_en0 (

Device = en0

NetworkHosts = { "10.182.1.1", "10.182.1.2" }

)

HP-UX with Network Hosts

NIC groupx_lan0 (

Device = lan0

NetworkHosts = { "166.93.2.1", "166.99.1.2" }

)

Linux Configuration for using Mii

If the NIC does not respond to Mii, the agent uses network statistics to monitor the device.

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>eth0</scalar></attribute>

<attribute name="Mii"><scalar>1</scalar></attribute>

</resource>

</resources>

NIC groupx_eth0 (

Device = eth0

Mii = 1

PingOptimize = 1

)

Linux configuration for using network hosts

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>eth0</scalar></attribute>

<attribute name="NetworkHosts"><val>10.10.10.11</val>

<val>10.10.10.12</val>

</attribute>

</resource>

</resources>

NIC groupx_eth0 (

Device = eth0

NetworkHosts = { "166.93.2.1", "166.99.1.2" }

)

Solaris configuration without network hosts (using default ping mechanism)

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>bge0</scalar></attribute>

</resource>

</resources>

NIC groupx_le0 (

Device = le0

PingOptimize = 1

)

Solaris configuration with network hosts

<resources>

<resource name="nic_res1" type="NIC">

<attribute name="Device"><scalar>bge0</scalar></attribute>

<attribute name="NetworkHosts"><val>10.10.10.11</val>

<val>10.10.10.12</val>

</attribute>

</resource>

</resources>

NIC groupx_le0 (

Device = le0

NetworkHosts = { "166.93.2.1", "166.99.1.2" }

)