http://blog.csdn.net/linghe301/article/details/7762985

操作环境:Redhat 6.1 Linux

安装ArcGIS Server10.1之前,还是看看相关的系统需求:http://resources.arcgis.com/en/help/system-requirements/10.1/index.html#/arcgis_server_10_1_server_requirements/015100000072000000/

将相关的安装文件和lic文件拷贝到Linux操作系统,我们可以看到ArcGIS Server 10.1新添加了一个CheckPackagePrerequisites.sh文件,以前我们在Linux环境下安装ArcGIS Server时经常不太注意事前查看系统需求,提前安装相关的依赖包,现在好多了,我们直接执行这个文件,就知道我们现在的操作系统是否缺包或者是否缺少相关的信息

[python][/python] view plaincopyprint?

  1. [root@redhat6 ~]# cd /home/soft/ArcGISServer/
  2. [root@redhat6 ArcGISServer]# ll
  3. total 40
  4. -rwxrwxr-x. 1 ags oinstall  5048 Feb  2 19:29 CheckPackagePrerequisites.sh
  5. drwxrwxr-x. 3 ags oinstall  4096 May 21 18:30 Documentation
  6. -rwxrwxr-x. 1 ags oinstall  1154 Apr 26 12:42 Install.htm
  7. -rwxrwxr-x. 1 ags oinstall 16863 Mar 23 13:30 Setup
  8. drwxrwxr-x. 3 ags oinstall  4096 May 21 18:30 setup_resources

我们安装ArcGIS Server需要新添加一个ArcGIS Server的操作系统用户,比如我们添加ags用户

那么我们切换到ags用户执行该文件

[python][/python] view plaincopyprint?

  1. [ags@redhat6 ArcGISServer]# ./CheckPackagePrerequisites.sh
  2. This script will check the packages installed on your machine against a list of                          known packages required by ArcGIS 10.1 for Server.
  3. Would you like to continue? ([y]/n)
  4. y
  5. OS found: RedHatEnterpriseServer
  6. Version found: 6.1
  7. For ArcGIS for Server to run properly, the file handle limits for the install
  8. user are required to be set to 65535 and the number of processes limits set to
  9. 25059. The current file handle limit is 1024 and the number of processes
  10. limit is 23967.
  11. To set these limits, you'll need to edit the /etc/security/limits.conf
  12. file as super user and add the following lines:
  13. ags soft nofile 65535
  14. ags hard nofile 65535
  15. ags soft nproc 25059
  16. ags hard nproc 25059
  17. In order for the new values to take effect, you'll need to log out and then log
  18. back in as the root user. To verify, run:
  19. ulimit -Ha
  20. For additional details, see the ArcGIS 10.1 for Server installation guide.

系统会提示添加相关的信息到/etc/security/limits.conf里面。再次执行

[python][/python] view plaincopyprint?

  1. [ags@redhat6 ArcGISServer]$ ./CheckPackagePrerequisites.sh
  2. This script will check the packages installed on your machine against a list of known packages required by ArcGIS 10.1 for Server.
  3. Would you like to continue? ([y]/n)
  4. y
  5. OS found: RedHatEnterpriseServer
  6. Version found: 6.1
  7. Now checking this machine for the following packages:
  8. glibc libxml2 freetype fontconfig mesa-libGL mesa-libGLU libXtst libXext libX11 libXi libXdmcp libXau
  9. Check passed. All required packages are present on this machine.

我们可以看到,相关的依赖包都已经安装完毕。

下面的安装其实就比较简单了,但是我感觉ArcGIS Server10.1还是有惊喜出现,大家都知道以前的ArcGIS Server版本有GUI图形化界面安装,也有静默安装(命令行),那么在ArcGISServer10.1它会自动选择哪种安装方式,比如我只是用了Putty连接远程的Linux系统,大家知道Putty是调不出GUI界面的,但是ArcgIS Server10.1自动就切换到静默安装了,我们就看看这种安装方式,直接执行./Setup

