Resource type definition

type MultiNICB (

static int OfflineMonitorInterval = 60

static int MonitorInterval = 10

static str ArgList[] = { Device, NetworkHosts, Gateway, LinkTestRatio, NoBroadcast, NetworkTimeout, OnlineTestRepeatCount, OfflineTestRepeatCount }

static str Operations = None

str Device{}

str NetworkHosts[] = { "0.0.0.0" }

str Gateway

int LinkTestRatio = 1

int NoBroadcast

int NetworkTimeout = 100

int OnlineTestRepeatCount = 3

int OfflineTestRepeatCount = 3

)

type MultiNICB (

static int MonitorInterval = 10

static int OfflineMonitorInterval = 60

static str Operations = None

static str ArgList[] = { UseMpathd, MpathdCommand, ConfigCheck, MpathdRestart, Device, NetworkHosts, LinkTestRatio, IgnoreLinkStatus, NetworkTimeout, OnlineTestRepeatCount, OfflineTestRepeatCount, NoBroadcast, DefaultRouter, Failback, GroupName }

int UseMpathd

str MpathdCommand = "/sbin/in.mpathd"

int ConfigCheck = 1

int MpathdRestart = 1

str Device{}

str NetworkHosts[]

int LinkTestRatio = 1

int IgnoreLinkStatus = 1

int NetworkTimeout = 100

int OnlineTestRepeatCount = 3

int OfflineTestRepeatCount = 3

int NoBroadcast

str DefaultRouter = "0.0.0.0"

int Failback

str GroupName

)