CAU - no reinstall possible - resource corpse HELP needed

Mathias 1 Reputation point
2020-11-17T18:19:38.157+00:00

Hi,

installed the CAU some weeks ago, everything fine. Now it does not work and we wanted to remove it and start from the scratch.

ended up in deleting the AD object manually and tried the several commands without success

remove-CauClusterRole
Remove-ClusterResourceType “ClusterAwareUpdatingResource”
Get-Cluster | Set-ClusterParameter "XXX" -Delete
there are still entries in get-cluster | Get-ClusterParameter

Object Name Value Type


FFOVMCS CauSelfUpdateCredType 0 UInt32
FFOVMCS CauCredentialResourceName CAUFFOVM4a4 String
FFOVMCS CauResourceName CAUFFOVM4a4Resource String
FFOVMCS CauLastRunCompleted 132419220033274094 UInt64
FFOVMCS CauIsAliveRequested 2020-11-17T11:52:33.6892658Z:26:FFOVMCN3:9 String
in get-clusterresource

there is no resource with this name

I can perform the self check and it's all passed but I'm not able to configure the CAU obviously because it's resource is not available.

Someone could provide some guidance how to continue troubleshooting. I'm not able to delete or configure the CAU. also Enable or disable is not possible and I can't start with a new CAU installation if there is still a resource corpse in

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,536 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
957 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Mico Mi 1,921 Reputation points
    2020-11-18T09:24:55.303+00:00

    Hi,
    Could you please tell me if you deleted AD object manually at first, if yes, how did you delete it, using PowerShell or in GUID?
    And if there was any error when you reinstalled CAU, if yes, please show me the detailed error information.
    I did some tests in my lab and successfully configured CAU:
    a) This is my cluster resource with CAU.
    40664-image.png
    This is my AD object of CAU.
    40681-image.png
    Then I remove CAU with the following cmd in Powershell:
    Remove-CauClusterRole -ClusterName "HyperCluster" -Force
    And CAU is successfully removed as you can see in the picture:
    40560-image.png

    And the AD object is offline.
    40673-image.png

    Then I configure CAU successfully using the original AD object:
    40566-image.png
    40567-image.png
    b) Once again, after removing CAU, I delete the original AD object without creating a new one:
    Then I also succeed in configuring CAU, and when I check my AD users and computers, I find that the original AD object appeares again.
    40596-image.png
    c) Now I delete AD object at first in GUID and find that CAU Resource is still there.
    After I remove It, there are some entries in get-cluster | Get-ClusterParameter.
    At last I add the role successfully again.
    40597-image.png
    40656-image.png

    Thanks for your time!
    Best Regards,
    Mico Mi

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Mathias 1 Reputation point
    2020-11-18T15:59:40.757+00:00

    Hi,

    thx for your reply. I'll try to to describe it with screens.

    no chance to remove the cau role because of the corpse of the old Resource

    Yes, I've deleted accidentially the AD account of the CAU but also a restore of this account does not make any difference

    40805-remove-cau.png

    I can open the CAU wizard nevertheless but not configure it because of the state of this missing resource

    40776-cau-config-error.png

    there is no CAU entry in Get-ClusterResource but there is still an entry in the ClusterParameters

    40787-get-parameters.png


  3. Mathias 1 Reputation point
    2020-11-19T09:49:50.713+00:00

    Yes, correct. There is no CAU entry in Get-ClusterResource but in Get-ClusterParameters.

    I'm not able to remove or add the CAU role because of the Resource corpse CAUFFOVMa4aResource I don't know how to get rid off.

    All nodes have been updated and restarted yesterday... same result as in my screenshot. By opening the CAU wizard he tries to get the status of the Resource (that is not existing somehow) and then fails to retrieve the status...

    So I'm stuck


  4. Mathias 1 Reputation point
    2020-11-24T08:58:10.227+00:00

    Hi,

    any idea?

    Regards

    0 comments No comments

  5. Mico Mi 1,921 Reputation points
    2020-11-24T09:41:17.487+00:00

    Sorry I just cannot find any solutions in my test.
    Maybe you can use the following command in PowerShell to refresh the cluster configuration of each VM and check if it works.
    get-clusterresource -c your-cluster-name | where {$_.resourcetype.name -eq 'virtual machine configuration'} | Update-ClusterVirtualMachineConfiguration

    Best Regards,
    Mico Mi

    0 comments No comments