[python][/python] view plaincopyprint?

  1. [root@redhat6 ~]# su - ags
  2. [ags@redhat6 ~]$ ls
  3. arcgis                   Desktop    Downloads  Pictures  Templates
  4. authorizationserver.ecp  Documents  Music      Public    Videos
  5. [ags@redhat6 ~]$ cd /home/soft/ArcGISServer/
  6. [ags@redhat6 ArcGISServer]$ ls
  7. CheckPackagePrerequisites.sh  Documentation  Install.htm  Setup  setup_resources
  8. [ags@redhat6 ArcGISServer]$ ./Setup
  9. OS found: RedHatEnterpriseServer
  10. Version found: 6.1
  11. Now checking this machine for the following packages:
  12. glibc libxml2 freetype fontconfig mesa-libGL mesa-libGLU libXtst libXext libX11 libXi libXdmcp libXau
  13. Check passed. All required packages are present on this machine.
  14. Starting installation of ArcGIS 10.1 for Server...
  15. [ArcGIS 10.1 for Server Setup Warning]
  16. This setup has detected that the DISPLAY variable has not been set, but neither the silent or console UI mode was selected.
  17. Note: For information on console or silent setup UI modes, please run this script with the --help option.
  18. This setup will now start in the console UI mode in 10 seconds. You may use Ctrl-C to exit the setup instead.
  19. Preparing to install...
  20. Extracting the JRE from the installer archive...
  21. Unpacking the JRE...
  22. Extracting the installation resources from the installer archive...
  23. Configuring the installer for this system's environment...
  24. Launching installer...
  25. ===============================================================================
  26. ArcGIS for Server                                (created with InstallAnywhere)
  27. -------------------------------------------------------------------------------
  28. Preparing CONSOLE Mode Installation...
  29. ===============================================================================
  30. Introduction
  31. ------------
  32. InstallAnywhere will guide you through the installation of ArcGIS 10.1 for
  33. Server.
  34. It is strongly recommended that you quit all programs before continuing with
  35. this installation.
  36. Respond to each prompt to proceed to the next step in the installation.  If you
  37. want to change something on a previous step, type 'back'.
  38. You may cancel this installation at any time by typing 'quit'.
  39. PRESS <ENTER> TO CONTINUE:

直接Enter,我们可以查看一些相关的警告,我们接受就可以了

[python][/python] view plaincopyprint?

  1. 此处省略一万字.............
  2. 4. You may not display or post any combination of more than one hundred�(100)
  3. Esri Business Analyst Online or Community Analyst Reports and maps on Your
  4. external websites.
  5. 5. You may not unbundle or use independently of a subscription any software
  6. components used to access Products, including, but not limited to, Business
  7. Analyst Online API, Community Analyst API, or Location Analytics API.
  8. 6. You may create, publicly display, and distribute maps in hard copy and
  9. PRESS <ENTER> TO CONTINUE:
  10. static electronic format for news-reporting purposes.
  11. DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y

接下来,系统会提示你,ArcgIS Server安装在什么路径下,系统会默认一个路径,不过用户也可以修改

[python][/python] view plaincopyprint?

  1. ===============================================================================
  2. Choose Install Folder
  3. ---------------------
  4. Where would you like to install?
  5.   Default Install Folder: /home/ags/arcgis/server
  6. ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
  7.       :
  8. ===============================================================================
  9. Pre-Installation Summary
  10. ------------------------
  11. Please Review the Following Before Continuing:
  12. Install Folder:
  13.     /home/ags/arcgis/server
  14. Disk Space Note
  15.     Approximately 1.5 GB of the required disk space is only used during the installation of this product. This temporary disk use will be removed at the end of the installation.
  16. Disk Space Information (for Installation Target):
  17.     Required:  3,160,600,305 bytes
  18.     Available: 36,026,269,696 bytes
  19. PRESS <ENTER> TO CONTINUE:

选择完毕之后,等待就可以了

[python][/python] view plaincopyprint?

  1. ===============================================================================
  2. Installing...
  3. -------------
  4.  [==================|==================|==================|==================]
  5.  [------------------|------------------|------------------|------------------]

过后就是进行lic的授权

[python][/python] view plaincopyprint?

  1. ===============================================================================
  2. Authorization File
  3. ------------------
  4. Please enter the full path to your authorization file provided by Esri.
  5. Example:
  6. /path/to/server.ecp
  7. Path: (DEFAULT: /path/to/file.ecp): /home/ags/authorizationserver.ecp

授权完毕就OK了

[python][/python] view plaincopyprint?

  1. ===============================================================================
  2. Installation Complete
  3. ---------------------
  4. Congratulations. ArcGIS 10.1 for Server has been successfully installed to:
  5. /home/ags/arcgis/server
  6. You will be able to access ArcGIS Server Manager by navigating to
  7. http://redhat6.localdomain:6080/arcgis/manager.

打开相关的网站进行配置即可

1:

