ArcGIS Enterprise: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "See also Docker On Ubuntu 17.04 vagrant plugin install vagrant-reload git clone https://github.com/knu2xs/vagrant-arcgis-enterprise cd vagrant-arcgis-enterprise Put..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
See also [[Docker]]
See also [[Docker]] and [[ArcGIS in Docker]], a project I abandoned.


On Ubuntu 17.04
2018-Apr-29 Today I am installing the "ArcGIS Enterprise Builder for Linux" version 10.6 into a virtual machine running Ubuntu 16.04, on [[Bellman]].


vagrant plugin install vagrant-reload
This is absolutely the simplest set up I have cooked up so far. Maybe the AWS version is easier? But I want it running on my own hardware.
git clone https://github.com/knu2xs/vagrant-arcgis-enterprise
cd vagrant-arcgis-enterprise
 
Put files in resources/proprietary/ as directed --
 
  /volumes/ssd_machines/Machines/AGE/vagrant-arcgis-enterprise/resources/proprietary:
  total used in directory 5260000 available 462282556
  drwxr-xr-x 1 bwilson wildsong        300 Jul 19 07:23 .
  drwxr-xr-x 1 bwilson wildsong        46 Jul 19 07:19 ..
  -rw-r--r-- 1 bwilson wildsong  600181478 Jul 19 07:21 ArcGIS_DataStore_Linux.tar.gz
  -rw-r--r-- 1 bwilson wildsong 1927187590 Jul 19 07:20 ArcGIS_Portal_Linux.tar.gz
  -rw-r--r-- 1 bwilson wildsong 2761143909 Jul 19 07:20 ArcGIS_Server_Linux.tar.gz
  -rw-r--r-- 1 bwilson wildsong  97707760 Jul 19 07:20 ArcGIS_Web_Adaptor_Java_Linux.tar.gz
  -rw-r--r-- 1 bwilson wildsong      1150 Jul 19 07:23 favicon.ico
  -rw-r--r-- 1 bwilson wildsong        460 Jul 19 07:20 portal.prvc
  -rw-r--r-- 1 bwilson wildsong        455 Jul 19 07:19 server.prvc
 
 
vagrant up
 
only starts the Portal component
does not go on to other scripts because this one fails with
 
<Msg time="2017-07-19T15:10:39,507" type="SEVERE" code="217003" source="Portal" process="25125" thread="1" methodName="" machine="ARCGIS.VM" user="" elapsed="">Error before starting configuration observer. A JSONObject text must begin with '{' at character 0 of </Msg>
<Msg time="2017-07-19T15:10:39,507" type="SEVERE" code="217075" source="Portal" process="25125" thread="1" methodName="" machine="ARCGIS.VM" user="" elapsed="">Failed to start the portal. The observer's beforeStart() function returned a failure.</Msg>

Revision as of 03:02, 29 April 2018

See also Docker and ArcGIS in Docker, a project I abandoned.

2018-Apr-29 Today I am installing the "ArcGIS Enterprise Builder for Linux" version 10.6 into a virtual machine running Ubuntu 16.04, on Bellman.

This is absolutely the simplest set up I have cooked up so far. Maybe the AWS version is easier? But I want it running on my own hardware.