Skip To Content

Upgrade a base deployment with ArcGIS Enterprise Builder

Beginning at 10.6, ArcGIS Enterprise Builder can upgrade a base deployment previously installed by the builder. The same limitations apply as with installation.

Note:

Deployments set up using another method cannot be upgraded using the ArcGIS Enterprise Builder.

Steps to upgrade

  1. Review and complete prerequisite steps.
  2. Undeploy and uninstall your previous ArcGIS Web Adaptor instances, then install and deploy 11.2 Web Adaptor instances.
  3. Run the ArcGIS Enterprise 11.2 Builder installation program to install 11.2 components.
  4. Use the configuration wizard or upgradebasedeployment command line utility to perform the upgrade.
  5. Complete postupgrade steps.

Prerequisites

If you are upgrading to 11.2, you will need to reauthorize your software for 11.2. You can access your new authorization files in My Esri, along with the ArcGIS Enterprise Builder file.

Review the system requirements for the ArcGIS Enterprise Builder.

Upgrade your ArcGIS Web Adaptor instances

The ArcGIS Enterprise Builder cannot upgrade ArcGIS Web Adaptor, as an additional step is needed to undeploy the Web Adaptor from your Java web server. Perform these steps prior to running ArcGIS Enterprise Builder.

  1. Browse to your ArcGIS Web Adaptor installation folder as an administrator.
  2. Uninstall the instance of ArcGIS Web Adaptor file from the machine. This will undeploy the Web Adaptor instances from your web server.
  3. Undeploy both instances of ArcGIS Web Adaptor from your application server.
  4. Install ArcGIS Web Adaptor 11.2.
  5. Deploy two instances of ArcGIS Web Adaptor to your application server using the arcgis.war file; one for ArcGIS Server and one for the ArcGIS Enterprise portal.

    You can now continue the ArcGIS Enterprise Builder upgrade process.

Run the ArcGIS Enterprise 11.2 Builder setup program

ArcGIS Enterprise Builder is designed to detect and upgrade an existing installation of ArcGIS Enterprise Builder components. To start the upgrade, run ./Setup from the location where ArcGIS Enterprise Builder was extracted, and follow the prompts to complete the upgrade of the ArcGIS Enterprise Builder components. The setup must be run as the user account that installed the existing ArcGIS Enterprise Builder components.

When running the Setup, the ArcGIS Server authorization files can be passed using the same method documented in Installing ArcGIS Enterprise Builder silently, or after the Setup has completed using the Software Authorization tools found in the ArcGIS Server tools folder. This is installed to <EnterpriseBuilderInstallPath>/arcgis/server/tools/authorizeSoftware. Please note, the installation path cannot be changed during an upgrade.

Upgrade using the configuration wizard

You can use the configuration wizard to upgrade ArcGIS Enterprise, or close the browser and use the upgradebasedeployment command line utility to complete your base deployment's upgrade. To use the configuration wizard, complete the following steps:

Once the Setup has run to completion, if it's not already open, browse to the configuration wizard's URL (http://mymachine.mydomain.com:6080/arcgis/enterprise). You can also search your machine for the ArcGIS Enterprise Configuration Wizard and launch it using the shortcut.

Caution:

Do not close or refresh the browser when the upgrade is in progress.

  1. The initial landing page appears and explains that the wizard needs to use a secure connection. Click Next.
  2. You are then redirected to secure port 6443 where the browser shows a security warning; this is expected the first time you access the secure wizard. Continue past the warning (this varies by browser).

The ArcGIS Enterprise Builder upgrade wizard comprises three pages:

  1. On the Import License File page, browse to your portal .JSON file containing authorized user types and apps. This file is obtained from My Esri.
  2. On the second page, click Upgrade. This triggers the upgrade and creates a backup of your portal's content, site information, and security settings. This step will take a few minutes to complete.
  3. The third page displays the upgrade progress.
  4. When the upgrade wizard is complete, a final page will confirm this. Exit this page to follow the postupgrade steps in the next section.

Upgrade using the command line utility

Once you've installed the software with ArcGIS Enterprise Builder, complete the upgrade of your base deployment using the command line utility. In order to run the command line utility, you must choose to run it as administrator.

The upgradebasedeployment command line utility is located in <ArcGIS Server installation directory>/tools/upgradebasedeployment.

The following describes the parameters used in the command line utility:

  • -lf—Specifies the path to the portal .json license file. If you are upgrading to a version within the same release series, this property is ignored and you can import a new license file after upgrading if needed. The portal .json license file is obtained from My Esri.
  • -s—Upgrade the base ArcGIS Enterprise deployment silently with no prompt.
  • -h—Displays help and exits the program.

  1. Open a command prompt.
  2. In the command prompt, change the working directory to the location of the upgradebasedeploymentutility, for example, <ArcGIS Server installation directory>/tools/upgradebasedeployment.
  3. Type the upgradebasedeployment command and parameter directly in the command prompt.
  4. ./upgradebasedeployment.sh -lf <path to portal json file> -s

Postupgrade steps

Once you've completed the upgrade wizard steps, you are provided with links to the portal and server.

  1. Verify that you can sign in to the ArcGIS Enterprise portal website through the ArcGIS Web Adaptor URL as an Administrator of your organization. The URL is formatted https://webadaptorhost.domain.com/webadaptorname/home.
    Note:

    Check the index using the ArcGIS Portal Administrator Directory. If it's out of sync, reindex Portal for ArcGIS.

  2. If you've configured ArcGIS Pro licenses with your organization, optionally upgrade ArcGIS License Server Administrator. When upgrading ArcGIS License Server Administrator, members with ArcGIS Pro licenses will be unable to access ArcGIS Pro. If members are currently logged in to ArcGIS Pro, they will see a message stating that the program will be closed in 24 hours. Members can complete or save their work within this time period. You are not required to reconfigure ArcGIS Pro licenses after upgrading ArcGIS License Server Administrator.
  3. Restore any customization you previously configured for your ArcGIS Enterprise portal. When restoring your portal customizations in 11.2, it's recommended that you do not replace the files you modified in the previous version in 11.2. This may adversely affect your 11.2 deployment. You need to open each file at 11.2 and manually re-add your custom behavior from the previous version.

Tip:

Esri recommends using the serverScan.py and portalScan.py scripts to check for security best practices with your upgraded ArcGIS Server and ArcGIS Enterprise portal.