Archiving: Archiver destination full

ozsoft.sap.Monitor.Oracle.Archiving.ArchiverDestinationFull (UnitMonitor)

Number of full Archiver destinations

Knowledge Base article:

Summary

Archiver destination full

Configuration

N/A

Causes

The number of archive logs that will still fit into the archiver destination is below the preconfigured threshold

Resolutions

Either back up and delete offline redo log files with BRARCHIVE or add more space to the archiver destination to accommodate more archive logs

Additional

N/A

External

N/A

Element properties:

Targetozsoft.sap.Oracle
Parent MonitorSystem.Health.PerformanceState
CategoryOperations
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.CCMSMetricMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.Monitor.Oracle.Archiving.ArchiverDestinationFull" Accessibility="Public" Enabled="false" Target="ozsoft.sap.Oracle" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType" ConfirmDelivery="false">
<Category>Operations</Category>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="SDKMetricUnderThreshold" HealthState="Success"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverThreshold" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<CounterName>Archiver destination full</CounterName>
<ObjectName>Archiving</ObjectName>
<Frequency>900</Frequency>
<Threshold>1</Threshold>
</Configuration>
</UnitMonitor>