Performing a pre-configured installation of ArcGIS Server for the Java Platform installs ArcGIS Server without requiring an X display or user interaction during the installation process and uses all or nearly all the same settings as a previous installation.
In this installation scenario, a default set of installation features are pre-selected in the SavedArcGISServer.properties file, based on the features selected in a previous installation. These can include the Server Object Manager (SOM), Server Object Container (SOC), Python for use by the SOC (PythonSrvr), and the Application Developer Framework (SrvJADF).
ArcGIS Server can not be installed to the same location as any other ArcGIS product.
No other ArcGIS product can be installed as the ArcGIS Server user.
If ArcGIS Server is installed on a machine, you will only be able to install another ArcGIS product in single-user mode (not in multi-user mode).
Obtain an authorization file for the machine you will be installing ArcGIS Server on.
Verify that your site meets the system requirements. For system requirement information see Step 1: Verify your system requirements.
You are required to install ArcGIS Server as root, however you will be given an opportunity during the install process to assign the files to the ArcGIS Server user. The user that you assign the files to must have full permissions to the ArcGIS Server installation directory. Group users and all others must have at least execute permissions to the ArcGIS Server installation directory.
Insert the ArcGIS Server for the Java Platform media into the appropriate drive.
LINUX USERS: It is recommended that you install ArcGIS Server for the Java Platform to a mounted drive. If you do not install ArcGIS Server for the Java Platform to a mounted drive, some files will be left after uninstall.
Installation location: The name of the installation directory should be in lowercase. The samples and data installed require the data path to be in lowercase.
ArcGIS Server Object Container requires an authorization file. Each machine installing this feature will require a valid authorization file. See To obtain an authorization file for more information.
If you installed ArcGIS Server Object Container, the installation will configure your machine using the authorization file you received from ESRI Customer Service.
Before beginning the installation, you should read the license agreement located at <CD_ROOT>/Documentation/ServerLicense.pdf and accept the terms before you continue the installation.
Copy <CD_ROOT>/support/silent/InstallServerSilently.sh and the arcgis/servercore/SavedArcGISServer.properties file from a previous install to a writable directory, such as the ArcGIS Server user's home directory.
Edit your copy of InstallServerSilently.sh, changing the value of CD_ROOT to point to your ArcGIS Server media mount point.
Using a text editor, open your copy of SavedArcGISServer.properties, and edit the values of the install variables as appropriate for your site configuration. If you are re-installing on the same machine, none of the variables should need to be changed. If you are installing on a different machine than that which the SavedArcGISServer.properties file came from, you will have to edit the Z_FQDN_USER variable to reflect the current machine's hostname.
Verify, and if necessary edit the USER_INSTALL_DIR variable to specify the full path to the installation location.
The name of the installation directory should be in lowercase. The samples and data installed require the data path to be in lowercase.
The installation directory can not be the same as any other ArcGIS product.
At least 711 permissions are required for all directories in the path where ArcGIS Server will be installed.
The ArcGIS Server install allows you to select features you would like to install. A default pre-configured installation includes all the features to be installed on one machine. Edit the FEATURE_LIST variable to select only the features you would like to install. The available features are SOM, SOC, PythonSrvr, and SrvJADF. (The SrvParent feature is added to the feature list by the installer software and can be safely ignored.) For more information on these features see the Overview and ArcGIS Server site configuration topics.
Edit the Z_FQDN_USER variable, providing the fully qualified domain name of the machine you are installing on. The fully qualified domain name must be in the form of <hostname>.<domainname>.
Edit the SOM_MACHINE variable, providing the fully qualified domain name of the machine SOM is installed on. If SOM is being installed on this machine, this should be the same as the value for Z_FQDN_USER. The fully qualified domain name must be in the form of <hostname>.<domainname>.
Edit the SRV_USER variable, providing the ArcGIS Server user name. This user account will be used for setting file ownership, permissions, and running processes. It is required that you create the ArcGIS Server user account manually before running the installer. All files in the ArcGIS Server installation location will be owned by this user.
The user must have at least 711 permissions to access the ArcGIS Server installation location.
The user name should not be longer than 8 characters.
Each ArcGIS Server Object Container machine requires an authorization file. After you have received your authorization file from ESRI Customer Service, edit the Z_AUTH_FILE variable with the full path to the location of your authorization file.
To re-configure your machine later with an updated authorization file, launch the authorization script from <ArcGIS Server installation location>/arcgis/scripts/authorizeSoftware
Edit the uninstall variable values for UNINST_BACKUP and UNINST_BACKUP_DIR. By setting the value of UNINST_BACKUP to 'Y' or 'N' you can select whether to back up ArcGIS Server configuration files for later use. If you chose to backup the files, you should edit the value of UNINST_BACKUP_DIR, providing the full path to the location where you would like the backed up files to be placed. These values will only be used if you choose to uninstall ArcGIS Server for the Java Platform using the silent uninstall option.
Run ./InstallServerSilently.sh /path/to/SavedArcGISServer.properties.
Once the installation finishes, check /tmp/ArcGISServerSilent.log for an installation completion status message. If the installation completed successfully, you will be able to access ArcGIS Server Manager from Firefox or any supported Web browser by navigating to http://<SOM machine name>:8099. To access Manager for the first time, log in with the username admin and the password admin. ArcGIS Server Manager is used to manage your ArcGIS Server users. See the ArcGIS Server Manager documentation and help for more information.