UGM #2

Open
opened 1 year ago by rbsetiawan · 13 comments
Owner

host: arcgis-portal.dev.ugm.ac.id

host: datastore-arcgis.arcgis.ugm (done)

  • ArcGIS Data Store (object)

workflow-arcgis.arcgis.ugm (done)

  • ArcGIS_Server_Linux_114_192977.tar.gz
  • ArcGIS_Workflow_Manager_Server_114_192994.tar.gz

image-arcgis.arcgis.ugm (done)

  • ArcGIS_Server_Linux_114_192977.tar.gz

video-arcgis.arcgis.ugm (next webadaptor)
set services auto start
https://enterprise.arcgis.com/en/documentation/install/video/latest/linux/introduction-to-video-server.htm

  • ArcGIS_Video_Server_Linux_114_192993.tar.gz

notebook-arcgis.arcgis.ugm

  • ArcGIS_Server_Linux_114_192977.tar.gz
  • ArcGIS_Notebook_Server_Linux_114_192992.tar.gz

knowledge-arcgis.arcgis.ugm (progress)
set services auto start

  • ArcGIS_Server_Linux_114_192977.tar.gz
  • ArcGIS_DataStore_Linux_114_192981.tar.gz

geoevent-arcgis.arcgis.ugm (aktivasi)
set services auto start

  • ArcGIS_Server_Linux_114_192977.tar.gz
  • ArcGIS_GeoEvent_Server_114_192990.tar.gz

spatiotemporal-arcgis.arcgis.ugm Error Host does not exist

  • ArcGIS_DataStore_Linux_114_192981.tar.gz
host: arcgis-portal.dev.ugm.ac.id - Tomcat - ArcGIS Web Adaptor - Portal for ArcGIS : http://portal-sig.ugm.ac.id/portal host : server-arcgis.arcgis.ugm - ArcGIS Server : http://portal-sig.ugm.ac.id/server - ArcGIS Data Store (relational) ![image](/attachments/676afe79-8e68-4c30-aa6b-7aa3917d9b61) host: datastore-arcgis.arcgis.ugm (done) - ArcGIS Data Store (object) workflow-arcgis.arcgis.ugm (done) - ArcGIS_Server_Linux_114_192977.tar.gz - ArcGIS_Workflow_Manager_Server_114_192994.tar.gz image-arcgis.arcgis.ugm (done) - ArcGIS_Server_Linux_114_192977.tar.gz video-arcgis.arcgis.ugm (next webadaptor) set services auto start https://enterprise.arcgis.com/en/documentation/install/video/latest/linux/introduction-to-video-server.htm - ArcGIS_Video_Server_Linux_114_192993.tar.gz notebook-arcgis.arcgis.ugm - ArcGIS_Server_Linux_114_192977.tar.gz - ArcGIS_Notebook_Server_Linux_114_192992.tar.gz knowledge-arcgis.arcgis.ugm (progress) set services auto start - ArcGIS_Server_Linux_114_192977.tar.gz - ArcGIS_DataStore_Linux_114_192981.tar.gz geoevent-arcgis.arcgis.ugm (aktivasi) set services auto start - ArcGIS_Server_Linux_114_192977.tar.gz - ArcGIS_GeoEvent_Server_114_192990.tar.gz spatiotemporal-arcgis.arcgis.ugm Error Host does not exist - ArcGIS_DataStore_Linux_114_192981.tar.gz
Poster
Owner

Install Guide

  • ulimit
    image

  • ulimit conf
    image

  • install dir /arcgis
    image

    • mkdir /arcgis
      image

    • sudo chmod 777 /arcgis
      image

# Install Guide - ulimit ![image](/attachments/27dd4691-3a61-4a52-bf59-f2946aec091e) - ulimit conf ![image](/attachments/d4ccea76-9818-41f3-abd8-d1637c560398) - install dir /arcgis ![image](/attachments/94fba7a6-d4ad-4112-a728-96183d831935) - mkdir /arcgis ![image](/attachments/5a9c66c9-44a6-4932-967c-a6317da82fda) - sudo chmod 777 /arcgis ![image](/attachments/9ad0bcd4-803d-47ac-ad5f-fd49bd48ec2a)
Poster
Owner

