root@xendom02 xensource# xe pool-eject host-uuid=9712025f-9b98-4c25-81ef-9222993b71f8
WARNING: Ejecting a host from the pool will reinitialise that host's local SRs.
WARNING: Any data contained with the local SRs will be lost.
Type 'yes' to continue
yes
You attempted an operation which involves a host which could not be contacted.
host: 9712025f-9b98-4c25-81ef-9222993b71f8 (xenserver01)
Esto lo podemos solucionar de la siguiente manera:
1.- Verificamos si hay maquinas asignadas como running en el dom0 que queremos eliminar.
root@localhost ~# xe vm-list resident-on=
uuid ( RO) : 013c61ee-3f48-4f65-4377-ae6949f35427
name-label ( RW): onslave
power-state ( RO): running
2.- Hacemos un reset del estado de la/s maquina/s virtuales que esten running:
root@localhost ~# xe vm-reset-powerstate uuid=013c61ee-3f48-4f65-4377-ae6949f35427 --force
3.- Eliminamos el host
root@localhost ~# xe host-forget uuid=
Posiblemente queden los discos físicos que tenia el servidor como dispositivos "not in database". Se pueden eliminar tranquilamente con un xe sr-forget
No hay comentarios:
Publicar un comentario