Lucene search

K
veeamVeeam softwareVEEAM:KB4151
HistoryApr 22, 2021 - 12:00 a.m.

How to uninstall Veeam CDP VAIO filter driver manually

2021-04-2200:00:00
Veeam software
www.veeam.com
9
veeam
cdp
filter driver

AI Score

7.2

Confidence

Low


Article Applicability

This article documents the manual filter driver removal process.

If Veeam Backup & Replication is available, the recommended method for uninstalling the I/O Filter is documented in the user guide.

Veeam Backup & Replication - Updating and Uninstalling I/O Filter

Objective

This article documents how to manually uninstall the Veeam CDP VAIO filter driver if Veeam Backup & Replication is unavailable for any reason and the Veeam CDP filter driver needs to be removed from VCenter and the ESXi hosts.

Solution

Before You Begin

  • Prerequisite 1: Change the VM storage policy for all VMs that were protected by Veeam CDP from 'Veeam CDP Replication' to 'Datastore Default' or another appropriate policy _(see screenshot below).

_This change only needs to be done to the source virtual machines; the replica virtual machines should be deleted manually.
After deleting the CDP Replica(s), there may be files that VCenter couldn't automatically delete that will need to be cleaned up manually (i.e., the folder on the datastore which contained the Replica VM).

changestoragepolicy

  • Prerequisite 2: The ESXi host(s) must be in maintenance mode to uninstall the CDP filter driver. VMware DRS can help mitigate the impact of this process.

Filter Removal

Use VMware power-cli to uninstall the filter driver with the following PowerShell script.

  1. Open VMware PowerCLI
  2. Connect to the vCenter
Connect-VIServer -Server <vcenter-servername>

Copy

  1. Run the following command to confirm that the Veeam CDP filter is installed:
Get-VAIOFilter -name veecdp -cluster "<cluster name>"

Copy

  1. To remove the Veeam CDP VAIO Filter if present, run the following command:
Get-VAIOFilter -name veecdp -cluster "<cluster name>" | Remove-VAIOFilter

Copy


VMware Issue Prevent Filter Removal

Some customers have reported issues within VMware that may prevent removing the VAIO filters related to EAM Certificates.

Confirm Filter Removal

Once the filter drivers are removed, exit the ESXi hosts from maintenance mode. You can check the status of the filter driver directly on the ESXi hosts by connecting to them via SSH and running this command:

esxcli software vib list | grep -i vee 

Copy

Remove Storage Policy

The last step is to remove the "Veeam CDP Replication" storage policy from VCenter.

Go to Menu -> Policy and Profiles -> VM Storage Policies -> select the "Veeam CDP Replication" policy and click delete.

deletepolicy

To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Affected configurations

Vulners
Node
veeamveeam_backup_\&_replicationMatch12.2
OR
veeamveeam_backup_\&_replicationMatch12.1
OR
veeamveeam_backup_\&_replicationMatch12
OR
veeamveeam_backup_\&_replicationMatch11
VendorProductVersionCPE
veeamveeam_backup_\&_replication12.2cpe:2.3:a:veeam:veeam_backup_\&_replication:12.2:*:*:*:*:*:*:*
veeamveeam_backup_\&_replication12.1cpe:2.3:a:veeam:veeam_backup_\&_replication:12.1:*:*:*:*:*:*:*
veeamveeam_backup_\&_replication12cpe:2.3:a:veeam:veeam_backup_\&_replication:12:*:*:*:*:*:*:*
veeamveeam_backup_\&_replication11cpe:2.3:a:veeam:veeam_backup_\&_replication:11:*:*:*:*:*:*:*

AI Score

7.2

Confidence

Low