Search This Blog

Friday, May 28, 2010

SCVMM 2008 - cannot remove missing VM

When you see in SCVMM Virtual Machine status "missing", it means scvmm sql db is corrupted, most probably due to cluster mis-operation.

Try to start migrate VM on another host. When you see the duplicate VM and one of them running correctly, then you may remove mising VMs:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;983839

http://technet.microsoft.com/en-us/library/ff641854.aspx


The state "missing" has a code 220, and "update failed" 107. You may need to modify script, since the code is hardcoded there:

dbo.tbl_WLC_VObject WHERE [ObjectState] = 220
vs
dbo.tbl_WLC_VObject WHERE [ObjectState] = 107

No comments: