Hello All,
I am new to cloud deployment (on AWS or anywhere) and have a Single-machine base ArcGIS Enterprise deployment that was already running when I arrived on the scene. I do not have access to the person who created the deployment and only have access to the machine instance itself, through RDP. I am used to having VMs set up already and then deploying Enterprise in what I think is referred to as an "on-premise" install - I download the executables and run them on the VM or multiple VMs.
After hours of reading documentation like AWS CloudFormation and ArcGIS and Simplify deployments with ArcGIS Enterprise Cloud Builder for AWS and a little email history, I believe that this machine was deployed via launching a CloudFormation stack from the AWS Management Console. Not sure though.
The problem: Where to start.
- Nothing is running. Services for AGServer and Portal are stopped.
- Found other services such as the GeoEvent Server components (do these get deployed in every instance by default?) but also not started.
- IIS is not running.
I started from what I thought was logical:
- I began by starting IIS (had to start WAS service).
- Noticed that there is no secure binding (HTTPS) set up in IIS.
- Both "portal" and "server" are set up in the Default Web Site.
- There is an "arcgis" Local User account already set up. Need to get that password.
- When browsing to http://localhost/portal (or the same with the IP address) - the Web Adaptor setup appears (http://localhost/portal/webadaptor).
- When I try to go to https://privateIPaddress:7443/arcgis - I am taken to https://privateIPaddress:7443/arcgis/home/createadmin.html and asked if I want to "Create a New Portal" or "Join Existing Portal".
- Checked the C:\arcgisportal folder and found one log. It starts out: "The machine name has been changed. The machine name in the portal-config.properties file is 10.7.207.170. The fully qualified name for the local host is [I deleted this IP address]. A new self-signed certificate has been created."
- https://localhost:6443/arcgis/rest/services gives me an error -
ArcGIS Server Site is not initialized.
- https://localhost:6443/arcgis/manager/ gives me the ArcGIS Server Setup Wizard.
I have searched for licensing and can't seem to find it in the normal place - just EULAs.
Is this a "normal" deployment result? To me, it feels like it was missing a configuration file to begin with.
Where do I go from here?
Thanks,
Adam