Installing Portal for ArcGIS on Linux

The steps below will guide you through the Portal for ArcGIS installation process. You can install with a user interface (UI) or silently. This topic describes how to install Portal for ArcGIS with a user interface.

NoteNote:

Upgrading to 10.2.2? For more information, see About upgrading Portal for ArcGIS.

How to prepare to install Portal for ArcGIS

  1. Verify that your site meets the minimum system requirements. For more information, see system requirements.
  2. Log in to your machine as a user with administrative privileges. You cannot install Portal for ArcGIS as a root user.
  3. Open the ports as described in Ports used by Portal for ArcGIS.
  4. Close all noncritical applications on your server.
  5. Browse to the downloaded folder containing the Portal for ArcGIS setup or insert the Portal for ArcGIS media into the appropriate drive to automatically launch the setup program.

You are now ready to proceed with the Portal for ArcGIS installation.

Installing Portal for ArcGIS on Linux

  1. Run the setup program from the Portal for ArcGIS download folder or setup media. The setup program begins by checking the prerequisites that must be met to successfully set up and use Portal for ArcGIS. If your system does not meet any of the prerequisites, follow the instructions in the dialog box to correct any issues. To learn more, see Checking portal diagnostics using the diagnostics tool.
  2. If all prerequisites are met, the Introduction dialog box displays. Click Next to proceed.
  3. On the License dialog box, read the license agreement. If you accept the terms, click the I accept the license agreement button and click Next to proceed; otherwise, exit the setup by clicking Cancel.
  4. On the Choose Install Folder dialog box, specify the installation location. If you're pointing the installer to an earlier portal directory, the content in that directory will automatically be used in the new installation. Keep in mind that content from installations earlier than version 10.2 are not supported. For more information, see Using an existing content directory from an earlier installation. Click Next to continue.
  5. Review the summary information and click Install to begin the installation.
  6. Before the installation finishes, the Software Authorization Wizard dialog box displays. Complete the authorization process. For more information, see Authorizing Portal for ArcGIS.
  7. When the authorization process is completed, click Done to exit the wizard.
    NoteNote:

    The software authorization status is displayed on the Install Complete dialog box. If a failure is detected, address the failure message and open the Portal for ArcGIS Software Authorization Wizard to rerun the authorization.

  8. Configure Portal for ArcGIS to be started with the operating system by following these instructions:
    1. Switch to root user.
    2. Copy <Portal for ArcGIS installation directory>/framework/etc/arcgisportal shell script to the appropriate supported Linux distribution-based locations provided below:
      • RHEL: /etc/rc.d/init.d/
      • SUSE: /etc/init.d/
    3. Change directory to the applicable init.d folder and check the arcgisportal script to make sure that root has at least read and execute permissions.
    4. Edit the script as follows:
      1. Update the portalhome variable to the Portal for ArcGIS installation directory, for example, /home/username/arcgis/portal.

      2. For RHEL only, add the line below just before # Description: Portal for ArcGIS Service:

        # chkconfig: 35 99 01

      3. Save the edits to the arcgisportal script.

    5. Still as root user, run the following commands to automatically create the links in /etc/rc*.d with the appropriate run levels:
      • RHEL:
        $ chkconfig --add arcgisportal
        $ chkconfig arcgisportal on
        
      • SUSE:
        $ insserv arcgisportal
        $ chkconfig arcgisportal on
        
    6. End the root user session.
    7. Reboot the operating system and verify that Portal for ArcGIS restarts properly.
5/5/2015