ALM-12040 Insufficient OS Entropy
Alarm Description
The system checks whether the rng-tools or haveged tool has been enabled and correctly configured every 5 minutes. If neither tool is configured, this alarm is generated. If either is configured, the system continues to check the entropy. If the entropy is less than 100 for five consecutive times, this alarm is generated.
This alarm is cleared when rng-tools or haveged has been installed and enabled on the target node and the entropy of the OS is greater than or equal to 100 in at least one of five entropy checks.
Alarm Attributes
Alarm ID |
Alarm Severity |
Alarm Type |
Service Type |
Auto Cleared |
---|---|---|---|---|
12040 |
Critical |
Environment |
FusionInsight Manager |
Yes |
Alarm Parameters
Type |
Parameter |
Description |
---|---|---|
Location Information |
Source |
Specifies the cluster or system for which the alarm is generated. |
ServiceName |
Specifies the service for which the alarm is generated. |
|
RoleName |
Specifies the role for which the alarm is generated. |
|
HostName |
Specifies the host for which the alarm is generated. |
|
Additional Information |
Detail |
Specifies the details for which the alarm is generated. |
Impact on the System
The entropy of the operating system of the node is insufficient. As a result, commands such as encryption and decryption are executed slowly on the node. As a result, the service processing performance of each instance deteriorates, and even service processes cannot be executed properly.
Possible Causes
- rng-tools or haveged has not been installed or started.
- The entropy of the OS is smaller than 100 for multiple consecutive times.
Handling Procedure
Check whether haveged or rng-tools has been installed or started.
- Log in to FusionInsight Manager and choose O&M > Alarm > Alarms.
- Check the value of HostName in the Location area to obtain the name of the host for which the alarm is generated.
- Log in to the node for which the alarm is generated as user root.
- Run the /bin/rpm -qa | grep -w "haveged" command to check the haveged installation status and check whether the command output is empty.
- Run the /sbin/service haveged status |grep "running" command and check the command output.
- Run the /bin/rpm -qa | grep -w "rng-tools" command to check the rng-tools installation and check whether the command output is empty.
- Run the ps -ef | grep -v "grep" | grep rngd | tr -d " " | grep "\-r/dev/urandom" command and check the command output.
Check the entropy of the OS.
- Manually check the entropy of the OS.
Log in to the target node as user root and run the cat /proc/sys/kernel/random/entropy_avail command to check whether the entropy of the OS meets cluster installation requirements (no less than 100).
- If yes, the entropy of the OS is not less than 100. Go to 9.
- If no, the entropy of the OS is less than 100. Use either of the following methods and go to 9.
- Method 1: Use haveged (true random number mode). Contact the OS vendor to install and start haveged.
- Method 2: Use rng-tools (pseudo-random number mode). Contact the OS vendor to install and start rng-tools and configure it based on the OS type.
- Wait until the system to check the entropy at 00:00 on the following day and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 10.
Collect fault information.
- On FusionInsight Manager, choose O&M. In the navigation pane on the left, choose Log > Download.
- Expand the Service drop-down list, select NodeAgent for the target cluster, and click OK.
- Click the edit icon in the upper right corner, and set Start Date and End Date for log collection to 10 minutes ahead of and after the alarm generation time, respectively. Then, click Download.
- Contact O&M engineers and provide the collected logs.
Alarm Clearance
This alarm is automatically cleared after the fault is rectified.
Related Information
None.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot