HPE Morpheus VM Essentials
1829721 Members
2015 Online
109992 Solutions
New Discussion

Re: HPE VM Essential - VME

 
Lhinestroza12
Senior Member

HPE VM Essential - VME

Hola Hemos estado tratando de Instalar VME en un Servidor (Unico) con 2 tarjetas de red.

Se realiza Bond0 con estas 2 tarjetas se agrega IP Fija al Bind0, se instala la VM console y se coloca la MGMT en el bond0.

Pero a la hora de instalar el VM Manager la red que debo utilizar para esta es el mismo Bond0?  Porque la VM se queda al 93% y luego me salte el error:  "Failed to start VME Manager Services: Time out waiting morpheus Appliance to start".

Datos:

1- No menejo SRV DNS

2- Se crearon las entradas en /etc/hosts de los nombres de nodo y del manager.

Consultas:

1- Es nescseario crear las Vlan si solo tengo 1 silo Servidor con espacio local? (administración y Produccion de VM en un solo Bond0, se puede?)

2- Es nescesario tener las 4 tarjetas de red como minimo?  (el server solo trae 2 de 10GB)

 

 

Lhinestroza12
3 REPLIES 3
Arnout_Verbeken
HPE Pro

Re: HPE VM Essential - VME

93% failure usually means network.

You say you have no DNS but have added the hosts to /etc/hosts file.

What did you use in the Deployment UI as URL?  A hostname or the IP?  I would recommend the IP in your case.

No VLANs are needed if you want everything on the same VLAN as test.  2 x 10GB is also enough.

Please start over, but first wipe the current config:

  1. Execute the command /opt/hpe-vm/scripts/reset_host.sh   . It will clean up the  all changes.
  2. Once done, check whether still vmemanger still seen in virsh list  -all , If yes, manually execute the following command.

sudo virsh destroy < domain ID of vmemanager >

sudo virsh undefine < vme manager name >

sudo rm -rf /var/morpheus/kvm/vms/*

sudo rm -rf /var/morpheus/kvm/local/*

sudo rm -rf /var/morpheus/kvm/config/*

 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Lhinestroza12
Senior Member

Re: HPE VM Essential - VME

He intentado todo lo adicional y ahora se me queda en 99% y sale que el HPE VM manager no levanta los Servicios.

Una consulta: Tnego que hacer Bond por obligación con las 2 Nics?  O puedo usar independiente una para la consola y otra con la VME manager?  

 

 
 

image.pngimage.png

Lhinestroza12
Arnout_Verbeken
HPE Pro

Re: HPE VM Essential - VME

Please paste output of 

sudo netplan get

 

You can exit the hpe-vm tool and try to access the vm via

virsh console vme-manager

 

Enter and login with the credentials you used in the installer (can't read it on your screenshot)

Try to ping the IPaddress of the host (your ubuntu hypervisor).
Additionally, you can take a look to the logfile which should contain more info via

sudo cat /var/log/morpheus/morpheus-ui/current
or
sudo tail -n 500 /var/log/morpheus/morpheus-ui/current (to show last 500 lines)




A bond is not needed.
You need to select the same network interface in the hpe-vm installer as the one where you have your host IP assigned.  You can check this with the first command above.

You can use a different NIC provided you want the manager VM on another VLAN. 
If the Ubuntu host and the manager VM are in the same network, you need to use the same network interface.

So please, also paste the output of your netplan of the Ubuntu host.

 

 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo