Skip to main content

Uninstalling ArcGIS Server

The following steps guide you through the ArcGIS Server uninstallation process on Linux.

  1. Stop ArcGIS Server by:

    • Executing the stopserver script (based on the default installation location):

      ${HOME}/arcgis/server/stopserver.sh

    OR:

    • Using the shortcut on your desktop environment: ArcGIS > Stop ArcGIS Server
  2. If ArcGIS Server is configured to be started with the operating system, follow the steps below to remove the daemon:

    1. Switch to root user.

    2. Remove the daemons by executing the commands appropriate for your operating system::

      If your operating system supports systemd, run these commands to remove links in /etc/systemd/system/multi-user.target.wants:

      systemctl disable arcgisserver.service
      rm -f /etc/systemd/system/arcgisserver.service
      

      If ArcGIS Server is installed on a Red Hat Linux machine that supports SysV, run these commands:

      $ chkconfig --del arcgisserver
      $ rm -f /etc/rc.d/init.d/arcgisserver
      

      If ArcGIS Server is installed on a SUSE Linux machine that supports SysV, run these commands:

      $ insserv -r arcgisserver
      $ rm -f /etc/init.d/arcgisserver
      
    3. End the root user session.

  3. Launch the uninstallation script as shown below (based on the default installation location):

    ${HOME}/arcgis/server/uninstall_ArcGISServer

  4. In the Uninstall dialog box, click Uninstall to proceed with the uninstallation of ArcGIS Server.

  5. Once completed, click Done to exit.

Note:

The uninstaller does not remove configuration, log, and user-created files.

The steps below guide you through an uninstallation of ArcGIS Server.

Caution:

Before uninstalling ArcGIS Server, shut down all nonessential applications.

  1. Click Start > Control Panel and click Programs and Features.

  2. Select ArcGIS Server from the Programs list.

  3. Select Remove to remove ArcGIS Server from this machine.

To uninstall ArcGIS Server language packs, follow the steps above, but instead of selecting ArcGIS Server, select the installed ArcGIS Server language pack. If multiple ArcGIS Server language packs are installed, each language pack must be uninstalled separately.

Uninstall ArcGIS Server silently

To uninstall ArcGIS Server 12.1 silently, run this command from the command line:

msiexec /x {93056F2C-C97C-4958-B79E-92E9873F8C61} /qb

Uninstall ArcGIS Server language packs silently

To uninstall ArcGIS Server 12.1 language pack silently, run this command from the command line:

msiexec /x {5A222D85-532E-45E0-A6C3-65C4710E1564} /qb

To uninstall ArcGIS Server 12.1 language packs silently, replace the product code with the product code of the language pack to be uninstalled. Language pack product codes are listed in the following table:

Language pack

Product code

ArcGIS Server Arabic language pack

{638C80AD-3770-4E7C-9EFB-087B1EA3C095}

ArcGIS Server Chinese language pack

{5A87D7E1-80DF-4163-B9A3-FA32959E5A43}

ArcGIS Server French language pack

{9490D319-4964-4F5C-ADA4-094394CB32C6}

ArcGIS Server German language pack

{7CB95714-8B7D-4F89-BC06-E0C58BE03699}

ArcGIS Server Italian language pack

{0831DAFF-6210-4526-BC0F-6B50169743A4}

ArcGIS Server Japanese language pack

{1B1D059F-516A-4275-BC49-19E23D219802}

ArcGIS Server Portuguese language pack

{2BCE8DA0-2E37-4810-9668-61BB052D8B6C}

ArcGIS Server Russian language pack

{371F663C-D81B-4351-A0FA-87AA87A62AA2}

ArcGIS Server Spanish language pack

{8CC82576-1283-4059-B254-817978531A73}

ArcGIS Server Turkish language pack

{479D8902-1E43-443D-BA30-174BA22B41DE}