This cookbook installs and configures ArcGIS Mission Server.
- 10.8
- 10.8.1
- 10.9
- 10.9.1
- ArcGIS Mission Server
- Microsoft Windows Server 2012 R2 Standard and Datacenter
- Microsoft Windows Server 2016 Standard and Datacenter
- Microsoft Windows Server 2019 Standard and Datacenter
- Microsoft Windows Server 2022 Standard and Datacenter
- Ubuntu Server 18.04 and 20.04 LTS
- Red Hat Enterprise Linux Server 8
- SUSE Linux Enterprise Server 15
- CentOS Linux 8
- Oracle Linux 8
The following cookbooks are required:
- arcgis-enterprise
- arcgis-repository
node['arcgis']['mission_server']['url']
= ArcGIS Mission Server URL. Default URL ishttps://<FQDN of the machine>:20443
.node['arcgis']['mission_server']['wa_name']
= Name of ArcGIS Web Adaptor used for ArcGIS Mission Server. Default name ismission
.node['arcgis']['mission_server']['wa_url']
= URL of the Web Adaptor used for ArcGIS Mission Server. Default URL ishttps://<FQDN of the machine>/<Mission Server Web Adaptor name>
.node['arcgis']['mission_server']['domain_name']
= ArcGIS Mission Server site domain name. Default domain is FQDN of the machine.node['arcgis']['mission_server']['private_url']
= Private URL of ArcGIS Mission Server. Default URL ishttps://<FQDN of the machine>:20443/arcgis
.node['arcgis']['mission_server']['web_context_url']
= Web Context URL of ArcGIS Mission Server. Default URL ishttps://<FQDN of the machine>/<Mission Server Web Adaptor name>
.node['arcgis']['mission_server']['authorization_file']
= ArcGIS Mission Server authorization file path.node['arcgis']['mission_server']['authorization_file_version']
= ArcGIS Mission Server authorization file version. Default value isnode['arcgis']['server']['authorization_file_version']
.node['arcgis']['mission_server']['install_dir']
= ArcGIS Mission Server installation directory. By default, ArcGIS Mission Server is installed to%ProgramW6432%\ArcGIS\Mission
on Windows machines and to/home/arcgis
on Linux machines.node['arcgis']['mission_server']['directories_root']
= The root ArcGIS Mission Server server directory location. The default value isC:\arcgismissionserver\directories
on Windows and/<ArcGIS Mission Server install directory>/missionserver/usr/directories
on Linux.node['arcgis']['mission_server']['config_store_type']
= ArcGIS Mission Server config store type (FILESYSTEM|AMAZON|AZURE). Default value isFILESYSTEM
.node['arcgis']['mission_server']['config_store_connection_string']
= The configuration store location for the ArcGIS Mission Server site. By default, the configuration store is created in the local directoryC:\arcgismissionserver\config-store
on Windows and/<install directory>/usr/config-store
on Linux.node['arcgis']['mission_server']['config_store_class_name']
= ArcGIS Mission Server config store persistence class name. Default value iscom.esri.arcgis.carbon.persistence.impl.filesystem.FSConfigPersistence
.node['arcgis']['mission_server']['log_level']
= ArcGIS Mission Server log level. Default value isWARNING
.node['arcgis']['mission_server']['log_dir']
= ArcGIS Mission Server log directory. Default value isC:\arcgismissionserver\logs
on Windows and/<install directory>/usr/logs
on Linux.node['arcgis']['mission_server']['max_log_file_age']
= ArcGIS Mission Server maximum log file age. Default value is90
.node['arcgis']['mission_server']['setup_archive']
= Path to ArcGIS Mission Server setup archive. Default value depends onnode['arcgis']['version']
attribute value.node['arcgis']['mission_server']['setup']
= The location of ArcGIS Mission Server setup executable. Default location is%USERPROFILE%\Documents\ArcGIS10.9.1\MissionServer\Setup.exe
on Windows and/opt/arcgis/10.9.1/MissionServer/Setup
on Linux.node['arcgis']['mission_server']['configure_autostart']
= If set to true, on Linux the Mission Server is configured to start with the operating system. Default value istrue
.node['arcgis']['mission_server']['admin_username']
= Primary ArcGIS Mission Server administrator user name. Default user name isadmin
.node['arcgis']['mission_server']['admin_password']
= Primary ArcGIS Mission Server administrator password. Default value ischange.it
.node['arcgis']['mission_server']['primary_server_url']
= The URL of the existing ArcGIS Mission Server site to join, in the formathttps://missionserver.domain.com:20443/arcgis/admin
. Default URLnil
.node['arcgis']['mission_server']['install_system_requirements']
= Enable system-level configuration for ArcGIS Mission Server. Default value istrue
.node['arcgis']['mission_server']['ports']
= Ports to open for ArcGIS Mission Servier in Windows firewall. Default is20443,20300,20301,20302,20158,20159,20160
.node['arcgis']['mission_server']['system_properties']
= ArcGIS Mission Server system properties. Default value is{}
.node['arcgis']['mission_server']['hostname']
= Host name or IP address of ArcGIS Mission Server machine. Default value is''
.
Installs and configures ArcGIS Mission Server.
Federates ArcGIS Mission Server with Portal for ArcGIS and enables Mission role.
Configures shared directories for ArcGIS Mission Server on file server machine.
Installs ArcGIS Mission Server.
Installs ArcGIS Web Adaptor for ArcGIS Mission Server.
Installs and configures ArcGIS Mission Server.
Joins additional machines to ArcGIS Mission Server site.
Installs and configures ArcGIS Web Adaptor for ArcGIS Mission Server.
Uninstalls ArcGIS Mission Server.
Uninstalls ArcGIS Web Adaptor for ArcGIS Mission Server.
Unregisters server machine from the ArcGIS Mission Server site.
Unregisters all ArcGIS Mission Server Web Adaptors.
See wiki pages for more information about using ArcGIS cookbooks.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2021 Esri
Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's License.txt file.
[](Esri Tags: ArcGIS Enterprise Mission Server Chef Cookbook) [](Esri Language: Ruby)