Uninstalling ArcGIS GeoEvent Processor for Server
The following steps will guide you through uninstalling ArcGIS GeoEvent Processor for Server.
RHEL
Steps:
- Stop and uninstall the ArcGIS GeoEvent Processor daemon.
$ cd <arcgis-server-install-location>/GeoEventProcessor/bin For example: $ cd ~/arcgis/server/GeoEventProcessor/bin
- Stop the ArcGIS GeoEvent Processor daemon:
$ service ArcGISGeoEventProcessor-service stop
- Disable starting the ArcGIS GeoEvent Processor daemon when the machine is rebooted.
$ sudo chkconfig ArcGISGeoEventProcessor-service off
- Uninstall the ArcGIS GeoEvent Processor daemon.
$ sudo chkconfig --del ArcGISGeoEventProcessor-service $ sudo rm /etc/init.d/ArcGISGeoEventProcessor-service
- Stop the ArcGIS GeoEvent Processor daemon:
- Uninstall ArcGIS GeoEvent Processor.
$ <arcgis-server-install-location>/uninstall_GeoEventProcessor.sh For example: $ ~/arcgis/server/uninstall_GeoEventProcessor.sh
Ubuntu
Steps:
-
Stop and uninstall the ArcGIS GeoEvent Processor daemon.
$ cd <arcgis-server-install-location>/GeoEventProcessor/bin For example: $ cd /arcgis/server/GeoEventProcessor/bin
- Stop the ArcGIS GeoEvent Processor daemon.
$ ArcGISGeoEventProcessor-service stop
- Disable starting the ArcGIS GeoEvent Processor daemon when the machine is rebooted.
$ sudo update-rc.d -f ArcGISGeoEventProcessor-service remove
- Uninstall the ArcGIS GeoEvent Processor daemon.
$ sudo rm /etc/init.d/ArcGISGeoEventProcessor-service
- Stop the ArcGIS GeoEvent Processor daemon.
- Uninstall ArcGIS GeoEvent Processor.
$ <arcgis-server-install-location>/uninstall_GeoEventProcessor.sh For example: $ /arcgis/server/uninstall_GeoEventProcessor.sh
3/19/2014