centos 6.8操作系统安装arcgis server 10.4-后续篇

Posted tiandi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 6.8操作系统安装arcgis server 10.4-后续篇相关的知识,希望对你有一定的参考价值。

./Setup //执行安装  (运行安装脚本后会进行安装环境检测,会检查检查软件包和主机名,检测通过才可以开始安装。)
如果检查不通过,会提示和报错,并中断安装过程。
(1) 解决 hostname 问题
// 查看 hostname
$ hostname

// 果然不符合规则
// 修改hostname
$ hostnamectl set-hostname centos.arcgis

   (2) 解决 limits 问题

// 编辑 limits.conf 文件
$ vim /etc/security/limits.conf

/* 追加
ags soft nofile 65535
ags hard nofile 65535
ags soft nproc 25059
ags hard nproc 25059
*/

// 根据提示:切换用户过去又切换回来,检查
/*
[root@VM_0_14_centos security]# su root
[root@VM_0_14_centos security]# su ags
[ags@VM_0_14_centos security]$ ulimit -Hn -Hu
open files                      (-n) 65535
max user processes              (-u) 25059
[ags@VM_0_14_centos security]$ ulimit -Sn -Su
open files                      (-n) 65535
max user processes              (-u) 25059
*/

   (3) 安装 软件

yum install fontconfig

 

以上是关于centos 6.8操作系统安装arcgis server 10.4-后续篇的主要内容,如果未能解决你的问题,请参考以下文章

Dell 服务器CentOS 6.8版本系统安装

在centos 6.8下安装docker

Linux系统安装笔记

2docker安装 on centos 6.8(64bit)

2docker安装 on centos 6.8(64bit)

CentOS-6.8 最详细安装教程(贴镜像文件+多图)