| 1 | Introduction |
| 1.1 | Alarm Description |
| 1.2 | Prerequisites |
2 | Procedure |
| 2.1 | Solving Network Issues |
| 2.2 | Checking Target DNS Server Status |
1 Introduction
This instruction concerns alarm handling.
1.1 Alarm Description
This alarm is issued when the error rate of the recursive query that DNS forwards to another DNS server exceeds a given threshold (defined by attribute thresholdHigh) in a given time interval (defined by attribute granularityPeriod).
This alarm is cleared automatically when the error rate is below the given threshold (defined by attribute thresholdLow) in the given time interval (defined by attribute granularityPeriod).
- Note:
- The attributes thresholdHigh, thresholdLow, and granularityPeriod are defined by the related MO PmJob.
The possible alarm causes and the corresponding fault reasons, fault locations, and impacts are described in Table 1.
|
Alarm Cause |
Description |
Fault Reason |
Fault Location |
Impact |
Solution |
|---|---|---|---|---|---|
|
Network error |
DNS server cannot get response in a given time interval. |
Network is down. |
Network |
See Section 2.1 | |
|
Target DNS server is down |
Target DNS server cannot work properly. |
Target DNS server is down. |
Target DNS server |
Certain DNS query cannot be disposed. |
See Section 2.2 |
- Note:
- An alarm can appear as a result of the maintenance activity.
The alarm attributes are listed and explained in Table 2.
|
Attribute Name |
Attribute Value |
|---|---|
|
Major Type |
193 |
|
Minor Type |
851973 |
|
Managed Object Class |
ipworksDns |
|
Source |
ManagedElement=<Node Name>,SystemFunctions=1,Pm=1,PmJob=<PMJob name, the default PMJob is DnsForwardDefaultJob>,MeasurementReader=mr_1:<Hostname> |
|
Specific Problem |
DNS, Forward Failure Error |
|
Event Type |
qualityOfServiceAlarm(11) |
|
Probable Cause |
x733ThresholdCrossed(351) |
|
Additional Text |
The alarm is raised when the error rate of the queries that DNS forwards to another DNS server for recursive query exceeds the threshold in the given time interval (both defined by the related PMJob).;uuid:<Product_UUID>(1) |
|
Perceived Severity |
Warning |
(1) <Product_UUID> is the universally unique
identifier (UUID) of machine that generates the alarm. The value can
be fetched from /sys/devices/virtual/dmi/id/product_uuid on the PL node.
1.2 Prerequisites
This section provides information on the documents, tools, and conditions that apply to the procedure.
1.2.1 Documents
Before starting this procedure, ensure that you have read the following documents:
1.2.2 Tools
No tools are required.
1.2.3 Conditions
No conditions.
2 Procedure
This section describes the procedure to follow when this alarm is received.
2.1 Solving Network Issues
To clear the alarm, do the following:
- Check the network. If the network is down, then restore the network.
- Confirm that the alarm has ceased. If the alarm remains, consult the next level of maintenance support. Further actions are outside the scope of this instruction.
2.2 Checking Target DNS Server Status
To clear the alarm, do the following:
- Check the status of the target DNS server by using dig command. For example:
# dig @<Target DNS Server Traffic IP Address> <Arecord>
- If the target DNS server is IPWorks DNS server, follow the steps below. Otherwise, resolve the problem on the target DNS server, further actions are outside of the scope of this instruction.
- Log on to SC-1 or SC-2.
#ssh <Username>@<SC-1 or SC-2 IP Address> Password: <Password>
- Check whether the DNS service is started. For example:
#ipw-ctr status dns <PL hostname>
- If the DNS service is not started, issue the following
command to start the DNS service:
#ipw-ctr start dns <PL hostname>
- Confirm that the alarm has ceased. If the alarm remains, consult the next level of maintenance support. Further actions are outside the scope of this instruction.

Contents