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


安裝Portal for ArcGIS

解壓portal安裝包,tar -xzvf Portal_for_ArcGIS_Linux_1051_156440.tar.gz
切換到arcgis賬戶靜默安裝portal,./Setup -m silent -l yes
參數說明
根據安裝提示報出如下錯誤信息。
要增加軟限制和硬限制,您需要使用超級用戶訪問權限編輯 /etc/security/limits.conf 文件。例如,可在與此類似的文件中添加下面兩行:
arcgis soft nofile 65535
arcgis hard nofile 65535
文佳末尾添加如下內容:
做出更改后,需要注銷並以特定用戶身份重新登錄,以便新值生效。要驗證限制是否已正確修改,可以使用上述 ulimit -S 和 ulimit -Hn -Su 命令
再次執行安裝步驟,所有流程正確,開始安裝

以靜默方式授權 Portal for ArcGIS

以靜默方式授權 Portal for ArcGIS

設置Portal for ArcGIS開機自啟動

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

靜默方式配置WebAdapter

靜默方式配置WebAdapter

./configurewebadaptor.sh -m portal -w https://portal.cloud.local/arcgis/webadaptor -g https://portal.cloud.local:7443 -u admin -p admin1111
其他說明
運行診斷工具檢查是否符合安裝要求
在命令行中瀏覽至 <Portal for ArcGIS 安裝目錄>/arcgis/portal/tools/portaldiag 目錄,然后執行 portaldiag。


免責聲明!

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



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