ARCHIVED: Configure ArcGIS for license service failover at IU

This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.

At Indiana University, UITS manages a two-server Unix system to provide automated failover licensing support for Esri software. The primary and secondary UITS-managed Esri license servers are esri1 and esri2, respectively. To ensure uninterrupted access to the license service, UITS recommends that you configure your computer for license server failover by creating a system environment variable specifying the names and port numbers of the Esri license servers.

You must have administrative rights to make the following changes to your computer; log in as an administrator if necessary.

Note:
Security of Information Technology Resources (IT-12) requires that you normally refrain from running your Windows computer as an administrator. For more, see About the principle of least privilege.

To configure ArcGIS for license service failover:

  1. From either the desktop or the Start menu, right-click My Computer, and then select Properties.
  2. Click the Advanced tab, and then Environment Variables.
  3. To add a variable, under "System variables", click New. The "New System Variable" window will appear:
  4. In the "Variable name" field, enter:
      ARCGIS_LICENSE_FILE
  5. In the "Variable value" field, enter:
      27004@esri1.uits.indiana.edu;27004@esri2.uits.indiana.edu;
    Note:
    The semicolon (;) at the end of the variable value is essential.
  6. To close each of the open windows, click OK.

To verify the license server variable is set correctly:

  1. From the Start menu, select All Programs or Programs, then Accessories, and then Command Prompt.
  2. In the window that opens, at the prompt, enter:
      set ARCGIS_LICENSE_FILE
  3. If the variable is set correctly, you should see the following statement in return:
      ARCGIS_LICENSE_FILE=27004@esri1.uits.indiana.edu;27004@esri2.uits.indiana.edu;

This is document aoro in the Knowledge Base.
Last modified on 2021-08-13 07:09:12.