ArcGIS Enterprise 10.5.1 靜默安裝部署記錄(Centos 7.2 minimal)- 4、安裝 ArcGIS for Server


安裝ArcGIS for Server

解壓server安裝包,tar -xzvf ArcGIS_Server_Linux_1051_156429.tar.gz
切換到arcgis賬戶靜默安裝server, ./Setup -m silent -l yes
 
靜默安裝說明:
 
 
要增加軟限制和硬限制,您需要使用超級用戶訪問權限編輯 /etc/security/limits.conf 文件。例如,可在與此類似的文件中添加下面兩行:
arcgis soft nofile 65535
arcgis hard nofile 65535
以上內容安裝Portal時已經添加過,添加如下兩行即可
arcgis soft nproc 25059
arcgis hard nproc 25059
重新執行靜默安裝,
 

以靜默方式授權server

以靜默方式授權server
啟動ArcGIS Server
安裝成功后登陸https://portal.cloud.local:6443/arcgis/manager/,設置用戶名密碼,站點地址
 

設置arcgis for server開機自啟動

centos7.2 是支持 systemd 的操作系統,采用如下方式。
在 shell 命令內,切換至根用戶。
將 <server安裝目錄>/framework/etc/scripts/arcgisserver.service 復制到 /etc/systemd/system。
仍然以根用戶的身份運行以下命令,以在 /etc/systemd/system/multi-user.target.wants 中自動創建鏈接:
systemctl enable arcgisserver.service
欲驗證 systemd 服務是否配置正確,請重新啟動服務后檢查其狀態。
# systemctl stop arcgisserver.service
# systemctl start arcgisserver.service
# systemctl status arcgisserver.service

靜默方式配置WebAdapter

切換到webadapter目錄

靜默方式配置webadapter
./configurewebadaptor.sh -m server -w https://portal.cloud.local/arcgis/webadaptor -g http://portal.cloud.local:6080 -u siteadmin -p esri@123-a true
 
參數說明:
測試配置是否成功。
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM