ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal版)- 3安装 ArcGIS for Server
Posted gis-luq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal版)- 3安装 ArcGIS for Server相关的知识,希望对你有一定的参考价值。
安装ArcGIS for Server
解压server安装包,tar -xzvf ArcGIS_Server_Linux_1051_156429.tar.gz
![](https://image.cha138.com/20210510/34b19f17f4ae460d9d74907036bfde5b.jpg)
切换到arcgis账户静默安装server, ./Setup -m silent -l yes
![](https://image.cha138.com/20210510/fc1f78fc8ca54393bfb51c1f0b9d2632.jpg)
静默安装说明:
![](https://image.cha138.com/20210510/26c8f61f8b1c4efda7b9846f1827740a.jpg)
要增加软限制和硬限制,您需要使用超级用户访问权限编辑 /etc/security/limits.conf 文件。例如,可在与此类似的文件中添加下面两行:
arcgis soft nofile 65535
arcgis hard nofile 65535
以上内容安装Portal时已经添加过,添加如下两行即可
arcgis soft nproc 25059
arcgis hard nproc 25059
重新执行静默安装,
![](https://image.cha138.com/20210510/03524df5c8564188950e7fa86a59f990.jpg)
以静默方式授权server
以静默方式授权server
![](https://image.cha138.com/20210510/51fc096cb9ad40d688ebc97088b4784f.jpg)
启动ArcGIS Server
![](https://image.cha138.com/20210510/af134a9d8eb94f99b12c89146149aeee.jpg)
安装成功后登陆https://portal.cloud.local:6443/arcgis/manager/,设置用户名密码,站点地址
设置arcgis for server开机自启动
centos7.2 是支持 systemd 的操作系统,采用如下方式。
在 shell 命令内,切换至根用户。
将 <server安装目录>/framework/etc/scripts/arcgisserver.service 复制到 /etc/systemd/system。
![](https://image.cha138.com/20210510/4c7ae20b2be54824b7261d35f46cca64.jpg)
仍然以根用户的身份运行以下命令,以在 /etc/systemd/system/multi-user.target.wants 中自动创建链接:
systemctl enable arcgisserver.service
![](https://image.cha138.com/20210510/4c3e76f025494a109fd282702644531b.jpg)
欲验证 systemd 服务是否配置正确,请重新启动服务后检查其状态。
# systemctl stop arcgisserver.service
# systemctl start arcgisserver.service
# systemctl status arcgisserver.service
![](https://image.cha138.com/20210510/292cb4438aa54a46971c21c211609673.jpg)
静默方式配置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
![](https://image.cha138.com/20210510/34788f78971b41c19efd7bfd1b54e853.jpg)
参数说明:
![](https://image.cha138.com/20210510/174406e260d64d2c98caf159373b8541.jpg)
测试配置是否成功。
![](https://image.cha138.com/20210510/be6297fcaa994b69905188caa8e907e6.jpg)
相关博客
以上是关于ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal版)- 3安装 ArcGIS for Server的主要内容,如果未能解决你的问题,请参考以下文章
ArcGIS Enterprise 10.5.1 静默安装部署记录(Centos 7.2 minimal版)- 1安装前准备
ArcGIS Portal 环境快速部署方法--ArcGIS Enterprise Builder
ArcGIS软件部署-OpenSSL创建ArcGIS Enterprise所需证书的批处理脚本
[ArcGIS]Oracle RAC下创建地理数据库(Create Enterprise Geodatabase)失败的解决方法