Skip To Content

Install ArcGIS Monitor Server silently

The following steps guide you through the ArcGIS Monitor Server silent installation process. Performing a silent installation of Monitor Server doesn't require an X display or user interaction during the installation process. If you're deploying ArcGIS Monitor in multiple network environments, you'll also need to install ArcGIS Monitor Agent on a system in each of the remaining network environments.

Tip:

The installation method that you use does not affect the uninstallation process. For example, if you install from the interactive CLI, you can uninstall using either the interactive CLI or the command line.

Note:

Upgrading from a previous version? Learn more about upgrading ArcGIS Monitor.

Prepare for the installation

Before you install Monitor Server, complete the following steps:

  1. Sign in to My Esri and download the software for your Linux distribution and authorization file.
    1. Click the Downloads tab and click All Products and Versions.
    2. Click the All Versions tab.
    3. Click View Downloads next to ArcGIS Monitor to download the software.
    4. Click the Licensing tab and click Start Licensing.
    5. Click Other Products to download your ArcGIS Monitor license file.
  2. Start a terminal session with administrative privileges and ensure that the user account has full permissions to the installation directory that will be created during the software installation.

    The default installation directory is /usr/lib/arcgis/monitor.

  3. Verify that your machine meets the system requirements.

    You must install or configure a database instance for the Monitor repository before you install Monitor.

  4. Optionally, create the ArcGIS Monitor account.

    The software installation automatically creates a service account for the ArcGIS Monitor account if one is not defined using the ARCGIS_USERNAME environment variable.

  5. Change the directory to the location that contains the Monitor .tar.gz file and uncompress it.

    For example, use tar -zxvf ArcGIS_Monitor.tar.gz.

  6. Change the directory to the location that contains the extracted setup file and make it an executable file.

    For example, use sudo chmod +x ArcGIS-Monitor-server-<Version>-<deb or rpm>.bin.

You can now 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 silently

The instructions below describe how to install Monitor Server silently. For instructions on installing Monitor Server from the interactive command line interface (CLI), refer to install ArcGIS Monitor Server.

  1. Before beginning the installation, read the Esri Master Agreement.
  2. From the command shell, run ArcGIS-Monitor-server-<Version>-<deb or rpm>.bin with elevated privileges.

    For example, use sudo ./ArcGIS-Monitor-server-<Version>-<deb or rpm>.bin -l yes [options].

    OptionDescription

    -l; --license-agreement CHOICE

    Required for silent mode. CHOICE is either Yes or No. Yes indicates that you have read and agreed to the Esri Master Agreement (E204, E300).

    --nox11

    Runs the installer without opening an xterm window.

You can now authorize Monitor.

Environment variables

To override the default username, group name, or installation location, you must add the following environment variables to the /etc/environment file before installing the software:

Environment variableDescription

ARCGIS_USERNAME=<Username>

<Username> specifies the name of the ArcGIS Monitor account username. The default username is arcgis.

ARCGIS_GROUPNAME=<Group name>

<Group name> specifies the name of the group for the ArcGIS Monitor account. The default group name is arcgis.

ARCGIS_INSTALLDIR=<Directory>

<Directory> specifies the software installation location.

The path /arcgis/monitor/ is appended to the installation directory.

The default installation location is /usr/lib/arcgis/monitor.