Skip To Content

ArcGIS Mission Server 11.1 system requirements

The system and hardware requirements for ArcGIS Mission Server are listed below. The missionserverdiag tool checks that your requirements are up to date for ArcGIS Mission Server during setup.

Internet access is required when installing ArcGIS Mission Server on Linux. During installation, the installer will retrieve specific dependencies of the Linux environment being configured.

Hardware requirements

The minimum RAM requirement for ArcGIS Mission Server is 8 GB per machine.

For a production environment, minimum hardware requirements are not listed because the user and business needs of the software may vary. These requirements must be considered in determining hardware needs to meet performance and scalability expectations.

Port availability

Verify that ports 20443, 20301, and 20160 are available on the ArcGIS Mission Server machine. Ports 20443 and 20301 must be reachable by ArcGIS Web Adaptor (if used) or external clients. If a firewall is in place between ArcGIS Web Adaptor or external clients, open ports 20443 and 20301 in the firewall. If ArcGIS Mission Server is configured to be highly available, ensure that communication between ArcGIS Mission Server machines is possible via port 20160. Additionally, ensure Mission Server can communicate to ArcGIS Portal and ArcGIS Server via ports 7443 and 6443 respectively.

Note:

This component is only one part of an ArcGIS Enterprise deployment. See ArcGIS Enterprise system requirements for a diagram and links to information about the ports needed to communicate with other components in an Enterprise portal.

Temporary space requirements

By default, resources are extracted to the system /tmp directory. This directory must have read, write, and execute permissions enabled. If the required space is not available in the /tmp directory, the setup program will attempt to extract resources to the user's HOME directory. If the required space is not available in the user's HOME directory, the setup program will report an error indicating this problem. Optionally, you can specify an alternate temporary location by setting the IATEMPDIR environment variable.

Linux operating system requirements

The 64-bit operating systems described below satisfy the minimum operating system requirements. Support is not provided for 32-bit operating systems; the setup will only proceed if the operating system is 64 bit. Machines with an underscore in the name are not supported. The setup will not proceed if an underscore is detected in the machine name.

The operating system of your ArcGIS Mission Server machines can be different from those of the other machines in your ArcGIS Enterprise deployment. The most common scenario for this is to deploy ArcGIS Mission Server on Linux machines while the rest of the ArcGIS Enterprise deployment is on Microsoft Windows machines.

You cannot install the software as a root user. If you attempt to do so, the installation will not proceed, and a software diagnostics tool will display an error message indicating that you cannot install as root.

The software should not be installed on an OS (binary) that has been modified. Esri does not provide support for products installed on a developer's release of an operating system.

Supported operating systemLatest update or service pack tested

Red Hat Enterprise Linux Server 8

Update 6

SUSE Linux Enterprise Server 15

Service Pack 4

SUSE Linux Enterprise Server 12

Service Pack 5

Ubuntu Server 22.04 LTS

22.04.1

Ubuntu Server 20.04 LTS

20.04.4

Ubuntu Server 18.04 LTS

18.04.6

Oracle Linux 8

Update 4

Rocky Linux 8

Update 6

Prior and future updates or service packs on these operating system versions are supported unless otherwise stated. The operating system version and updates must also be supported by the operating system provider.

Note:

Esri Technical Support is no longer available for CentOS and Scientific Linux.

File handles and processes limits

ArcGIS Server is a data-intensive server product, and many of its data formats consist of hundreds of thousands of files. In heavily used systems, thousands or tens of thousands of files may be in use at any given time. If there are insufficient file handles and processes, requests may start failing randomly, leading to system downtime. The actual number of file handles and processes needed varies based on the data and the number of instances (threads/processes) running. Setting a file handle limit of 65,535 and a process limit of 25,059 will allow you to ensure that the system remains running.

There are soft and hard limits for file handles and processes on Linux. To determine the hard limits, use the ulimit -Hn -Hu (or limit -h descriptors if you're using csh) command. To determine the soft limits, use the ulimit -Sn -Su (or limit descriptors if you're using csh) command.

To increase the soft and hard limits, you'll need to edit the /etc/security/limits.conf file with superuser access. For example, you can add four lines in the file as follows and change the values for the limits:

<ArcGIS Server installation user> soft nofile <file limit>
<ArcGIS Server installation user> hard nofile <file limit>
<ArcGIS Server installation user> soft nproc <process limit>
<ArcGIS Server installation user> hard nproc <process limit>

After making this change, you'll need to log out and log back in with the particular user for the new values to take effect. To verify that the limits have been modified appropriately, use the ulimit -Hn -Hu and ulimit -Sn -Su commands as described above.

Cloud implementation

ArcGIS Mission Server cloud implementation is currently supported on Amazon Web Services (AWS) and Microsoft Azure.

SSL certificates

ArcGIS Mission Server is preconfigured with a self-signed certificate that allows the server to be initially tested and to help you quickly verify that your installation was successful.

You must request a certificate from a trusted certificate authority (CA) and configure ArcGIS Mission Server to use it. This can be a domain certificate issued by your organization or a CA-signed certificate. The certificate must have a Subject Alternative Name (SAN) configured or ArcGIS Mission Server will not work properly.

Portal for ArcGIS also includes a preconfigured self-signed certificate. Because you'll federate an ArcGIS Mission Server site with your portal, request a certificate from a trusted CA and configure the portal to use it.

Software prerequisites

ArcGIS Mission Server can be installed on its own or can be installed with other ArcGIS Enterprise 11.0 components.

Note:

Whether you are installing a new deployment or upgrading from an earlier version, ensure that all your software components—the ArcGIS Enterprise portal, an ArcGIS Server site, and ArcGIS Data Store—are installed and running ArcGIS Enterprise 11.0.

As part of the base deployment, the ArcGIS Relational Data Store is required. A message appears will appear if no data store is detected. During ArcGIS Mission Server set up, you will federate your new ArcGIS Mission Server site with your ArcGIS Enterprise 11.0 portal.

During ArcGIS Mission Server set up, you will federate your new ArcGIS Mission Server site with your Enterprise 11.0 portal.

Domain name system and fully qualified domain name recommendations

It's recommended that you configure your organization's Domain Name System (DNS) to include Fully Qualified Domain Name (FQDN) entries for the ArcGIS Mission Server site. The ArcGIS Enterprise portal will request the FQDN of your server site when you federate it.

Supported web browsers

The ArcGIS Mission Server installation wizard is supported by all web browsers including but not limited to the following:

  • Google Chrome version 107 and later
  • Microsoft Edge version 107 and later
  • Mozilla Firefox version 109 and later
  • Mozilla Firefox version 102 (ESR)
  • Safari version 15 and later