| 1 | Introduction |
| 1.1 | Alarm Description |
| 1.2 | Prerequisites |
2 | Procedure |
| 2.1 | Changing Lease Threshold Configuration |
| 2.2 | Adding More Leases |
1 Introduction
This instruction concerns alarm handling.
1.1 Alarm Description
This alarm is issued when the percentage of the active leases on pool level exceeds the pool threshold. It is raised from one of PL nodes, because all PL nodes share the pools.
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 |
|---|---|---|---|---|---|
|
Inappropriate DHCPv4 configuration. |
The value of pool threshold is configured too low. And the percentage of the active leases is crossing the value. |
The value of the option leasethreshold is configured too low. (For example, 10.) |
DHCPv4 server |
If most of pools exceed threshold, DHCP client cannot get IP address. |
|
|
Allocated number of IP addresses exceeds the pool threshold. |
The percentage of allocated addresses of a pool exceeds the configured pool threshold. |
The planning number of IP addresses for a pool is less than the actual requirement. This issue occurs when excessive users related to a specific pool are online. |
DHCPv4 server |
- 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 |
872458 |
|
Managed Object Class |
IpworksDhcpv4 |
|
Source |
ManagedElement=<Node Name>,SystemFunctions=1,Fm=1,FmAlarmModel=ipworksDHCPv4,FmAlarmType=ipworksDhcpv4PoolActiveLeaseCrossThreshold |
|
Specific Problem |
|
|
Event Type |
qualityOfServiceAlarm(11) |
|
Probable Cause |
x733ThresholdCrossed(351) |
|
Additional Text |
The alarm is raised when the percentage of the pool active leases exceeds the pool threshold.;uuid:<Product_UUID>(1) |
|
Perceived Severity |
Minor |
(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 clear this alarm.
2.1 Changing Lease Threshold Configuration
Do the following:
- Change the configuration of lease threshold for DHCPv4
server. For example:
#ipwcli
#IPWorks> select dhcpv4server dhcp0
#IPWorks> modify -remove option="leasethreshold <Original threshold>"
#IPWorks> modify -add option="leasethreshold <New threshold>"
- Update DHCPv4 server.
#IPWorks> update dhcpv4server
- Restart DHCPv4 server. For example:
# ipw-ctr restart dhcp <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.
2.2 Adding More Leases
Do the following steps:
- Add more leases for DHCPv4 server. For example:
# ipwcli
#IPWorks> modify pool pool0 -set addressrange=10.170.15.101-140
- Update DHCPv4 server.
# IPWorks> update dhcpv4server
- Restart DHCPv4 server. For example:
# ipw-ctr restart dhcp <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