The technote requires accurate command to get/check the checkpoint,removing the checkpoint and to add the checkpoint. Get-clustercheckpoint | fl
In my example I see that the Resource is AEC-008-EV-MAIL-EnterpriseVaultServerInstance and the checkpoint name is Software\KVS\Enterprise Vault. This will be different in every environment. Make a note of these values.
Use the following command to remove the EV cluster checkpoint: Get-ClusterResource AEC-008-EV-MAIL-EnterpriseVaultServerInstance |Remove-ClusterCheckpoint -RegistryCheckpoint "Software\KVS\Enterprise Vault"
Confirm the checkpoints with the command Get-clustercheckpoint | fl
To create the new checkpoint manually, use the following command Get-ClusterResource AEC-008-EV-MAIL-EnterpriseVaultServerInstance | Add-ClusterCheckPoint -RegistryCheckpoint"Software\KVS\Enterprise Vault"
Confirm the checkpoints with the command Get-clustercheckpoint | fl
6. While the services are online on the node, import the .reg file saved in step 3 by double-clicking it to overwrite the pre-upgrade values with the proper values.
7. Once the AdminService is online run the following command to add the check.
8. Cluster resource EVServername-EnterpriseVaultAdminService /addcheck:"Software\KVS\Enterprise Vault"
Warning: Incorrect use of the Windows registry editor may prevent the operating system from functioning properly. Great care should be taken when making changes to a Windows registry. Registry modifications should only be carried-out by persons experienced in the use of the registry editor application. It is recommended that a complete backup of the registry and workstation be made prior to making any registry changes.