Skip To Content

Uninstalling ArcGIS GeoEvent Extension for Server

In diesem Thema

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

RHEL

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

SUSE

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

Ubuntu

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