Необходимо выполнить следующие шаги для удаления ArcGIS GeoEvent Server.
RHEL 7.x и выше
- Остановите и деинсталлируйте демонов GeoEvent Server и Gateway:
- Остановите демонов GeoEvent Server и Gateway:
$ sudo systemctl stop geoevent.service
$ sudo systemctl stop geoeventGateway.service
- Отключение запуска демонов GeoEvent Server и Gateway при перезагрузке компьютера:
$ sudo systemctl disable geoevent.service
$ sudo systemctl disable geoeventGateway.service
- Остановите демонов GeoEvent Server и Gateway:
$ sudo rm /etc/systemd/system/geoevent.service
$ sudo rm /etc/systemd/system/geoeventGateway.service
- Остановите демонов GeoEvent Server и Gateway:
- Деинсталлируйте GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
RHEL 6.x
- Остановите и деинсталлируйте демонов GeoEvent Server и Gateway:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- Остановите демонов GeoEvent Server и Gateway:
$ service ArcGISGeoEvent-service stop
$ service ArcGISGeoEventGateway-service stop
- Отключение запуска демонов GeoEvent Server и Gateway при перезагрузке компьютера:
$ sudo chkconfig ArcGISGeoEvent-service off
$ sudo chkconfig ArcGISGeoEventGateway-service off
- Остановите демонов GeoEvent Server и Gateway:
$ sudo chkconfig --del ArcGISGeoEvent-service $ sudo rm /etc/init.d/ArcGISGeoEvent-service
$ sudo chkconfig --del ArcGISGeoEventGateway-service $ sudo rm /etc/init.d/ArcGISGeoEvent-service
- Остановите демонов GeoEvent Server и Gateway:
- Деинсталлируйте GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
SUSE
- Остановите и деинсталлируйте демонов GeoEvent Server и Gateway:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- Остановите демонов GeoEvent Server и Gateway:
$ /etc/init.d/ArcGISGeoEvent-service stop
$ /etc/init.d/ArcGISGeoEventGateway-service stop
- Отключение запуска демонов GeoEvent Server и Gateway при перезагрузке компьютера:
Switch to root user ($ su) $ chkconfig ArcGISGeoEvent-service off
Switch to root user ($ su) $ chkconfig ArcGISGeoEventGateway-service off
- Остановите демонов GeoEvent Server и Gateway:
$ insserv –r ArcGISGeoEvent-service $ rm /etc/init.d/ArcGISGeoEvent-service End the root user session
$ insserv –r ArcGISGeoEvent-service $ rm /etc/init.d/ArcGISGeoEventGateway-service End the root user session
- Остановите демонов GeoEvent Server и Gateway:
- Деинсталлируйте GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 16.04.x LTS и выше:
- Остановите и деинсталлируйте демонов GeoEvent Server и Gateway:
- Остановите демонов GeoEvent Server и Gateway:
$ sudo systemctl stop geoevent.service
$ sudo systemctl stop geoeventGateway.service
- Отключение запуска демонов GeoEvent Server и Gateway при перезагрузке компьютера:
$ sudo systemctl disable geoevent.service
$ sudo systemctl disable geoeventGateway.service
- Остановите демонов GeoEvent Server и Gateway:
$ sudo rm /etc/systemd/system/geoevent.service
$ sudo rm /etc/systemd/system/geoeventGateway.service
- Остановите демонов GeoEvent Server и Gateway:
- Деинсталлируйте GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 12.04.x LTS:
- Остановите и деинсталлируйте демонов GeoEvent Server и Gateway:
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd /arcgis/server/GeoEvent/bin
- Остановите демонов GeoEvent Server и Gateway:
$ ArcGISGeoEvent-service stop
$ ArcGISGeoEventGateway-service stop
- Отключение запуска демонов GeoEvent Server и Gateway при перезагрузке компьютера:
$ sudo update-rc.d -f ArcGISGeoEvent-service remove
$ sudo update-rc.d -f ArcGISGeoEventGateway-service remove
- Остановите демонов GeoEvent Server и Gateway:
$ sudo rm /etc/init.d/ArcGISGeoEvent-service
$ sudo rm /etc/init.d/ArcGISGeoEventGateway-service
- Остановите демонов GeoEvent Server и Gateway:
- Деинсталлируйте GeoEvent Server:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ /arcgis/server/uninstall_GeoEvent.sh