HPE Morpheus VM Essentials
1823416 Members
2679 Online
109655 Solutions
New Discussion юеВ

HPE VME Morpheous Installation failed at 75%

 
monir-gbpl
Occasional Contributor

HPE VME Morpheous Installation failed at 75%

HPE VME Morpheous Installation failed at 75% anybody has any idea? what is the issue there?

Getting bellow message is /var/log/hpe-vm

2025-01-02 17:48:31 INFO: Running hpe-vm in interactive mode
2025-01-02 17:58:16 INFO: Running hpe-vm in interactive mode
2025-01-02 18:01:33 INFO: Preparing KVM
2025-01-02 18:01:33 INFO: Management network does not exist, configuration using: eth0
2025-01-02 18:01:34 INFO: morph local storage pool defined: true
2025-01-02 18:01:34 INFO: morph local storage pool set to autostart: true
2025-01-02 18:01:34 INFO: morph local storage pool startup: true
2025-01-02 18:03:17 WARN: context [anonymous] 23:4 attribute proxyHost isn't defined
2025-01-02 18:03:17 WARN: context [anonymous] 24:11 attribute noProxy isn't defined
2025-01-02 18:03:20 ERROR: Unable to start vm vmemanager:

2025-01-02 18:03:52 INFO: Running hpe-vm in interactive mode
2025-01-02 18:05:53 INFO: Preparing KVM
2025-01-02 18:05:54 WARN: context [anonymous] 23:4 attribute proxyHost isn't defined
2025-01-02 18:05:54 WARN: context [anonymous] 24:11 attribute noProxy isn't defined
2025-01-02 18:05:56 ERROR: Unable to start vm vmemanager:

2025-01-02 18:08:35 INFO: Running hpe-vm in interactive mode
2025-01-02 19:03:28 INFO: Running hpe-vm in interactive mode
2025-01-02 19:13:12 INFO: Running hpe-vm in interactive mode
2025-01-02 19:17:58 INFO: Preparing KVM
2025-01-02 19:17:58 WARN: context [anonymous] 23:4 attribute proxyHost isn't defined
2025-01-02 19:17:58 WARN: context [anonymous] 24:11 attribute noProxy isn't defined
2025-01-02 19:18:01 ERROR: Unable to start vm vmemanager:

2025-01-02 19:18:12 INFO: Running hpe-vm in interactive mode
2025-01-02 19:19:28 INFO: Running hpe-vm in interactive mode
2025-01-02 19:21:52 INFO: Preparing KVM
2025-01-02 19:21:53 WARN: context [anonymous] 23:4 attribute proxyHost isn't defined
2025-01-02 19:21:53 WARN: context [anonymous] 24:11 attribute noProxy isn't defined
2025-01-02 19:21:55 ERROR: Unable to start vm vmemanager:

2025-01-02 19:22:30 INFO: Running hpe-vm in interactive mode
2025-01-02 19:23:01 INFO: Running hpe-vm in interactive mode

Make The Best Solution Into Simple Way
6 REPLIES 6
Sunitha_Mod
Moderator

Re: HPE VME Morpheous Installation failed at 75%

Hello @monir-gbpl,

Thank you for posting. 

Could you please let us know which HPE product you are referring to? So we can check and move it to the right board. 



Thanks,
Sunitha G
I'm an HPE employee.
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
Moto_PK
HPE Pro

Re: HPE VME Morpheous Installation failed at 75%

This is a networking related issue.

Do you still need assistance?



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
pkbin
HPE Pro

Re: HPE VME Morpheous Installation failed at 75%

Hi @monir-gbpl ,

May I know what exact error you are getting in the VME console ? You can paste the error snippet.

Also kindly share the below outputs to check
#virsh  list  --all
#virsh net-list  --all
#ip  a

Thanks

-  I'm an HPE employee.

 



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
Saajan_d
HPE Pro

Re: HPE VME Morpheous Installation failed at 75%

 

Hi Monir,

Please do it from the Scartch.

Steps to be taken care :

in the hpvme interface execute the below commands :

virsh list --all

virsh net-list --all

check whether it is in clear state. if you getting the output details. remove it and make the Server in a fresh state :

by doing the below :

virsh net-destroy <Name1>

similarly what entries you have in the net-list output you can make all of it inactive by executing the above command.

after doing the above do the below steps :

virsh net-undefine <Name1>

will clear the inactive networks. do the same for all the networks in the net-list output.

Next is to update the /etc/hosts with the below format :

<ip-address>   <hostname+domainname>    <hostname>

:wq! >>> save and exit

next is to login with "sudo hpe-vm"

which will come to a HPE VM Console CLI.

here you have to <configure network>

> you have to provide Static IP for the management Interface to be with Static IP Address and you have the compute interface in DHCP

> go to the <morpheus install option>

then Specify the IP Addres of the VM,

Netmask, Gateway, DNS Server (if available), Appliance URL : specify with "https://<hostname+domainname>"

Hostname of the VM, Admin user and its password to login, 

Specify the "Image URL" with "file://<the-path-of-the-image>/image-file"

Specify the proxy if available and also specify the "no proxy" option too if proxy is specified.

Specify the VM Size as "Medium"

Specify the Management Interface

and then go ahead with the "Install" Tab

if still its stuck in 73%, please update

 

 

 

 

 

 

 

 

 



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
AmitBiswas
HPE Pro

Re: HPE VME Morpheous Installation failed at 75%

Please check the Bond and eth0 ip setting looks issue with IP.



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
AmitBiswas
HPE Pro

Re: HPE VME Morpheous Installation failed at 75%

Please share the output of the command

virsh list --all
virsh net-list --all
virsh start < VM name>
ovs-vsctl show
ip a



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