Increase Entropy
Checking entropy level
A lack of entropy can cause random number generation to be extremely slow. This results in tasks like ssh to also be extremely slow. One can check the available entropy on a machine by running the command:
It should be a value above 2000.
If you are installing Cloudsoft AMP on a virtual machine, you may find that it has insufficient
entropy. You may need to increase the Linux kernel entropy in order to speed up the ssh connections
to the managed entities. You can install and configure rng-tools
, or just use /dev/urandom`.
Installing rng-tool
If you are using a RHEL 6 based OS:
If you are using a RHEL 7 or a systemd based system:
If you are using a Debian-based OS:
Using /dev/urandom
You can also just mv /dev/random
then create it again linked to /dev/urandom
:
Notice! If you map /dev/random
to use /dev/urandom
you will need to restart the Cloudsoft AMP java process in order for the change to take place.
More Information
The following links contain further information: