Low system entropy on a virtual appliance can cause significant performance degradation, as cryptographic processes and other system functions cannot proceed normally. This article provides steps to resolve performance issues by ensuring the rngd service is enabled and running.
Performance issues occur when the Linux kernel lacks sufficient entropy (randomness), often because the rngd (Random Number Generator Daemon) service is disabled or not running on the virtual appliance.
rngd service by running the following command: chkconfig --list | grep "rngd"3:off, the service is disabled. Run the following command to enable it: chkconfig rngd on 3sudo service rngd startcat /proc/sys/kernel/random/entropy_avail (Note: An increase in this value indicates the service is correctly providing entropy to the system.)