vsphere : Error en máquina virtual que no responde y muestra estado "Powered off"
Al intentar exportar una VM y cancelar la exportación puede ocurrir que la VM ya no responda (no es posible arrancar, desregistrar, borrar, ...)
Sale el mensaje de error : "Operation failed! The attempted operation cannot be performed in the current state ("Powered off")"
En el archivo /var/log/hostd.log aparecerá algo similar a:
"Invalid transition requested (VM_STATE_EXPORTING -> VM_STATE_RECONFIGURING): Invalid state"
" Method fault exception during reconfigure: N3Vim5Fault12InvalidState9ExceptionE(Fault cause: vim.fault.InvalidState"
"Invalid transition requested (VM_STATE_EXPORTING -> VM_STATE_POWERING_ON): Invalid state"
Accedemos a la consola/terminal del hipervisor: F2, entrar como root, Troubleshooting Options > Restart Management Agents, F11 para reiniciar los servicios
Alternativamente, habilitamos ssh y reiniciamos los demonios ESXI host daemon y vCenter Agent":
/etc/init.d/hostd restart
/etc/init.d/vpxa restart
La solución en:
https://knowledge.broadcom.com/external/article?legacyId=1003490
Comentarios