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 Extensión GeoEvent daemon:
    1. Stop the ArcGIS Extensión GeoEvent daemon:
      $ sudo systemctl stop geoevent.service
    2. Disable starting the ArcGIS Extensión GeoEvent daemon when the machine is rebooted:
      $ sudo systemctl disable geoevent.service
    3. Uninstall the ArcGIS Extensión GeoEvent daemon:
      $ sudo rm /etc/systemd/system/geoevent.service
  2. Uninstall ArcGIS Extensión GeoEvent:
    $ <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 Extensión GeoEvent daemon:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Stop the ArcGIS Extensión GeoEvent daemon:
      $ service ArcGISGeoEvent-service stop
    2. Disable starting the ArcGIS Extensión GeoEvent daemon when the machine is rebooted:
      $ sudo chkconfig ArcGISGeoEvent-service off
    3. Uninstall the ArcGIS Extensión GeoEvent daemon:
      $ sudo chkconfig --del ArcGISGeoEvent-service 
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
  2. Uninstall ArcGIS Extensión GeoEvent:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

SUSE

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

Ubuntu

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