Remote Database Installation

compared with
Current by NotSupportContact-Mark Carey
on Jun 25, 2018 17:46.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
# On your database machine, look at the {{/etc/hosts}} file. Make sure that the database-machine name(s), qualified and/or unqualified as will be known by the GroundWork Monitor server, are defined using an IP address accessible from the GroundWork Monitor server, and not something like {{127.0.1.1}} instead. If it is not there, you *must* add it, or the database may not be accessible on the external interface.
# Decide where you want the {{/usr/local/groundwork/}} directory to reside. See the [Disk Layout|Installation Options#Disklayout] instructions for your options and how to exercise them.
# Download the installer (e.g., {{groundworkenterprise-7.2.1-brNNN-gwMMMM-linux-64-installer.run}}) {{groundworkenterprise-7.2.1-br494-gw3901-linux-64-installer.run}}) to the database machine.
# Make the installer executable:
{noformat}
chmod +x groundworkenterprise-7.2.1-brNNN-gwMMMM-linux-64-installer.run groundworkenterprise-7.2.1-br494-gw3901-linux-64-installer.run
{noformat}
# Run the installer on the database machine in either text or GUI mode. An unattended-mode install won't work, because you need to answer certain questions to get the remote database configured properly.
{noformat}
# ./groundworkenterprise-7.2.1-brNNN-gwMMMM-linux-64-installer.run ./groundworkenterprise-7.2.1-br494-gw3901-linux-64-installer.run
{noformat}
# After some preliminaries, the installer will ask what parts of the GroundWork Monitor product should be installed. For a remote database server, you want *only* the PostgreSQL database component. Do not select the GroundWork Monitoring server.