- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Re: HPE VM Essential - VME
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
a week ago
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Wednesday
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:
- Execute the command /opt/hpe-vm/scripts/reset_host.sh . It will clean up the all changes.
- 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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
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]
