Resource type definitions

HP-UX

type CampusCluster (

static int NumThreads = 1

static str ArgList[] = { DiskGroup, RemoteCtlr }

static str Operations = None

str DiskGroup

str RemoteCtlr

)

Linux

type CampusCluster (

static int NumThreads = 1

static str ArgList[] = { DiskGroup, RemoteCtlr }

static str Operations = None

str DiskGroup

str RemoteCtlr

)

Solaris

type CampusCluster (

static str ArgList[] = { DiskGroup }

static str Operations = None

str DiskGroup

)