Challenge
You need to remove an existing Veeam Backup and Replication (VBR), Veeam Agent for Windows (VAW) or Veeam Agent for Linux (VAL) license from Veeam Backup and Replication (VBR) or Enterprise Manager (EM).
Cause
A license has to be removed from VBR/EM.
Solution
In order to determine which section of this article to use, you must know if Enterprise Manager is controlling the licenses within Veeam Backup & Replication. If you are unsure, attempting to change the license file within Veeam Backup & Replication will tell you. If it allows you to click the Install button within the license section without a message about Enterprise Manager then Enterprise Manager is not in use.
If licenses are managed by Enterprise Manager:
- Open an administrative command prompt.
- Navigate to the EM installation folder (default path in the example below):
cd C:\Program Files\Veeam\Backup and Replication\Enterprise Manager
- Remove the license by running
Veeam.Backup.EnterpriseService.exe -removelicense [vaw, val]
- After running this command, restart Veeam Backup Enterprise Manager service so that the license information is updated in the UI.
If licenses are managed by Veeam Backup & Replication
- Open an administrative command prompt.
- Navigate to the VBR installation folder (default path in the example below):
cd C:\Program Files\Veeam\Backup and Replication\Backup
- Remove the license by running
Veeam.Backup.Manager.exe -removelicense [all, vbr, vaw, val]
More Information
Note:These commands can also be run from PowerShell.
Note: specify the desired parameter without brackets.
Example commands:
- To remove the Veeam Agent for Windows license from Veeam Enterprise Manager:
Veeam.Backup.EnterpriseService.exe -removelicense vaw
- To remove Veeam Agent for Linux from Veeam Backup & Replication:
Veeam.Backup.Manager.exe -removelicense val
If no parameter is specified, all existing licenses will be removed.