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 GeoEvent Server and Gateway daemons:
    1. Stop the GeoEvent Server and Gateway daemons:
      $ sudo systemctl stop geoevent.service
      $ sudo systemctl stop geoeventGateway.service
    2. Disable starting the GeoEvent Server and Gateway daemons when the machine is rebooted:
      $ sudo systemctl disable geoevent.service
      $ sudo systemctl disable geoeventGateway.service
    3. Uninstall the GeoEvent Server and Gateway daemons:
      $ sudo rm /etc/systemd/system/geoevent.service
      $ sudo rm /etc/systemd/system/geoeventGateway.service
  2. Uninstall GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

RHEL 6.x

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

SUSE

  1. Stop and uninstall the GeoEvent Server and Gateway daemons:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Stop the GeoEvent Server and Gateway daemons:
      $ /etc/init.d/ArcGISGeoEvent-service stop
      $ /etc/init.d/ArcGISGeoEventGateway-service stop
    2. Disable starting the GeoEvent Server and Gateway daemons when the machine is rebooted:
      Switch to root user ($ su)
      $ chkconfig ArcGISGeoEvent-service off
      Switch to root user ($ su)
      $ chkconfig ArcGISGeoEventGateway-service off
    3. Uninstall the GeoEvent Server and Gateway daemons:
      $ insserv –r ArcGISGeoEvent-service  
      $ rm /etc/init.d/ArcGISGeoEvent-service
      End the root user session
      $ insserv –r ArcGISGeoEvent-service  
      $ rm /etc/init.d/ArcGISGeoEventGateway-service
      End the root user session
  2. Uninstall 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 GeoEvent Server and Gateway daemons:
    1. Stop the GeoEvent Server and Gateway daemons:
      $ sudo systemctl stop geoevent.service
      $ sudo systemctl stop geoeventGateway.service
    2. Disable starting the GeoEvent Server and Gateway daemons when the machine is rebooted:
      $ sudo systemctl disable geoevent.service
      $ sudo systemctl disable geoeventGateway.service
    3. Uninstall the GeoEvent Server and Gateway daemons:
      $ sudo rm /etc/systemd/system/geoevent.service
      $ sudo rm /etc/systemd/system/geoeventGateway.service
  2. Uninstall 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 GeoEvent Server and Gateway daemons:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd /arcgis/server/GeoEvent/bin
    1. Stop the GeoEvent Server and Gateway daemons:
      $ ArcGISGeoEvent-service stop
      $ ArcGISGeoEventGateway-service stop
    2. Disable starting the GeoEvent Server and Gateway daemons when the machine is rebooted:
      $ sudo update-rc.d -f ArcGISGeoEvent-service remove
      $ sudo update-rc.d -f ArcGISGeoEventGateway-service remove
    3. Uninstall the GeoEvent Server and Gateway daemons:
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
      $ sudo rm /etc/init.d/ArcGISGeoEventGateway-service
  2. Uninstall GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ /arcgis/server/uninstall_GeoEvent.sh