Skip to main content

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:

  1. Open Windows Control Panel from the Start menu or search box.

  2. Under Programs, click Uninstall a program.

  3. 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.

  4. To uninstall Velocity, choose Remove.

  5. Follow the prompts in the wizard until a status bar appears.

  6. 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:

  1. Switch to the root user.

  2. Stop ArcGIS Velocity services.

    sudo systemctl stop ArcGISVelocityControlPlane.service ArcGISVelocityFeed.service ArcGISVelocityGateway.service ArcGISVelocityMetrics.service ArcGISVelocityRealtimeAnalytic.service ArcGISVelocityStreamServer.service 
    
  3. Disable startup registration.

    sudo systemctl disable ArcGISVelocityControlPlane.service ArcGISVelocityFeed.service ArcGISVelocityGateway.service ArcGISVelocityMetrics.service ArcGISVelocityRealtimeAnalytic.service ArcGISVelocityStreamServer.service 
    
  4. Remove 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*.slice 
    
  5. Reload the systemd daemon.

    sudo systemctl daemon-reload 
    
  6. Launch the uninstallation script:

    <Installation location>/uninstall_Velocity.sh