VMDK config cannot be changed due to orphaned vSphere replication settings

I recently needed to change a *.vmdk size of an VM which had created an error saying:

Reconfigure virtual machine

Status:

Invalid or unsupported virtual machine configuration. vSphere Replication does not support changing the length of a replicated disk.

 

Actually, this VM was replicated using vSphere Replication in the past but it has been replaced with another technologie recently. So it seems to have some kind of leftover configuration present which are preventing the resize of the *.vmdk.

So let’s check it through CLI on the host running this VM.

Review these vim-cmd commands

vim-cmd vmsvc/getallvms

Get a list of all VMs running and remember the Vmid of the needed VM
(For example 1121) The vmsvc commands are part of the virtual machine management and can be listed under vmsvc/.

ghjffgds.png

 

vim-cmd hbrsvc/vmreplica.getConfig 1121

This will retrieve the replication configuration of the VM. hbrsvc/ commands are part of the host based replication command set.

aqdfgsdfhg.png

 

vim-cmd hbrsvc/vmreplica.getState 1121

wsfhjghj.png

 

vim-cmd hbrsvc/vmreplica.stopOfflineInstance 1121

This will show an operational error as the virtual machine is powered on.

gjashdg.png

 

vim-cmd hbrsvc/vmreplica.disable 1121

This will disable the replication at the config.  The status can be queried once again to make sure using vim-cmd hbrsvc/vmreplica.getState 1121

fghjdf.png

 

After that the hostd and vpxa services on the host have to be restarted and the config of the VM is ready to be changed.

 

 

 

 

 

 

 

 

 

 

Comments are closed.

Create a website or blog at WordPress.com

Up ↑

%d bloggers like this: