This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
arcgisserver [2022/05/23 14:47] Jan Forman |
arcgisserver [2022/05/24 09:33] (current) Jan Forman |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[https:// | ||
+ | ====== Cache Tiles job from Linux ====== | ||
+ | < | ||
+ | #!/bin/sh | ||
+ | USER= | ||
+ | PASSWORD= | ||
+ | HOST=http:// | ||
+ | LAYER=layer | ||
+ | TOKEN=`curl -X POST -d username=$USER -d password=$PASSWORD $HOST/ | ||
+ | LEVELS=" | ||
+ | EXTENT=" | ||
+ | |||
+ | curl " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== ArcGIS Server Enterprise for Linux 10.x ====== | ||
+ | Machine config\\ | ||
+ | config-store/ | ||
+ | \\ | ||
+ | rm -rf / | ||
+ | |||
+ | ====== Directory structure ====== | ||
+ | Important places\\ | ||
+ | |||
+ | ^Path ^ Description | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | | **/ | ||
+ | |||
+ | **/ | ||
+ | ^ Path ^ Description | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | |**/ | ||
+ | Set correct permissions when you are copy files from other sources. | ||
+ | |||
+ | ====== Site Administration ====== | ||
+ | < | ||
+ | default login " | ||
+ | |||
+ | ====== Server Administration ====== | ||
+ | < | ||
+ | default login " | ||
+ | |||
+ | ====== REST Catalog ====== | ||
+ | < | ||
+ | |||
+ | ====== Set heap under ArcGIS Server for Linux ====== | ||
+ | |||
+ | < | ||
+ | Web server maximum heap size (in MB): -1 (Default APACHE TOMCAT HEAP SIZE) | ||
+ | App server maximum heap size (in MB): 256 (Default APACHE GERONIMO HEAP SIZE) | ||
+ | SOC maximum heap size (in MB): 64 (Default Server Object Container x number of threads) | ||
+ | </ | ||
+ | / | ||
+ | |||
+ | Copy tiles from actual directory to another VPS | ||
+ | < | ||
+ | scp -r / | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== Change Permission for my REST Service ====== | ||
+ | < | ||
+ | find . -type f -name ' | ||
+ | find . -type d -name ' | ||
+ | </ | ||
+ | ====== DB Connectivity ====== | ||
+ | **Service properties -> Specify Health Check Settings -> Periodically check and repair data connections for idle instances**\\ | ||
+ | If your router or firewall closing persistent DB connection you can configure repair here.\\ | ||
+ | \\ | ||
+ | Established connection (without data transfer in idle)\\ | ||
+ | **Linux default: 5 days**\\ | ||
+ | **Average router / firewall: 30 minutes** |