Hello Experts,
When using the hyperv cmdlet to add or detach the disks of the cluster VM, it fails when the clusterVM is on teh passive node. if it is on active node, the same command works.
=====
Command: Add-VMHardDiskDrive -VMName 'ClusterVM1' -Path 'C:\ClusterStorage\Volume1\ClusterVM1\Virtual Hard Disks\disk02.vhdx' -ControllerType SCSI -ControllerNumber 0 -ControllerLocation 1
Error: A parameter is invalid. The Update-ClusterVirtualMachineConfiguration command could not be completed.
Inner Exception: PowerShell Exception: Exception: System.Management.Automation.RemoteException: A parameter is invalid. The Update-ClusterVirtualMachineConfiguration command could not be completed
=====
is the procedure different for the cluster VM ?
Appreciate your help.
Thanks.