Skip To Content

Uninstalling ArcGIS GeoEvent Extension for Server

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

RHEL 7.x and above

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

RHEL 5.7 to 6.x

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

SUSE

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

Ubuntu

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