HPE Morpheus VM Essentials
1838074 Members
4383 Online
110124 Solutions
New Discussion

Failed to create HVM cluster in 8.0.10

 
dya
Regular Advisor

Failed to create HVM cluster in 8.0.10

Downloaded 8.0.10.
The checksum is also fine.

Attempting to create an HVM cluster with three hosts failed.
Do you know how to handle this?

cluster-1845.png

 

One thing that caught my attention is that when running `apt update` on a host intended for clustering, the following occurs.
I have never seen a message like “404 Not Found [IP: 172.16.2.100 443]” before. This IP address is the manager's IP address as follows.

apt_update-1847.png

Additionally, the `/etc/netplan/` directory on other hosts that haven't deployed the manager remains unchanged. Only the `50-cloud-init.yaml` file exists.

Another concern is that compared to 8.0.9, it seems to take longer for the Manager's WebUI to display after accessing it via HTTPS following deployment.
Based on my experience, it took about 15 minutes or less in 8.0.9, but this time it takes around 30 minutes.

 

3 REPLIES 3
dya
Regular Advisor

Re: Failed to create HVM cluster in 8.0.10

The host uses the HVM installer.
Using Manager Deploy 8.0.9 allows you to form a cluster.
Using Manager Deploy 8.0.10 does not allow you to form a cluster.

<OK>
・HVM_Install_24.04.ISO_S5Q83-11031.iso
・HPE_VM_Essentials_SW_image_8.0.9_S5Q83-11023.iso

<NG>
・HVM_Install_24.04.ISO_S5Q83-11031.iso
・HPE_VM_Essentials_SW_image_v8.0.10_S5Q83-11027.iso

ava951rob
New Member

Re: Failed to create HVM cluster in 8.0.10

Hello,

This is the most critical clue. It means a host is trying to download packages (likely cluster-specific dependencies) from the Manager's IP address (172.16.2.100) via HTTPS (port 443) but the resource is missing (404 Not Found). Verify the custom APT repository configuration on the hosts. The repository path on the Manager (172.16.2.100) is likely incorrect, or the service hosting the repository on the Manager is not running or misconfigured. This directly impacts the host's ability to get required cluster packages, leading to the cluster creation failure. he fact that only 50-cloud-init.yaml exists on un-deployed hosts is normal for a cloud-init based system. The Netplan configuration for cluster networking is typically deployed during the host-to-cluster addition process by the Manager.

 

dya
Regular Advisor

Re: Failed to create HVM cluster in 8.0.10

Thank you for your message.

In conclusion, it appears there is an issue with the currently downloadable “HPE_VM_Essentials_SW_image_v8.0.10_S5Q83-11027.iso” file.
I would like to know if anyone else has successfully created a cluster using the a

I compared Manager versions 8.0.9 and 8.0.10.

・morpheus-ctl status
    Both 8.0.9 and 8.0.10 show “run” for all entries.

・apt repository
The apt repository in 8.0.10 appears to be missing files.
Details are as follows:

・8.0.9
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos
total 2268
drwxr-xr-x 3 root root 4096 Jan 5 2024 apt
drwxr-xr-x 5 root root 4096 Aug 28 03:26 files
-rw-r--r-- 1 root root 2303372 Aug 28 03:25 morpheus-node-packages-repo.tgz
drwxr-xr-x 3 root root 4096 Aug 28 03:25 msi
drwxr-xr-x 5 root root 4096 Oct 9 2023 yum
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/
total 12
drwxrwxr-x 3 root root 4096 Dec 21 2016 dists
-rw-rw-r-- 1 root root 3009 Oct 9 2023 morpheus.asc
-rw-rw-r-- 1 root root 2163 Oct 9 2023 morpheus.gpg
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/
total 4
drwxrwxr-x 3 root root 4096 Aug 19 05:10 morpheus
total 12-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/
drwxrwxr-x 4 root root 4096 Apr 10 2019 main
-rw-rw-r-- 1 root root 2044 Aug 19 05:10 Release
-rw-rw-r-- 1 root root 473 Aug 19 05:10 Release.gpg
total 8e-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/main/
drwxrwxr-x 2 root root 4096 Aug 19 05:09 binary-amd64
drwxrwxr-x 2 root root 4096 Aug 8 2022 binary-i386
total 276780si-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/main/binary-amd64/
-rw-r--r-- 1 root root 34477962 Aug 28 03:24 hpe-vm_1.0.11-1_amd64.deb
-rw-r--r-- 1 root root 124850296 Aug 28 03:24 morpheus-node_3.3.1-1_amd64.deb
-rw-r--r-- 1 root root 124076656 Aug 28 03:24 morpheus-vm-node_3.3.1-1_amd64.deb
-rw-rw-r-- 1 root root 2017 Aug 19 05:09 Packages
-rw-rw-r-- 1 root root 886 Aug 19 05:09 Packages.gz
-rw-rw-r-- 1 root root 0 Aug 19 05:09 Release
root@vme-iscsi-manager:~#

・8.0.10
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos
total 2268
drwxr-xr-x 3 root root 4096 Oct 3 00:44 apt
drwxr-xr-x 5 root root 4096 Oct 3 00:44 files
-rw-rw-r-- 1 root root 2303467 Sep 5 13:42 morpheus-node-packages-repo.tgz
drwxr-xr-x 3 root root 4096 Oct 3 00:44 msi
drwxr-xr-x 5 root root 4096 Oct 3 00:44 yum
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/
total 4
drwxr-xr-x 3 root root 4096 Oct 3 00:44 dists
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/
total 4
drwxr-xr-x 3 root root 4096 Oct 3 00:44 morpheus
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/
total 4
drwxr-xr-x 3 root root 4096 Oct 3 00:44 main
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/main/
total 4
drwxr-xr-x 2 root root 4096 Oct 3 00:44 binary-amd64
root@vme-iscsi-manager:~# ls -l /var/opt/morpheus/package-repos/apt/dists/morpheus/main/binary-amd64/
total 276800
-rw-r--r-- 1 root root 34477962 Sep 5 12:43 hpe-vm_1.0.11-1_amd64.deb
-rw-r--r-- 1 root root 124865196 Sep 5 12:40 morpheus-node_3.3.2-1_amd64.deb
-rw-r--r-- 1 root root 124093154 Sep 5 12:42 morpheus-vm-node_3.3.2-1_amd64.deb
root@vme-iscsi-manager:~#