Install ArcGIS Workflow manager

  • install arcgis server base
  • error location
    image
### Install ArcGIS Workflow manager - install arcgis server base - error location ![image](/attachments/a9bc979e-b969-47c9-8d10-33d685bc101d)
Poster
Owner

hostnamectl
lsblk
df -h
df -h /tmp
lscpu
top
lshw
ip a
netstat -ntlp
sudo ufw allow

ulimit -Hn -Hu
ulimit -Sn -Su
sudo nano /etc/security/limits.conf

esri soft nofile 65535
esri hard nofile 65535
esri soft nproc 25059
esri hard nproc 25059

LimitNOFILE=65536
LimitNPROC=25059
LimitAS=infinity
LimitFSIZE=infinity

sudo mkdir /arcgis
sudo chmod 777 /arcgis

./Setup -m silent -l yes -d /arcgis/

ArcGIS Server

./authorizeSoftware -f /home/esri/EducationSiteArcGISServerEnterprise_ArcGISServer_1510701.prvc -o /home/esri/

ArcGIS Data Store

./Setup -m silent -l yes -d /arcgis/ -f Graph

Graph
Object
Relational
TileCache
Spatiotemporal
Complete

hostnamectl lsblk df -h df -h /tmp lscpu top lshw ip a netstat -ntlp sudo ufw allow ulimit -Hn -Hu ulimit -Sn -Su sudo nano /etc/security/limits.conf esri soft nofile 65535 esri hard nofile 65535 esri soft nproc 25059 esri hard nproc 25059 LimitNOFILE=65536 LimitNPROC=25059 LimitAS=infinity LimitFSIZE=infinity sudo mkdir /arcgis sudo chmod 777 /arcgis ./Setup -m silent -l yes -d /arcgis/ ## ArcGIS Server ./authorizeSoftware -f /home/esri/EducationSiteArcGISServerEnterprise_ArcGISServer_1510701.prvc -o /home/esri/ ## ArcGIS Data Store ./Setup -m silent -l yes -d /arcgis/ -f Graph Graph Object Relational TileCache Spatiotemporal Complete
Poster
Owner

Tompat location

/opt/tomcat

Web Adaptor https://enterprise.arcgis.com/en/web-adaptor/latest/install/java-linux/configure-arcgis-web-adaptor-server.htm

copy war file to /opt/tomcat/webapps

esri@portal-arcgis:/arcgis/webadaptor11.4/java/tools$

./configurewebadaptor.sh -m server -w https://portal-sig.ugm.ac.id/server/webadaptor -g https://server-arcgis.arcgis.ugm:6443 -u serveradm -p passUGM001 -a true

Configuring the Web Adaptor from the command line
You can configure the Web Adaptor using the command line utility (configurewebadaptor.sh) in /webadaptor//java/tools. This is particularly advantageous if the machine hosting the Web Adaptor does not have a graphical user interface (GUI).

The available parameters are as follows:

configurewebadaptor.sh -m -w -g <MachineName|URL> -u -p -a

—The component with which the Web Adaptor will be configured. By default, this parameter is set to server, meaning that the Web Adaptor can be configured for use with server site. Below are the parameters you can use to configure other components.

ArcGIS Server, Image Server or As Server—server
Portal for ArcGIS—portal
ArcGIS Mission Server—mission
Notebook Server—notebook
Video Server—video
ArcGIS Monitor—monitor
image

