![]() |
![]() |
![]() |
> Module > HealthMonitor |
Module
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.
Required, unbounded
None
The name of the partition health monitor table.
Required
ConfigRecord
String
N/A
None
The partition health monitor name must be unique within the module.
The maximum length is 30 characters.
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.
Optional
ConfigRecord
String
No callback routine is defined.
CFG_NO_HANDLER: No callback routine is defined.
The maximum length is 30 characters.
Generated on 2007-10-15 17:17:22.