Update PostgreSQL Networking Configuration

To allow connections from the GE Digital APM Server to APM Connect, you must update the PostgreSQL networking configuration. This topic describes how to perform the configuration update.

Steps

  1. On the machine on which you installed APM Connect, navigate to your PostgreSQL installation files. The default location is <root:>\Program Files\PostgreSQL\9.3\data.
  2. Locate the configuration file pg_hba.conf, then right-click on the file, and then open it with a text editor.

    The file pg_hba.conf opens in the text editing application.

  3. Scroll down to the end of the document and locate the following line of text: host all all 127.0.0.1/32 md5

  4. Add a host all all statement specifying the IP address of the GE Digital APM Server using method md5.
  5. Save the file, and then close the text editor.

    PostgreSQL is now configured to open the connection from the GE Digital APM Server.

What's Next?

Copyright © 2018 General Electric Company. All rights reserved.