Sample configuration

IPMultiNICB and MultiNICB configuration for HP-UX

The following is an example VCS configuration.

include "types.cf"

cluster clus_north (

UserNames = { admin = "cDRpdxPmHpzS." }

Administrators = { admin }

CounterInterval = 5

)

system north

system south

group g11 (

SystemList = { north = 0, south = 1 }

AutoStartList = { north, south }

)

IPMultiNICB ipmnicb (

BaseResName = mnicb

Address = "192.1.0.201"

NetMask = "255.255.0.0"

DeviceChoice = 1

)

MultiNICB mnicb (

Device @north = { lan0 = 0, lan4 = 1 }

Device @south = { lan0 = 0, lan4 = 1 }

NetworkHosts = { "192.1.0.1" }

DefaultRouter = "0.0.0.0"

)

ipmnicb requires mnicb