Uninstall ArcGIS Velocity
The installation mode you choose determines the default uninstallation mode. For example, if you install silently from the command line, the uninstallation defaults to uninstalling silently from the command line.
Uninstall Velocity using the wizard
To uninstall Velocity, complete the following steps:
Open Windows Control Panel from the Start menu or search box.
Under Programs, click Uninstall a program.
Choose ArcGIS Velocity for ArcGIS Enterprise from the list of programs and features.
When you use the wizard, you have the following options:
Repair—Repair any errors in a previous installation of Velocity.
Remove—Remove all files associated with a Velocity installation.
To uninstall Velocity, choose Remove.
Follow the prompts in the wizard until a status bar appears.
Click Finish when the uninstall process is complete.
Uninstall Velocity silently
To uninstall Velocity silently from the command line, run the following command:
msiexec /x {9437E2CA-77BF-431F-A617-9B87100C51DD} /qb
Note:
You can find product codes in the Setup.ini files.
To uninstall Velocity from the command line, complete the following steps:
Switch to the root user.
Stop ArcGIS Velocity services.
sudo systemctl stop ArcGISVelocityControlPlane.service ArcGISVelocityFeed.service ArcGISVelocityGateway.service ArcGISVelocityMetrics.service ArcGISVelocityRealtimeAnalytic.service ArcGISVelocityStreamServer.serviceDisable startup registration.
sudo systemctl disable ArcGISVelocityControlPlane.service ArcGISVelocityFeed.service ArcGISVelocityGateway.service ArcGISVelocityMetrics.service ArcGISVelocityRealtimeAnalytic.service ArcGISVelocityStreamServer.serviceRemove the Velocity service files.
sudo rm -f /etc/systemd/system/ArcGISVelocityControlPlane.service sudo rm -f /etc/systemd/system/ArcGISVelocityFeed.service sudo rm -f /etc/systemd/system/ArcGISVelocityGateway.service sudo rm -f /etc/systemd/system/ArcGISVelocityMetrics.service sudo rm -f /etc/systemd/system/ArcGISVelocityRealtimeAnalytic.service sudo rm -f /etc/systemd/system/ArcGISVelocityStreamServer.service sudo rm -f /etc/systemd/system/ArcGISVelocity*.sliceReload the systemd daemon.
sudo systemctl daemon-reloadLaunch the uninstallation script:
<Installation location>/uninstall_Velocity.sh