Generating Encryption Recovery Key Escrow fails
Read this page to troubleshoot Encryption Recovery Key Escrow generation failure when the BigFix Server is installed on RHEL 10.0.
Problem
When BigFix WebUI server is running on RHEL 10.0, if the user tries to generate Encryption Recovery Key Escrow from , the action fails.
Cause
This problem occurs only with BigFix deployment on Linux system. WebUI with Node.js
v18 does not run on RHEL7. Therefore, it has to be upgraded to RHEL 8. As
libnsl is not installed on RHEL8 by default, CryptoUtility
which is downloaded from http://software.bigfix.com/download/bes/util/CryptoUtility-linux-1.0.0.x64
and saved to /var/opt/BESServer/Applications/CryptoUtility
fails to run.
Solution
libnbl by running the
following command on the RHEL 8 machine and retry generating Encryption Recovery Key
Escrow.yum install libnslThis will
successfully run CryptoUtility by itself, as well as complete the Generate Escrow
Key action from WebUI.