The workflow below guides you through the ArcGIS Monitor Server installation process on a Linux machine. You can install Monitor Server using the interactive command line interface (CLI) or perform a silent installation. Performing an installation of Monitor Server doesn't require an X display manager.
Tip:
The installation method that you use does not affect the uninstall process. For example, if you install from the interactive CLI, you can uninstall using either the interactive CLI or the command line.
Note:
If you're upgrading from a previous version, see Upgrade ArcGIS Monitor.
Prepare for the installation
Before you install Monitor Server, complete the following steps:
- Sign in to My Esri and download the software for your Linux distribution and authorization file.
- Click the Downloads tab and click All Products and Versions.
- Click the All Versions tab.
- Click View Downloads next to ArcGIS Monitor to download the software.
- Click the Licensing tab and click Start Licensing.
- Click Other Products to download the ArcGIS Monitor license file.
- Start a terminal session with the ArcGIS Monitor account and ensure that the account has full permissions to the installation directory that will be created during the software installation.
The default installation directory is <ArcGIS Monitor user account home directory>/arcgis/monitor/server.
- Verify that the machine meets the system requirements.
You must install or configure a database instance for the Monitor repository before you install Monitor.
- Change the directory to the location that contains the Monitor .tar.gz file and uncompress it.
The following is an example:
tar -zxvf ArcGIS_Monitor_Server.tar.gz
You can proceed with the software installation.
Note:
You cannot install Monitor on a shared network directory (NFS mounted folder). The directory must be local on the target system.
Install the software
To install Monitor Server using the CLI, complete the following steps:
- Start a terminal session with the ArcGIS Monitor account.
- Change the directory to the location that contains the extracted setup file.
- From the command shell, run Setup.sh.
For example, use ./Setup.sh.
- During the installation, accept the Master Agreement, or exit if you do not agree with the terms.
Tip:
Press Q on your keyboard to close the Master Agreement.
- Follow the prompts on the screen to install the software.
- After the installation has finished, run the following commands as the root user to configure the arcgis-monitor-server service to automatically start with the operating system:
cp <Monitor Server installation location>/framework/etc/scripts/arcgis-monitor-server.service /etc/systemd/system/. chmod 600 /etc/systemd/system/arcgis-monitor-server.service systemctl daemon-reload systemctl enable arcgis-monitor-server systemctl start arcgis-monitor-server
The default installation directory is <ArcGIS Monitor user account home directory>/arcgis/monitor/server.
- Verify that the arcgis-monitor-server service is running, and start the service if necessary:
- Run the following command to check the status of the service:
systemctl status arcgis-monitor-server
- If the service is not running, run the following command as the root user to start the service:
systemctl start arcgis-monitor-server
- Run the following command to check the status of the service:
You can authorize Monitor.