HPE Morpheus VM Essentials
1842078 Members
2318 Online
110186 Solutions
New Discussion

Installation of VM Essentials manager fails with an exception "No route to the host"

 
SathyaNarayanS
New Member

Installation of VM Essentials manager fails with an exception "No route to the host"

Hello Everyone,

I am trying to set up a Morpheus VM essential Lab on top of the existing vsphere environment. Installed the ubuntu hosta nd completed the installation of the VME console using the latest available software , VME Essentials manager installation fails at 99% with an error " No route to the host". I see am not able to reach the IP address assigned to the manager from the host however Unable to figure out why it is failing. Can someone help me to identify what am I missing in this configuration?

2025-11-23 15:04:06 WARN: Unable to connect to https://vmemgr.lab.local/ping. Trying again in 15 seconds...
java.net.NoRouteToHostException: No route to host
at java.base@21.0.4/sun.nio.ch.Net.connect0(Native Method)
at java.base@21.0.4/sun.nio.ch.Net.connect(Net.java:589)
at java.base@21.0.4/sun.nio.ch.Net.connect(Net.java:578)
at java.base@21.0.4/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
at java.base@21.0.4/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base@21.0.4/java.net.Socket.connect(Socket.java:751)
at java.base@21.0.4/java.net.Socket.connect(Socket.java:686)
at java.base@21.0.4/java.net.Socket.<init>(Socket.java:555)
at java.base@21.0.4/java.net.Socket.<init>(Socket.java:324)
at com.morpheusdata.mvm.console.util.MvmUtility.waitForWebappSocket(MvmUtility.java:566)
at com.morpheusdata.mvm.console.InstallMorpheus.lambda$show$8(InstallMorpheus.java:457)
at java.base@21.0.4/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base@21.0.4/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:89

administrator@vmetest:~$ ping 10.12.5.210
PING 10.12.5.210 (10.12.5.210) 56(84) bytes of data.
From 10.12.5.201 icmp_seq=1 Destination Host Unreachable
From 10.12.5.201 icmp_seq=2 Destination Host Unreachable
From 10.12.5.201 icmp_seq=3 Destination Host Unreachable

 

administrator@vmetest:~$ sudo virsh list --all
Id Name State
--------------------

administrator@vmetest:~$ sudo virsh net-list --all
Name State Autostart Persistent
-----------------------------------------------
Compute active yes yes
Management active yes yes

administrator@vmetest:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether 00:50:56:9f:23:55 brd ff:ff:ff:ff:ff:ff
altname enp2s1
inet 10.12.5.200/24 brd 10.12.5.255 scope global ens33
valid_lft forever preferred_lft forever
3: ens34: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:50:56:9f:7c:94 brd ff:ff:ff:ff:ff:ff
altname enp2s2
inet 10.12.5.201/24 brd 10.12.5.255 scope global ens34
valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:fe9f:7c94/64 scope link
valid_lft forever preferred_lft forever
4: ens36: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:50:56:9f:b7:98 brd ff:ff:ff:ff:ff:ff
altname enp2s4
5: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 12:4f:5f:f4:e8:bc brd ff:ff:ff:ff:ff:ff
6: mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 00:50:56:9f:23:55 brd ff:ff:ff:ff:ff:ff
inet 10.12.5.200/24 brd 10.12.5.255 scope global mgmt
valid_lft forever preferred_lft forever
inet6 fe80::250:56ff:fe9f:2355/64 scope link
valid_lft forever preferred_lft forever

administrator@vmetest:~$ sudo netplan get

(process:2208): GLib-WARNING **: 15:08:59.201: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Conflicting default route declarations for IPv4 (table: main, metric: default), first declared in ens34 but also in ens33

** (process:2208): WARNING **: 15:08:59.201: Problem encountered while validating default route consistency.Please set up multiple routing tables and use `routing-policy` instead.
Error: Conflicting default route declarations for IPv4 (table: main, metric: default), first declared in ens34 but also in mgmt
network:
version: 2
ethernets:
ens33:
addresses:
- "10.12.5.200/24"
nameservers:
addresses:
- 10.12.5.50
search:
- lab.local
routes:
- to: "default"
via: "10.12.5.1"
ens34:
addresses:
- "10.12.5.201/24"
nameservers:
addresses:
- 10.12.5.50
search:
- lab.local
routes:
- to: "default"
via: "10.12.5.1"
bridges:
mgmt:
addresses:
- "10.12.5.200/24"
nameservers:
addresses:
- 10.12.5.50
search:
- lab.local
interfaces:
- ens33
routes:
- to: "default"
via: "10.12.5.1"
openvswitch: {}