Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run /arcgis/server/tools/authorizeSoftware
  2. Select US Government, GIS Services, and GIS Specialist.
  3. Use ubuntu user and become a root. Then, run apt-get install emacs
  4. Edit /arcgis/server/tools/createsite.properties with username = siteadmin password =<your pass>.
  5. Run /arcgis/server/startserver.sh.
  6. /arcgis/server/tools/createsite.sh -f createsite.properties
  7. Use ubuntu user and become a root. Then, run apt-get install firefox
  8. Run firefox https://private_ip:6443/arcgis/admin.
  9. Open port 6433 in inbound rule of security group.
  10. Add DNS entry for server like arcgis-server-8.gisdemo.net and associate IPv4 address with it.
  11. Run firefox from your computer and try https://arcgis-server-8.gisdemo.net:6443/arcgis/manager.
  12. Run the following commands:

    Code Block
    languagebash
    #systemctl enable arcgisserver.service
    #systemctl stop arcgisserver.service
    #systemctl start arcgisserver.service
    #systemctl status arcgisserver.service
  13. Add a load balancer like https://arcgis-s-8.gisdemo.net/ to avoid certificate warning. Force https and forward traffic to 6433.


Info
During the initial deployment, Setup program is already executed and installs software under /arcgis/server/. Thus, all you need is to activate license and set user/password.

References

  1. https://enterprise.arcgis.com/en/server/latest/install/linux/welcome-to-the-arcgis-for-server-install-guide.htm
  2. https://enterprise.arcgis.com/en/server/latest/install/linux/silently-install-arcgis-server.htm

...