CentOS7.5安装arcgis for server 10.3

                     CentOS7.5安装arcgis for server 10.3

一、 环境介绍

操作系统:linux7.5 & linux7.8
 软件:Arcgis server 10.3

二、 安装步骤

2.1安装Xvfb

使用root用户执行以下命令
$ yum install xorg-x11-server-Xvfb

2.2创建arcgis用户组,创建arcgis用户

// 创建用户组arcgis
$ groupadd arcgis

// 创建用户ags
$ useradd -g arcgis ags

// 设置用户 ags 的密码
$ passwd ags

2.3上传安装包并解压

//创建文件夹存放压缩包
Mkdir -p /opt/arcgis
//上传安装包
用xshell或crt登录进入存放安装包的路径下,执行rz命令进行上传
上传完成之后执行
$ tar -xzvf ArcGIS_for_Server_Linux_1031_145870.tar.gz

2.4 切换ags用户,运行安装脚本

Cd命令进入arcgis安装包目录,进入存放setup文件的目录下。执行./Setup命令
运行安装脚本后会进行安装环境检测,检测通过才可以开始安装。
安装过程中如果提示以下错误:


There were 2 failure(s) and 2 warning(s) found:

FAILURES:

*** DIAG003: The hostname of this machine contains one or more invalid
characters. Valid characters include alpha numeric a-z, 0-9, ‘-’
and ‘.’ characters. See RFC952.

*** DIAG005: For ArcGIS Server to run properly, the file handle limits
for the install user are required to be set to 65535 and the number of
processes limits set to 25059. The current file handle limit is 1000000
and the number of processes limit is 3893.

To set these limits, you’ll need to edit the /etc/security/limits.conf
file as super user and add the following lines:

    ags soft nofile 65535
    ags hard nofile 65535
    ags soft nproc 25059
    ags hard nproc 25059

In order for the new values to take effect, you’ll need to log out and
then log back in a

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值