[python][/python] view plaincopyprint?

  1. ArcGIS Server 安装向导
  2. 此计算机当前未加入任何 ArcGIS Server 站点。您可以创建新站点或直接加入一个现有站点。
  3. 创建新站点
  4. 加入现有站点

2:

[python][/python] view plaincopyprint?

  1. 主站点管理员账户
  2. 创建将作为此 ArcGIS Server 站点主管理员的帐户。此帐户将存储到站点中,且不是操作系统帐户。登录“管理器”时可使用此帐户。
  3. 用户名:
  4. 密码:
  5. 确认密码:

3:

[python][/python] view plaincopyprint?

  1. 指定根服务器目录和配置存储
  2. 创建 ArcGIS Server 站点时,会安装多个目录以存储输出图像、地理处理作业结果、缓存图像等。您可自行选择一个位置,但必须确保站点中的每台计算机都可对其进行访问。
  3. 根服务器目录:
  4. 配置存储中包含有关 GIS 服务器的计算机、服务和目录的信息。可以选择配置存储的位置,但此位置必须能够通过站点中的每台计算机访问。
  5. 配置存储:

4:

[python][/python] view plaincopyprint?

  1. 配置摘要
  2. 准备完成 ArcGIS Server 安装。
  3. 用户名:    arcgis
  4. 根服务器目录: /home/ags/arcgis/server/usr/directories
  5. 配置存储:   /home/ags/arcgis/server/usr/config-store
  6. 单击“完成”创建 ArcGIS Server 站点。

其他

启动、停止、卸载软件的配置文件

[python][/python] view plaincopyprint?

  1. [ags@redhat6 ~]$ cd /home/ags/arcgis/server/
  2. [ags@redhat6 server]$ ls
  3. arcpy            Documentation  help            PackageTemplates  stopserver.sh  tools
  4. ArcToolbox       fonts          lib             PDFL              Styles         uninstall_ArcGISServer
  5. bin              framework      License         pedata            Support        usr
  6. ColorProfiles    Geocode        locale          plotters          Templates      XmlSchema
  7. com              geronimo       Locators        Routing           TilingSchemes
  8. DatabaseSupport  GridTemplates  NetworkAnalyst  startserver.sh    TimeZones
  9. [ags@redhat6 server]$ ./stopserver.sh
  10. Attempting to stop ArcGIS Server...
  11. [  OK  ]
  12. [ags@redhat6 server]$ ./startserver.sh
  13. Attempting to start ArcGIS Server...
  14. [  OK  ]

注册Lic工具

[python][/python] view plaincopyprint?

  1. [ags@redhat6 server]$ cd tools/
  2. [ags@redhat6 tools]$ ll
  3. total 28
  4. drwx------. 2 ags ags 4096 Apr 25 20:33 admin
  5. -rwx------. 1 ags ags 4519 Apr 20 17:03 authorizeSoftware
  6. drwx------. 2 ags ags 4096 Apr 26 12:18 passwordreset
  7. -rwx------. 1 ags ags  636 Apr 20 17:05 python
  8. -rwx------. 1 ags ags  919 Apr 20 17:05 serverinfo
  9. -rwx------. 1 ags ags 3277 Apr 26 12:18 ssltool.sh
  10. [ags@redhat6 tools]$ ./serverinfo
  11.     Server: 10.1.0.3035
  12.        JRE: 1.6.0_30
  13.     Tomcat: 6.0.35.0
  14.   Geronimo: 2.2.2
  15.       Wine: v1.4-rc1-final

