This post is posted here because ror is mainly used for development.
I am engaged in GIS-related work. Therefore, ArcGIS and related software are often used in my work. ror is developed and used. Linux is used as the server operating system for ease of deployment and server configuration. ArcGIS Server is an important tool for map publishing. Most of the tools are usually deployed in windows. ESRI official website provides installation tutorials for Linux and some installation tutorials can also be found on Google, here, I encountered some problems and solutions during the installation process, and shared them with you for common progress. Reference: http://www.cnblogs.com/esrichina/archive/2013/01/10/2853995.html
1. For ArcGIS Server Linux: ftp: // 150.131.194.1/special/GIS/ESRI/esri.10.1/ArcGIS % 20for % 20 server % 20 enterprise/arcgis_server_ent_linux_101_129046.iso
2. installation environment: centos 6.5 x86_64 64bit 3. The general installation process is described in the reference document.
- A. Add users and groups under root and Set passwords for users
- B./etc/security/limits. conf modify the configuration file. Note: Because centos is not recommended by the official system, check whether the configuration is satisfied. This may prompt that the version does not match.
- C. It is important to install Xvfb: Yum install Xvfb. Otherwise, although no error is reported after the installation, the library file is missing in the installation directory/framework/runtime/Xvfb/xvfb_err.log.
- D. One step in the attached tutorial is to add the IP address of the Local Machine to hosts. I do not need the test result. I only need to add the name of the local machine to the hosts of 127.0.0.1.
- * E. Note that the HTTP server provided by ArcGIS Server is tomcat, and there is a tomcat folder under its installation directory/framework/runtime. Because Tomcat may not be started during installation, the installation is normal and the startup service is normal (that is, execute sh startserver. sh display OK), but the manage page cannot be opened in the browser, so you need to execute startup in Tomcat/bin. sh to start the Tomcat server. We recommend that you start it at startup. the method I use is to modify/etc/rc. d/RC. local, add/home/username */ArcGIS/Server/framework/runtime/tomcat/bin/startup at the end. sh start
- F. the last thing to note is that, according to the official website, set arcgisserver as the boot method. Here, I want to test that it can be started properly only after the network connection is normal, go to system-> service to check the added arcgisservice status.
It took a long time for the installation to succeed. Therefore, some of the problems mentioned in this article are described based on memory. If you have any questions, please leave a message.