Knoten Anzeige IP Falsch

  • Thread starter Deleted member 34654
  • Start date
D

Deleted member 34654

Guest
Guten Morgen,

wir haben hier ein Cluster bestehend aus 5 Server, die IPs lauten z.B.

192.168.1.11 - 15 (Beispiel)

Soweit läuft auch alles, nur der letze Server zeigt bei der Übersicht (Rechenzentrum -> Cluster -> Knoten ) die IP 192.168.1.1 an warum und wie kann ich das ändern?

Gruß

Markus
 
wie sieht der output von
Code:
pvesh get /cluster/status --output-format json-pretty
aus ?
 
Hi,

auf dem mit der falschen Anzeige:

Unknown option: output-format
400 unable to parse option
get cluster/status

auf dem restlichen Clusternodes:

pvesh get /cluster/status --output-format json-pretty
[
{
"id" : "cluster",
"name" : "Cluster_Prox",
"nodes" : 5,
"quorate" : 1,
"type" : "cluster",
"version" : 7
},
{
"id" : "node/03",
"ip" : "192.168.1.13",
"level" : "",
"local" : 0,
"name" : "03",
"nodeid" : 3,
"online" : 1,
"type" : "node"
},
{
"id" : "node/04",
"ip" : "192.168.1.14",
"level" : "",
"local" : 0,
"name" : "04",
"nodeid" : 4,
"online" : 1,
"type" : "node"
},
{
"id" : "node/02",
"ip" : "192.168.1.12",
"level" : "",
"local" : 0,
"name" : "02",
"nodeid" : 2,
"online" : 1,
"type" : "node"
},
{
"id" : "node/01",
"ip" : "192.168.1.11",
"level" : "",
"local" : 1,
"name" : "01",
"nodeid" : 1,
"online" : 1,
"type" : "node"
},
{
"id" : "node/05",
"ip" : "192.168.1.1",
"level" : "",
"local" : 0,
"name" : "05",
"nodeid" : 5,
"online" : 1,
"type" : "node"
}
]


bitte schön :)
 
offenbar ist in der corosync config die falsche ip drin?

mal bitte posten und auch vielleicht /etc/hosts
 

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!