# Tompat location /opt/tomcat # Web Adaptor https://enterprise.arcgis.com/en/web-adaptor/latest/install/java-linux/configure-arcgis-web-adaptor-server.htm copy war file to /opt/tomcat/webapps esri@portal-arcgis:/arcgis/webadaptor11.4/java/tools$ ``` ./configurewebadaptor.sh -m server -w https://portal-sig.ugm.ac.id/server/webadaptor -g https://server-arcgis.arcgis.ugm:6443 -u serveradm -p passUGM001 -a true ``` Configuring the Web Adaptor from the command line You can configure the Web Adaptor using the command line utility (configurewebadaptor.sh) in <ArcGIS Web Adaptor installation directory>/webadaptor/<current version>/java/tools. This is particularly advantageous if the machine hosting the Web Adaptor does not have a graphical user interface (GUI). The available parameters are as follows: configurewebadaptor.sh -m <Mode> -w <WebAdaptorURL> -g <MachineName|URL> -u <Username> -p <Password> -a <AdminAccessEnabled> <Mode>—The component with which the Web Adaptor will be configured. By default, this parameter is set to server, meaning that the Web Adaptor can be configured for use with server site. Below are the parameters you can use to configure other components. ArcGIS Server, Image Server or As Server—server Portal for ArcGIS—portal ArcGIS Mission Server—mission Notebook Server—notebook Video Server—video ArcGIS Monitor—monitor ![image](/attachments/c6d698f1-5f38-4965-bc68-ebf4707bb683)
Poster
Owner

set auto start arcgis https://enterprise.arcgis.com/en/server/latest/install/linux/install-arcgis-server-on-one-machine.htm

Operating systems that support systemd
If your operating system supports the use of systemd to bootstrap and manage processes (for example, if you are using Red Hat Enterprise Linux (RHEL) Server 7.x), follow these steps to configure ArcGIS Server to start with the operating system:

Within a command shell, switch to root user.
Copy /framework/etc/scripts/arcgisserver.service unit file to /etc/systemd/system. Change file permissions of /etc/systemd/system/arcgisserver.service from 700 to 600.
This file is installed with ArcGIS Server 11.4.

Still as root user, run the following command to automatically create the links in /etc/systemd/system/multi-user.target.wants:

systemctl enable arcgisserver.service

To verify that the systemd service is properly configured, restart the service and check its status.

systemctl stop arcgisserver.service

systemctl start arcgisserver.service

systemctl status arcgisserver.service

End the root user session.
Reboot the operating system and verify that ArcGIS Server restarts properly.

# set auto start arcgis https://enterprise.arcgis.com/en/server/latest/install/linux/install-arcgis-server-on-one-machine.htm Operating systems that support systemd If your operating system supports the use of systemd to bootstrap and manage processes (for example, if you are using Red Hat Enterprise Linux (RHEL) Server 7.x), follow these steps to configure ArcGIS Server to start with the operating system: Within a command shell, switch to root user. Copy <ArcGIS Server installation directory>/framework/etc/scripts/arcgisserver.service unit file to /etc/systemd/system. Change file permissions of /etc/systemd/system/arcgisserver.service from 700 to 600. This file is installed with ArcGIS Server 11.4. Still as root user, run the following command to automatically create the links in /etc/systemd/system/multi-user.target.wants: # systemctl enable arcgisserver.service To verify that the systemd service is properly configured, restart the service and check its status. # systemctl stop arcgisserver.service # systemctl start arcgisserver.service # systemctl status arcgisserver.service End the root user session. Reboot the operating system and verify that ArcGIS Server restarts properly.
Poster
Owner

run console arcgis

./Setup -m console -v -a /home/fathir/image-server-license.prvc -d /opt/arcgis/server
# run console arcgis ``` ./Setup -m console -v -a /home/fathir/image-server-license.prvc -d /opt/arcgis/server ```
Poster
Owner

Error Workflow manager services

esri@workflow-arcgis:/etc/systemd/system$ sudo systemctl enable workflowmanager.service
Failed to enable unit: Cannot alias workflowmanager.service as ArcGISWorkflowManager.

Error swapipiness ArcGIS Data Store Spatiotemporal

Attempt to configure data store failed. Caused by: Minimum operating system limits are set too low for ArcGIS Data Store to start. Set number of file handles to '65,536'.Failed to pass prerequisite check. Please set swappiness to '1'.;

image

  • done to add

Error ulimit -n 65536 ArcGIS Data Store Spatiotemporal

