Server installation errors
RHEL 8
While installing the PEM server on RHEL 8, if you see this error:
Remove the python3-mod_wsgi
package first:
Try installing the PEM server again.
RHEL 7 ppc64le
After installing the PEM server on RHEL 7 ppc64le, you may see the following cipher error in the worker log file:
To resolve this error, if you intend to stay on PostgreSQL version 12, upgrade to the latest available version. Then, restart the PEM agent.
Reconfiguring the PEM server
In some situations, you might need to uninstall the PEM server, reinstall it, and then configure the server again. To do so:
Remove the PEM server configuration and uninstall:
Remove the PEM packages:
Drop the pem
database:
Move the certificates from /root/.pem/
to another location:
Move the agent.cfg
file from /usr/edb/pem/agent/etc/agent.cfg
to another location:
Then, configure the PEM server again:
PEM web client not loading
If the PEM web client isn't loading, check the HTTPD log in the /var/log/httpd/error_log
file.
If you see the following message in the log:
Add the following statement at the bottom of the Apache httpd.conf
file located in the /etc/httpd/conf
folder:
Restart the HTTPD server after adding the statement: