Configure a Single Server with Multiple Data Collectors
This procedure is a continuation of Step 7a from the Initial Configuration Wizard topic.
To configure a single server with multiple data collectors, complete the following steps.
- After installing the Single Server, install the Data Collector.
- On the Environment selection screen, select Existing Deployment, and click OK.
- Confirm that the FQDN resolved to the correct IP address, and the PostgreSQL client can connect over TCP/IP with TLS.
- From the application server, run the command: fmos shareconf export
- Follow the on-screen prompts.
- Transfer the autoconfig bundle to the new data collector. Use the scp command, replacing <hostname> with the name of your server.
- If all servers have the same user name setup for SSH use:
scp fmos-config <hostname>.bundle <hostname>:
If the user name is different use:
scp fmos-config <hostname>.bundle <username>@<hostname>:
- On the data collector, run the import command. Replacing <filename> with the name of the file generated and copied from the server.
fmos shareconf import <filename>
- The program will prompt for the Encryption Passphrase.
- Run the command fmos status to confirm that the servers are all running.