Uninstalling ArcGIS GeoEvent Processor for Server

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

RHEL

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

Ubuntu

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