Skip To Content

Удаление дополнительного модуля Дополнительный модуль ArcGIS GeoEvent for Server

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

RHEL 7.x и выше

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

RHEL 5.7 до 6.x

  1. Остановите и деинсталлируйте демон дополнительного модуля GeoEvent ArcGIS:
    $ cd <arcgis-server-install-location>/GeoEvent/bin
    For example: $ cd ~/arcgis/server/GeoEvent/bin
    1. Остановите демон дополнительного модуля ArcGIS GeoEvent:
      $ 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. Удалите модуль ArcGIS GeoEvent:
    $ <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. Остановите демон дополнительного модуля ArcGIS GeoEvent:
      $ /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. Удалите модуль ArcGIS GeoEvent:
    $ <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. Остановите демон дополнительного модуля ArcGIS GeoEvent:
      $ 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. Удалите модуль ArcGIS GeoEvent:
    $ <arcgis-server-install-location>/uninstall_GeoEvent.sh
    For example: $ /arcgis/server/uninstall_GeoEvent.sh