image

# Configuration for relational and tile cache data stores
# LimitNOFILE=65535
# LimitNPROC=25059
# Configuration for spatiotemporal big data store
LimitNOFILE=65536
LimitNPROC=25059
LimitAS=infinity
LimitFSIZE=infinity

image

image

image
image

Failed to validate the data store machine 'SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM'. 'Could not connect to the ArcGIS component at URL 'https://SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM:2443/arcgis/datastoreadmin/machines/SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM/validate'. The ArcGIS component on that machine may not be running or the machine may not be reachable at this time.Error: SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM'
## Error Workflow manager services esri@workflow-arcgis:/etc/systemd/system$ sudo systemctl enable workflowmanager.service Failed to enable unit: Cannot alias workflowmanager.service as ArcGISWorkflowManager. ## Error swapipiness ArcGIS Data Store Spatiotemporal Attempt to configure data store failed. Caused by: Minimum operating system limits are set too low for ArcGIS Data Store to start. Set number of file handles to '65,536'.Failed to pass prerequisite check. Please set swappiness to '1'.; ![image](/attachments/b59e704b-9924-4c3d-a11e-4fe225252e3c) - done to add ``` ``` ## Error ulimit -n 65536 ArcGIS Data Store Spatiotemporal ![image](/attachments/5308c483-f036-410a-b88d-7123cc0e7fd6) - done to edit arcgisdatastore.services : https://enterprise.arcgis.com/en/data-store/10.8/install/linux/install-data-store.htm ``` # Configuration for relational and tile cache data stores # LimitNOFILE=65535 # LimitNPROC=25059 # Configuration for spatiotemporal big data store LimitNOFILE=65536 LimitNPROC=25059 LimitAS=infinity LimitFSIZE=infinity ``` ![image](/attachments/548cd48d-c348-498b-a6e6-3b500bf9bcff) ![image](/attachments/4062fce0-dd0f-4b8b-a82b-8ca9be0e43e0) ![image](/attachments/25e59c81-63f8-4467-b94d-c359285e77e9) ![image](/attachments/bffc9a96-adfb-4263-953e-35d95303dee5) ``` Failed to validate the data store machine 'SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM'. 'Could not connect to the ArcGIS component at URL 'https://SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM:2443/arcgis/datastoreadmin/machines/SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM/validate'. The ArcGIS component on that machine may not be running or the machine may not be reachable at this time.Error: SPATIOTEMPORAL-ARCGIS.ARCGIS.UGM' ```
Poster
Owner

Geo Evenet Ubuntu 20.04.1

https://enterprise.arcgis.com/en/geoevent/latest/install/linux/installing-geoevent.htm

Set Auto run at services

$ sudo cp <arcgis-server-install-location>/GeoEvent/gateway/etc/service/geoeventGateway.service /etc/systemd/system 
For example: $ sudo cp ~/arcgis/server/GeoEvent/gateway/etc/service/geoeventGateway.service /etc/systemd/system

$ sudo cp <arcgis-server-install-location>/GeoEvent/etc/service/geoevent.service /etc/systemd/system 
For example: $ sudo cp ~/arcgis/server/GeoEvent/etc/service/geoevent.service /etc/systemd/system

Automatically start the GeoEvent Server and Gateway daemons when the machine is rebooted:

$ sudo systemctl enable geoeventGateway.service
$ sudo systemctl enable geoevent.service
# Geo Evenet Ubuntu 20.04.1 https://enterprise.arcgis.com/en/geoevent/latest/install/linux/installing-geoevent.htm ### Set Auto run at services ``` $ sudo cp <arcgis-server-install-location>/GeoEvent/gateway/etc/service/geoeventGateway.service /etc/systemd/system For example: $ sudo cp ~/arcgis/server/GeoEvent/gateway/etc/service/geoeventGateway.service /etc/systemd/system $ sudo cp <arcgis-server-install-location>/GeoEvent/etc/service/geoevent.service /etc/systemd/system For example: $ sudo cp ~/arcgis/server/GeoEvent/etc/service/geoevent.service /etc/systemd/system ``` #### Automatically start the GeoEvent Server and Gateway daemons when the machine is rebooted: ``` $ sudo systemctl enable geoeventGateway.service $ sudo systemctl enable geoevent.service ```
Poster
Owner

