Setup ArcGIS Server and Date Store using Ansible
Install ArcGIS Server and ArcGIS Data Store on
gsd-agserver1
using Ansible.Categories:
less than a minute , 23 minute provision provision
Projects: c2platform/rws/ansible-gis
,
c2platform.wincore
,
c2platform.gis
This how-to describes how to create the ArcGIS Server and Data Store instance on
node gsd-agserver1
using the arcgis_server
role Ansible role that is part of
the c2platform.gis
Ansible collection.
Node | OS | Provider | Purpose |
---|---|---|---|
gsd-agserver1 | Windows 2022 Server | VirtualBox | ArcGIS Server and Data Store |
Prerequisites
Create the reverse and forward proxy gsd-rproxy1
.
vagrant up gsd-rproxy1
For more information about the various roles that gsd-rproxy1
performs in this project:
- Setup Reverse Proxy and CA server
- Setup SOCKS proxy
- Managing Server Certificates as a Certificate Authority
- ArcGIS Server software and licenses.
Setup
vagrant up gsd-agserver1
Verify
- Using the RWS FireFox profile navigate to https://gsd.c2platform.org/ . This should show the landing page.
- Using credentials below go to
ArcGIS Server Administrator Directory
and navigate to
ArcGIS Server Manager
and login.
Username Password siteadmin
siteadmin123
- Navigate to
https://localhost:2443/arcgis/datastore/
you should see the ArcGIS Data Store web interface with stores listed:
Relational and Tile Cache.
Select Configure Additional Data Stores and then login to the ArcGIS Server
instance using values below:
GIS Server Username Password gsd-agserver1.internal.c2platform.org
siteadmin
siteadmin123
Review
Under Construction:
We apologize for the inconvenience, but this page and its subpages are currently under active development.arcgis_server_initialized.yml arcgis_server_not_initialized.yml
Links
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 13, 2024: translate false C2-587 (af41e45)