Previous Next  

Element: PartitionHMTable

Document type

Module

Document XPath

/Module/HealthMonitor/PartitionHMTable

Schema XPath

/ConfigRecord/Module/HealthMonitor/PartitionHMTable

Description

The PartitionHMTable element contains a partition health monitor table.

<HealthMonitor>
 <PartitionHMTable Name="PartitionHM1" PartitionCallback="callMeFirst">
  <SystemState>
	 ..
	</SystemState>
 </PartitionHMTable>
</HealthMonitor>
			

Partition configurations use the attribute to identify the partition health monitor table they will use via /Module/Partitions/Partition/PartitionDescription/Settings/@PartitionHMTable.

The optional PartitionCallback attribute identifies a partition callback routine. The partition health monitor table is contained in the SystemState element.

Use

Required, unbounded

Children

Extensions

Settings

SystemState

Attributes

Name

PartitionCallback

Restrictions

None

Attribute: Name

Document XPath
/Module/HealthMonitor/PartitionHMTable/@Name
Schema XPath
/ConfigRecord/Module/HealthMonitor/PartitionHMTable/@Name
Description

The name of the partition health monitor table.

Use

Required

Target location

ConfigRecord

XML data type

xs:string

Destination data type

String

Behavior if not specified

N/A

Values with special meanings

None

Restrictions

Attribute: PartitionCallback

Document XPath
/Module/HealthMonitor/PartitionHMTable/@PartitionCallback
Schema XPath
/ConfigRecord/Module/HealthMonitor/PartitionHMTable/@PartitionCallback
Description

The name of the callback routine for the partition health monitor.

The callbacks are in the same namespace as the health monitor event handlers. You declare an array of mappings from handler and callback names to functions in the health monitor configlette, installDir/vxworks653-2.2/target/config/comps/src/usrHm.c. The default callback routines are also found in the configlette.

Use

Optional

Target location

ConfigRecord

XML data type

xs:string

Destination data type

String

Behavior if not specified

No callback routine is defined.

Values with special meanings

CFG_NO_HANDLER: No callback routine is defined.

Restrictions



Generated on 2007-10-15 17:17:22.