Redhat 6.1安装ArcGIS Server10.1的更多相关文章

  1. ArcGIS Server学习之问题:ArcGIS Server10.5发布地图显示空白

    一.安装ArcGIS10.5 参考ArcGIS 10.5 for Desktop 完整安装教程(含win7/8/10 32/64位+下载地址+亲测可用) | 麻辣GIS 二.安装ArcGIS Serv ...

  2. arcgis server10.2.2的安装步骤过程

    1.找到ArcGIS Server软件包目录下的esri.exe,打开运行,选择安装ArcGIS for Server,见下图: 2.确定之后,会弹出让用户输入用户名和密码的界面,这个可以自己定义,但 ...

  3. linux REDHAT6.4下安装ArcGIS Server 10.1

    1 安装环境 因为Linux的发行版本比较多,我们在使用的时候请严格按照官网给的给出的版本,在官网上给出的是经过严格测试的,如果采用其他的,即便安装上了,在后续的运作中出现问题,这个可就麻烦了,官网对 ...

  4. ArcGIS Server10.2服务启动不了之http://localhost:6080/arcgis/manager无法打开之arcMap 无法打开6080admin问题解决之路

    遇到的问题:在services.msc中可以正常启动arcGIS server ,但是过几秒种服务就自动关闭, 而且manager打不开, 各种方法都试过了,什么关闭杀毒软件,更改服务配置文件,更改a ...

  5. arcgis server10.2自带打印模板路径

    找到arcgis server10.2安装目录路径,我的安装路径为C盘,如下: C:\Program Files\ArcGIS\Server\Templates\ExportWebMapTemplat ...

  6. 安装ArcGIS Engine 9.3

    本文仅用于学习交流,商业用途请支持正版!转载请注明:http://www.cnblogs.com/mxbs/p/6217003.html 准备: ArcGIS Engine 9.3.crack_for ...

  7. 安装ArcGIS Desktop 9.3

    本文仅用于学习交流,商业用途请支持正版!转载请注明: http://www.cnblogs.com/mxbs/p/6216865.html 准备: ArcGIS Desktop 9.3.crack_f ...

  8. ArcGIS Server10.1授权文件

    3dengine,101,ecp.arcgis.server,01-jan-2020,UTE784S3EY83ZJKN0085 3dserver,101,ecp.arcgis.server,01-ja ...

  9. 安装ArcGIS License 10.1 许可管理器 破解版 服务启动又失败的解决办法

    安装破解文件的提示执行 替换许可管理器Bin下面的service.txt  文件,之后会发现,许可管理器启动不了(有时候又可以,挺郁闷), 经过多次的试验,我找到了一种折中解决的方法,供大家参考 解决 ...

随机推荐

  1. CentOS 7.4 下搭建 Elasticsearch 6.3 搜索群集

    上个月 13 号,Elasticsearch 6.3 如约而至,该版本和以往版本相比,新增了很多新功能,其中最令人瞩目的莫过于集成了 X-Pack 模块.而在最新的 X-Pack 中 Elastics ...

  2. 微信小程序资料总结

    http://blog.csdn.net/ZCLengendary/article/details/54312030  --添加html标签与处理 https://www.cnblogs.com/HD ...

  3. 解决安装androidstudio无法查看源代码的问题

    如果androidstudio的sdk是自己导入的,则可能会有查看不了源代码的原因.原因是默认目录中没有这个api的源代码. 1.先在C:\Users\xxx\.AndroidStudio2.3\co ...

  4. HTML5——移动端的点击、拖拽

    移动端浏览器不支持mouse事件 https://www.cnblogs.com/joyco773/p/6519668.html https://www.cnblogs.com/yjhua/p/525 ...

  5. 【转载】 python sort、sorted高级排序技巧

    这篇文章主要介绍了python sort.sorted高级排序技巧,本文讲解了基础排序.升序和降序.排序的稳定性和复杂排序.cmp函数排序法等内容,需要的朋友可以参考下 Python list内置so ...

  6. TF实战:(Mask R-CNN原理介绍与代码实现)-Chapter-8

    二值掩膜输出依据种类预测分支(Faster R-CNN部分)预测结果:当前RoI的物体种类为i第i个二值掩膜输出就是该RoI的损失Lmask 对于预测的二值掩膜输出,我们对每个像素点应用sigmoid ...

  7. MFC_2.3 定时器、滑块、进度条控件

    定时器.滑块.进度条控件 1.拖控件 2.绑定变量.默认,然后取名字 3.初始化设置定时器 // 设置滑块和进度条的范围 m_TrackBar.SetRange(0, 1000); m_StaticP ...

  8. linux 挂载数据盘

    完整的阿里云挂载数据盘方法如下: 1.入手阿里云后查看有几块硬盘:(只显示概况,不显示分区情况) fdisk -l|grep Disk 2.查看硬盘分区 fdisk -l 如果有提示:disk /de ...

  9. 20.IO流部分笔记

    20.IO流部分笔记 2018/09/06 1.IO流  1.1 创建字节输出流对象,如果没有就自动创建一个 FileOutputStram fos = new FileOutputStram(&qu ...

  10. set解两数之和--P2141 珠心算测验

    题目描述 珠心算是一种通过在脑中模拟算盘变化来完成快速运算的一种计算技术.珠心算训练,既能够开发智力,又能够为日常生活带来很多便利,因而在很多学校得到普及. 某学校的珠心算老师采用一种快速考察珠心算加 ...