Skip To Content

Удаление ArcGIS GeoEvent for Server

В этом разделе

Для удаления ArcGIS GeoEvent for Server необходимо выполнить следующие шаги:

RHEL

  1. Остановите и деинсталлируйте демона Событие GeoEvent ArcGIS:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Остановите демона Событие GeoEvent ArcGIS.
      $ service ArcGISGeoEvent-service stop
    2. Отключение запуска демона Событие GeoEvent ArcGIS при перезагрузке компьютера:
      $ sudo chkconfig ArcGISGeoEvent-service off
    3. Деинсталлируйте демона Событие GeoEvent ArcGIS:
      $ sudo chkconfig --del ArcGISGeoEvent-service 
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
  2. Деинсталлируйте Событие GeoEvent ArcGIS:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

SUSE

  1. Остановите и деинсталлируйте демона Событие GeoEvent ArcGIS:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Остановите демона Событие GeoEvent ArcGIS.
      $ /etc/init.d/ArcGISGeoEvent-service stop
    2. Отключение запуска демона Событие GeoEvent ArcGIS при перезагрузке компьютера:
      Switch to root user ($ su)
      $ chkconfig ArcGISGeoEvent-service off
    3. Деинсталлируйте демона Событие GeoEvent ArcGIS:
      $ insserv –r ArcGISGeoEvent-service  
      $ rm /etc/init.d/ArcGISGeoEvent-service
      End the root user session
  2. Деинсталлируйте Событие GeoEvent ArcGIS:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

Ubuntu

  1. Остановите и деинсталлируйте демона Событие GeoEvent ArcGIS:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd /arcgis/server/GeoEvent/bin
    1. Остановите демона Событие GeoEvent ArcGIS.
      $ ArcGISGeoEvent-service stop
    2. Отключение запуска демона Событие GeoEvent ArcGIS при перезагрузке компьютера:
      $ sudo update-rc.d -f ArcGISGeoEvent-service remove
    3. Деинсталлируйте демона Событие GeoEvent ArcGIS:
      $ sudo rm /etc/init.d/ArcGISGeoEvent-service
  2. Деинсталлируйте Событие GeoEvent ArcGIS:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ /arcgis/server/uninstall_GeoEvent.sh