Skip To Content

Удаление GeoEvent Server

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

RHEL 7.x и выше

  1. Остановите и удалите демона ArcGIS GeoEvent Server:
    1. Остановите демона ArcGIS GeoEvent Server:
      $ sudo systemctl stop geoevent.service
    2. Отключите запуск демона ArcGIS GeoEvent Server при перезагрузке компьютера:
      $ sudo systemctl disable geoevent.service
    3. Удалите демона ArcGIS GeoEvent Server:
      $ sudo rm /etc/systemd/system/geoevent.service
  2. Удалите ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

RHEL 6.x

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

SUSE

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

Ubuntu Server 16.04.x LTS и выше:

  1. Остановите и удалите демона ArcGIS GeoEvent Server:
    1. Остановите демона ArcGIS GeoEvent Server:
      $ sudo systemctl stop geoevent.service
    2. Отключите запуск демона ArcGIS GeoEvent Server при перезагрузке компьютера:
      $ sudo systemctl disable geoevent.service
    3. Удалите демона ArcGIS GeoEvent Server:
      $ sudo rm /etc/systemd/system/geoevent.service
  2. Удалите ArcGIS GeoEvent Server:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ ~/arcgis/server/uninstall_GeoEvent.sh

Ubuntu Server 12.04.x LTS:

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