Skip to content

Remove vSphere Replication flag from VM

In my case the customer removed the vSphere replication appliance, so I needed removed all vsphere replications.

  1. Login to ESXi
  2. Execute this command to list the VMS
    vim-cmd vmsvc/getallvms | awk ‘$3 ~ /^\[/ {print $1}’
  3. Execute this command to remove the flag (you need replace VM id)
    vim-cmd hbrsvc/vmreplica.disable 1011
Published inVMware

Be First to Comment

Leave a Reply

Your email address will not be published.