invalid cluster ID

  • Thread starter Thread starter gatamah
  • Start date Start date
G

gatamah

Guest
Hello all,

i'm having an issue with my cluster, tho its been fine for weeks it just started displaying this error message.


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[4960]ERR: 24: Error in Perl code: undefined cluster ID at /usr/share/perl5/PVE/Config.pm line 483, <GEN4218> line 1.

Apache Embperl 2.2.0 [Mon Sep 14 11:51:44 2009]




Please help! I fould a thread with a similar error but there was no solution. Has anyone experienced this or have any ideas?


Thanks,
okg.


 
# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.16.40
netmask 255.255.255.0
gateway 192.168.16.253
bridge_ports eth0
bridge_stp off
bridge_fd 0
 
first, send me a copy of /var/lib/pve-manager/vzlist (directly to dietmar@proxmox.com)

then try to reset the cluster VM list

# echo > /var/lib/pve-manager/vzlist

then wait until it is synced again.

Does that help?