[SOLVED] join cluster - aber zeigt falsche IP

vikozo

Renowned Member
May 4, 2014
781
31
93
suisse
www.wombat.ch
Hallo

ich habe auf einem Server Proxmox installiert.
zfs Raid1 ist eine spigelung der Disk das habe ich hoffentlich richtig gefunden/gelesen.

um den neuen Node in den cluster zu bekommen.
gehe ich beim "Master" Cluster Join Information
und da steht eine IP Addresse welche nicht bekannt ist
der Master node hat am ende die 44
die Join Information zeigt eine 45 an
der Node welcher eingefügt werden sollte hätte die 42


Establishing API connection with host '10.18.14.45'
TASK ERROR: 500 500 Can't connect to 10.18.14.45:8006 (No route to host)

gruss
vinc
 
Last edited:
Code:
proxmox-ve: 6.2-1 (running kernel: 5.4.41-1-pve)
pve-manager: 6.2-6 (running version: 6.2-6/ee1d7754)
pve-kernel-5.4: 6.2-2
pve-kernel-helper: 6.2-2
pve-kernel-5.3: 6.1-6
pve-kernel-5.4.41-1-pve: 5.4.41-1
pve-kernel-5.3.18-3-pve: 5.3.18-3
pve-kernel-5.3.18-2-pve: 5.3.18-2
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.3-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.15-pve1
libproxmox-acme-perl: 1.0.4
libpve-access-control: 6.1-1
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.1-3
libpve-guest-common-perl: 3.0-10
libpve-http-server-perl: 3.0-5
libpve-storage-perl: 6.1-8
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.2-1
lxcfs: 4.0.3-pve2
novnc-pve: 1.1.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.2-7
pve-cluster: 6.1-8
pve-container: 3.1-8
pve-docs: 6.2-4
pve-edk2-firmware: 2.20200229-1
pve-firewall: 4.1-2
pve-firmware: 3.1-1
pve-ha-manager: 3.0-9
pve-i18n: 2.1-3
pve-qemu-kvm: 5.0.0-4
pve-xtermjs: 4.3.0-1
qemu-server: 6.2-3
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.4-pve1
 
Das sollte eigentlich übereinstimmen mit der IP des Nodes.

Hat sich die IP einmal geändert oder bekommt der Node via DHCP?

Was steht denn in den folgenden Files?
  • /etc/network/interfaces
  • /etc/pve/corosync.conf
 
@aaron vielen Dank für dein Feedback
also beiden orten ist kein .45 drin.
auch habe ich diese IP Adresse .44 nie geändert

Code:
23 auto vmbr0
 24 iface vmbr0 inet static
 25         address 10.18.14.44/24
 26         gateway 10.18.14.1
 27         bridge-ports eno2
 28         bridge-stp off
 29         bridge-fd 0
 30 #LAN
 31
 32 auto vmbr1
 33 iface vmbr1 inet static
 34         address 10.147.42.44/24
 35         bridge-ports eno1
 36         bridge-stp off
 37         bridge-fd 0
 38 #DMZ

Code:
 1 logging {
  2   debug: off
  3   to_syslog: yes
  4 }
  5
  6 nodelist {
  7   node {
  8     name: pve-04
  9     nodeid: 1
 10     quorum_votes: 1
 11     ring0_addr: 10.18.14.44
 12   }
 13 }
 14
 15 quorum {
 16   provider: corosync_votequorum
 17 }
 18
 19 totem {
 20   cluster_name: pve-cluster-01
 21   config_version: 1
 22   interface {
 23     linknumber: 0
 24   }
 25   ip_version: ipv4-6
 26   secauth: on
 27   version: 2
 28 }
 
Hmm, can you show the content of /etc/hosts and the output of the ip a command?
 
if you really don't use it anywhere, changing it to .44 should be fine. Restarting the node is the easiest way to make sure that the changed IP is used everywhere.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!