以下の手順に従って、ArcGIS GeoEvent Server をアンインストールします。
RHEL 7.x 以上
- GeoEvent Server とゲートウェイのデーモンを停止して、アンインストールします。
- GeoEvent Server とゲートウェイのデーモンを停止します。
$ sudo systemctl stop geoevent.service
$ sudo systemctl stop geoeventGateway.service
- コンピューターの再起動時に、GeoEvent Server とゲートウェイのデーモンが起動しないようにします。
$ sudo systemctl disable geoevent.service
$ sudo systemctl disable geoeventGateway.service
- GeoEvent Server とゲートウェイのデーモンをアンインストールします。
$ sudo rm /etc/systemd/system/geoevent.service
$ sudo rm /etc/systemd/system/geoeventGateway.service
- GeoEvent Server とゲートウェイのデーモンを停止します。
- GeoEvent Server のアンインストール:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
RHEL 6.x
- GeoEvent Server とゲートウェイのデーモンを停止して、アンインストールします。
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- GeoEvent Server とゲートウェイのデーモンを停止します。
$ service ArcGISGeoEvent-service stop
$ service ArcGISGeoEventGateway-service stop
- コンピューターの再起動時に、GeoEvent Server とゲートウェイのデーモンが起動しないようにします。
$ sudo chkconfig ArcGISGeoEvent-service off
$ sudo chkconfig ArcGISGeoEventGateway-service off
- GeoEvent Server とゲートウェイのデーモンをアンインストールします。
$ 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 とゲートウェイのデーモンを停止します。
- GeoEvent Server のアンインストール:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
SUSE
- GeoEvent Server とゲートウェイのデーモンを停止して、アンインストールします。
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd ~/arcgis/server/GeoEvent/bin
- GeoEvent Server とゲートウェイのデーモンを停止します。
$ /etc/init.d/ArcGISGeoEvent-service stop
$ /etc/init.d/ArcGISGeoEventGateway-service stop
- コンピューターの再起動時に、GeoEvent Server とゲートウェイのデーモンが起動しないようにします。
Switch to root user ($ su) $ chkconfig ArcGISGeoEvent-service off
Switch to root user ($ su) $ chkconfig ArcGISGeoEventGateway-service off
- GeoEvent Server とゲートウェイのデーモンをアンインストールします。
$ 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 とゲートウェイのデーモンを停止します。
- GeoEvent Server のアンインストール:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 16.04.x LTS 以上:
- GeoEvent Server とゲートウェイのデーモンを停止して、アンインストールします。
- GeoEvent Server とゲートウェイのデーモンを停止します。
$ sudo systemctl stop geoevent.service
$ sudo systemctl stop geoeventGateway.service
- コンピューターの再起動時に、GeoEvent Server とゲートウェイのデーモンが起動しないようにします。
$ sudo systemctl disable geoevent.service
$ sudo systemctl disable geoeventGateway.service
- GeoEvent Server とゲートウェイのデーモンをアンインストールします。
$ sudo rm /etc/systemd/system/geoevent.service
$ sudo rm /etc/systemd/system/geoeventGateway.service
- GeoEvent Server とゲートウェイのデーモンを停止します。
- GeoEvent Server のアンインストール:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ ~/arcgis/server/uninstall_GeoEvent.sh
Ubuntu Server 12.04.x LTS:
- GeoEvent Server とゲートウェイのデーモンを停止して、アンインストールします。
$ cd <arcgis-server-install-location>/GeoEvent/bin For example: $ cd /arcgis/server/GeoEvent/bin
- GeoEvent Server とゲートウェイのデーモンを停止します。
$ ArcGISGeoEvent-service stop
$ ArcGISGeoEventGateway-service stop
- コンピューターの再起動時に、GeoEvent Server とゲートウェイのデーモンが起動しないようにします。
$ sudo update-rc.d -f ArcGISGeoEvent-service remove
$ sudo update-rc.d -f ArcGISGeoEventGateway-service remove
- GeoEvent Server とゲートウェイのデーモンをアンインストールします。
$ sudo rm /etc/init.d/ArcGISGeoEvent-service
$ sudo rm /etc/init.d/ArcGISGeoEventGateway-service
- GeoEvent Server とゲートウェイのデーモンを停止します。
- GeoEvent Server のアンインストール:
$ <arcgis-server-install-location>/uninstall_GeoEvent.sh For example: $ /arcgis/server/uninstall_GeoEvent.sh