Skip To Content

Uninstalling GeoEvent Server

The following steps will guide you through uninstalling ArcGIS GeoEvent Server.

RHEL 7.x and above

  1. Stop and uninstall the ArcGIS GeoEvent Server daemon:
    1. Stop the ArcGIS GeoEvent Server daemon:
      $ sudo systemctl stop geoevent.service
    2. Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
      $ sudo systemctl disable geoevent.service
    3. Uninstall the ArcGIS GeoEvent Server daemon:
      $ sudo rm /etc/systemd/system/geoevent.service
  2. Uninstall ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

RHEL 6.x

  1. Stop and uninstall the ArcGIS GeoEvent Server daemon:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Stop the ArcGIS GeoEvent Server daemon:
      $ service ArcGISGeoEvent-service stop
    2. Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
      $ sudo chkconfig ArcGISGeoEvent-service off
    3. Uninstall the ArcGIS GeoEvent Server daemon:
      $ sudo chkconfig --del ArcGISGeoEvent-service 
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
  2. Uninstall ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

SUSE

  1. Stop and uninstall the ArcGIS GeoEvent Server daemon:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Stop the ArcGIS GeoEvent Server daemon:
      $ /etc/init.d/ArcGISGeoEvent-service stop
    2. Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
      Switch to root user ($ su)
      $ chkconfig ArcGISGeoEvent-service off
    3. Uninstall the ArcGIS GeoEvent Server daemon:
      $ insserv –r ArcGISGeoEvent-service  
      $ rm /etc/init.d/ArcGISGeoEvent-service
      End the root user session
  2. Uninstall ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

Ubuntu Server 16.04.x LTS and above:

  1. Stop and uninstall the ArcGIS GeoEvent Server daemon:
    1. Stop the ArcGIS GeoEvent Server daemon:
      $ sudo systemctl stop geoevent.service
    2. Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
      $ sudo systemctl disable geoevent.service
    3. Uninstall the ArcGIS GeoEvent Server daemon:
      $ sudo rm /etc/systemd/system/geoevent.service
  2. Uninstall ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

Ubuntu Server 12.04.x LTS:

  1. Stop and uninstall the ArcGIS GeoEvent Server daemon:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd /arcgis/server/GeoEvent/bin
    1. Stop the ArcGIS GeoEvent Server daemon:
      $ ArcGISGeoEvent-service stop
    2. Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
      $ sudo update-rc.d -f ArcGISGeoEvent-service remove
    3. Uninstall the ArcGIS GeoEvent Server daemon:
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
  2. Uninstall ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ /arcgis/server/uninstall_GeoEvent.sh