To uninstall ArcGIS Monitor Server using the command line interface (CLI), complete the following steps:
- Start a terminal session on the Monitor Server machine with the root account.
- Run the following commands to remove the arcgis-monitor-server systemd service:
systemctl stop arcgis-monitor-server systemctl disable arcgis-monitor-server rm -rf /etc/systemd/system/arcgis-monitor-server.service rm -rf /etc/systemd/system/multi-user.target.wants/arcgis-monitor-server.service
- Start a terminal session with the ArcGIS Monitor account and ensure that the user account has full permissions to the installation directory.
- Run the following command to uninstall Monitor Server:
./<Monitor Server installation location>/uninstall_Monitor.sh
The default installation directory is <ArcGIS Monitor user account home directory>/arcgis/monitor/server.
- Follow the prompts on the screen to uninstall the software.