IBM® Carrier Grade Server X3650 T
Revision 3.0
57
Key and Device status change policies
The following conditions are known to the SysCon service:
SysConDevRemoval
SysConDevMnt
SysConDevUnMnt
SysConDevMntFail
SysConDevInsert
SysConDevChange
SysConKeyRemoval
SysConKeyMnt
SysConKeyUnMnt
SysConKeyMntFail
SysConKeyInsert
SysConKeyChange
If no policy is defined for a condition above, the condition is ignored.
The following SysCon actions are configurable for each condition (exclusive - only one action is selectable)
Retry
CallScript (script path must be identified in an "ActionData" element)
Reboot
Shutdown
When "DoActionLogging" is set to "True", the Log Actions determine what reporting mechanisms are used.
Available Log Actions are: LogUsingSEL and LogUsingSysLog
Available Alert Actions are: AlertUsingSNMP and AlertUsingTAM
TAM Severity levels may be assigned to TAM alarms using tag "TAMSeverity" (Critical, Major, Minor)
-->
<!--
"SysCon Device Insert" policy
-->
<syscon:PolicyRule>
<syscon:PolicyCondition>
<syscon:PolicyConditionName>SysConDevInsert</syscon:PolicyConditionName>
</syscon:PolicyCondition>
<syscon:PolicyActions>
<syscon:PolicyAction>
<syscon:DoActionLogging>true</syscon:DoActionLogging>
<syscon:Actions>
<syscon:SysConAction>NoAction-ReportOnly</syscon:SysConAction>
<syscon:LogAction>LogUsingSEL</syscon:LogAction>
<syscon:LogAction>LogUsingSysLog</syscon:LogAction>
<syscon:AlertAction>AlertUsingSNMP</syscon:AlertAction>
<syscon:SysLogSeverity>INFO</syscon:SysLogSeverity>
<syscon:SNMPSeverity>Info</syscon:SNMPSeverity>
<syscon:SELSeverity>Info</syscon:SELSeverity>
</syscon:Actions>
</syscon:PolicyAction>
</syscon:PolicyActions>
</syscon:PolicyRule>
<!--