What Can I Do If Installing the MgC Agent on a Linux Server Fails Due to Insufficient Entropy?
Symptom
When you tried to install the MgC Agent on a Linux server, a message was displayed indicating that the entropy was insufficient and rng-tools needed to be installed.
Possible Causes
The MgC Agent installation requires the server's entropy level to be greater than 1,000. If the entropy is insufficient, the installation will fail.
Solutions
You can increase the server's entropy by installing either rng-tools or Haveged.
- Check whether rng-tools is installed on the Linux server.
rpm -qa | grep rng-tools
- If no information related to rng-tools is displayed, it means the package is not installed. Run the following command to install rng-tools:
yum -y install rng-tools
- Install Haveged on the Linux server for installing the MgC Agent.
sudo yum install haveged
- Wait until the installation is complete and then start Haveged.
sudo systemctl start haveged
- Enable Haveged to automatically start at system boot.
sudo systemctl enable haveged
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