Red Hat 下安装Arcgis Server 10.3.1

10.3官方帮助链接 : http://server.arcgis.com/zh-cn/server/latest/install/linux/arcgis-for-server-system-requirements.htm

1.在Ubuntu下安装失败,官方上写不支持

2.版本:Red Hat 6.4 ,Arcgis Server 10.3.1

======相关操作步骤===========

1.在root权限下改ect/hosts文件 

 添加: ip地址 arcgisserver arcgisserver.esri.com
【IP地址查询命令:ifconfig】
保存后修改机器名:hostname arcgisserver 退出终端重新打开
2.在root权限下改/etc/security/limits.conf
添加: 
ags soft nofile 65535 
ags hard nofile 65535 
ags soft nproc 25059 
ags hard nproc 25059
【ags改成你的用户名】保存退出,注销后重新登录
3.检测安装依赖包
检测:
检测需要的依赖包命令:
rpm -qa|grep compat-libstdc++-33
rpm -qa|grep compat-libstdc++-296
rpm -qa|grep compat-openldap
rpm -qa|grep libXp
rpm -qa|grep mesa-libGL //OpenGL package
rpm -qa|grep mesa-libGLU //OpenGL package
rpm -qa|grep openldap
rpm -qa|grep openssl
rpm -qa|grep fontconfig
rpm -qa|grep freetype
rpm -qa|grep gettext
rpm -qa|grep libXfont
rpm -qa|grep mesa-libGL
rpm -qa|grep mesa-libGLU
rpm -qa|grep Xvfb
 若没有,则安装包可以在linux的安装光盘package中找到 安装 【需在root下安装】
如:rpm -ivh sudo-1.7.4p5-11.el6.i686.rpm 这里的依赖包往往又依赖其它安装包,只能一个一个装,安装失败有detail提示
注销后重新登录
posted @ 2016-03-09 15:45  一剑刺秦  阅读(281)  评论(0)    收藏  举报