The following steps will guide you through uninstalling ArcGIS GeoEvent Server.
RHEL 7.x and above
- Stop and uninstall the ArcGIS GeoEvent Server daemon:
- Stop the ArcGIS GeoEvent Server daemon:
$ sudo systemctl stop geoevent.service
- Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
$ sudo systemctl disable geoevent.service
- Uninstall the ArcGIS GeoEvent Server daemon:
$ sudo rm /etc/systemd/system/geoevent.service
- Stop the ArcGIS GeoEvent Server daemon:
- Uninstall ArcGIS GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
RHEL 6.x
- Stop and uninstall the ArcGIS GeoEvent Server daemon:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- Stop the ArcGIS GeoEvent Server daemon:
$ service ArcGISGeoEvent-service stop
- Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
$ sudo chkconfig ArcGISGeoEvent-service off
- Uninstall the ArcGIS GeoEvent Server daemon:
$ sudo chkconfig --del ArcGISGeoEvent-service $ sudo rm /etc/init.d/ArcGISGeoEvent-service
- Stop the ArcGIS GeoEvent Server daemon:
- Uninstall ArcGIS GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
SUSE
- Stop and uninstall the ArcGIS GeoEvent Server daemon:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- Stop the ArcGIS GeoEvent Server daemon:
$ /etc/init.d/ArcGISGeoEvent-service stop
- Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
Switch to root user ($ su) $ chkconfig ArcGISGeoEvent-service off
- Uninstall the ArcGIS GeoEvent Server daemon:
$ insserv –r ArcGISGeoEvent-service $ rm /etc/init.d/ArcGISGeoEvent-service End the root user session
- Stop the ArcGIS GeoEvent Server daemon:
- Uninstall ArcGIS GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 16.04.x LTS and above:
- Stop and uninstall the ArcGIS GeoEvent Server daemon:
- Stop the ArcGIS GeoEvent Server daemon:
$ sudo systemctl stop geoevent.service
- Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
$ sudo systemctl disable geoevent.service
- Uninstall the ArcGIS GeoEvent Server daemon:
$ sudo rm /etc/systemd/system/geoevent.service
- Stop the ArcGIS GeoEvent Server daemon:
- Uninstall ArcGIS GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 12.04.x LTS:
- Stop and uninstall the ArcGIS GeoEvent Server daemon:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd /arcgis/server/GeoEvent/bin
- Stop the ArcGIS GeoEvent Server daemon:
$ ArcGISGeoEvent-service stop
- Disable starting the ArcGIS GeoEvent Server daemon when the machine is rebooted:
$ sudo update-rc.d -f ArcGISGeoEvent-service remove
- Uninstall the ArcGIS GeoEvent Server daemon:
$ sudo rm /etc/init.d/ArcGISGeoEvent-service
- Stop the ArcGIS GeoEvent Server daemon:
- Uninstall ArcGIS GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ /arcgis/server/uninstall_GeoEvent.sh