ArcGIS Data Store Spatiotemporal

  • describe new installation
    image
## ArcGIS Data Store Spatiotemporal - describe new installation ![image](/attachments/9067e84b-3f31-4c8b-b093-2a9f2d2b64ae)
214 KiB
Poster
Owner
10.100.1.24	git.gisportal.id
10.100.1.80	portal.gisportal.id
10.100.1.81	server.gisportal.id
10.100.1.82	spt.gisportal.id
10.100.1.83	video.gisportal.id
10.100.1.84	notebook.gisportal.id
``` 10.100.1.24 git.gisportal.id 10.100.1.80 portal.gisportal.id 10.100.1.81 server.gisportal.id 10.100.1.82 spt.gisportal.id 10.100.1.83 video.gisportal.id 10.100.1.84 notebook.gisportal.id ```
Poster
Owner

video server

image

  • config role
    image

  • config role
    image

# video server ![image](/attachments/1d4c395f-f4da-4144-9ba0-054e68fc1042) - config role ![image](/attachments/08a31972-3d67-40e1-9498-30ffce196f45) - config role ![image](/attachments/353af53b-758e-45d2-aa99-8011a6414f3e)
Poster
Owner

note

host progress

  • portal done

  • arcgis server no ping to other host

    • relatioanal done
    • vm object done
    • vm spatiotemporal pending (arcgis server can ping other host)
  • arcgis image server done

  • arcgis video no ping to other host
    image

    • only open from local connection
      image
    • after federeted
      image
    • error open from publick domain
      image
  • arcgis geoevent server pending (arcgis server can ping other host)

  • arcgis knowledge server pending (available vm graph)

  • arcgis notebook server hold to next week

# note #### host progress - portal done - *arcgis server no ping to other host* - relatioanal done - vm object done - vm spatiotemporal *pending (arcgis server can ping other host)* - arcgis image server done - *arcgis video no ping to other host* ![image](/attachments/6e00920b-4740-4039-aac4-ba34b99b4171) - only open from local connection ![image](/attachments/a78a00d1-a2ac-4732-8785-879be90efc37) - after federeted ![image](/attachments/7eb5c975-4381-42e7-a560-1ef516701237) - error open from publick domain ![image](/attachments/1bccce3d-207f-45d6-b12a-46cbf57ef0c4) - arcgis geoevent server *pending (arcgis server can ping other host)* - arcgis knowledge server *pending (available vm graph)* - arcgis notebook server hold to next week
Poster
Owner

ArcGIS Notebook Server

Install dockcer

sudo apt-get update
sudo apt install docker.io
sudo systemctl enable docker
sudo systemctl status docker
sudo systemctl stop docker
sudo systemctl start docker
sudo apt-get install acl
sudo apt-get install gettext-base
sudo docker search hello-word
sudo docker run <package>/hello-word

install notebook server

./Setup -m silent -l yes -d /opt/arcgis

WebAdaptor

image
image
image

# ArcGIS Notebook Server ### Install dockcer ``` sudo apt-get update sudo apt install docker.io sudo systemctl enable docker sudo systemctl status docker sudo systemctl stop docker sudo systemctl start docker ``` ``` sudo apt-get install acl sudo apt-get install gettext-base ``` ``` sudo docker search hello-word ``` ``` sudo docker run <package>/hello-word ``` ### install notebook server ``` ./Setup -m silent -l yes -d /opt/arcgis ``` ### WebAdaptor ![image](/attachments/cc6401a1-0bf1-41fe-9fc2-6f34cca5efeb) ![image](/attachments/9a3e0f8f-5d42-48aa-a842-83ef316da1c4) ![image](/attachments/d4a7ce8d-5407-4e73-b513-fe25d0d53437)
120 KiB
161 KiB
109 KiB
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.