Created 06-22-2022 01:09 PM
Hello Team,
We are seeing a frequent entropy issue in our customer cluster as shown below.
/proc/sys/kernel/random/entropy_avail returns 3754. We also installed the rng-tools in all the nodes and the service rngd is also running. After checking the document https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/installation/topics/cdpdc-data-at-rest-encryp... we can see the ExecStart looks as follows
ExecStart=/sbin/rngd -f -r /dev/urandom
However, our ExecStart is the default one and looks as follows
ExecStart=/sbin/rngd -f
can you please share if updating the ExecStart will solve the issue?
Best Regards
Sayed Anisul Hoque
Created 06-22-2022 04:17 PM
At the time of the alert, if you run a cat /proc/sys/kernel/random/entropy_avail on that exact host, what values are you getting?
Cheers,
André
Created 06-23-2022 12:30 AM
Hello @araujo, by the time I logged in to the node to check the entropy_avail value it became good, this issue seems to resolve fast as from the Cloudera Alert mail I can see good status within the next minute after this issue occurred. Also, from the screenshot attached you can the value was 1.