I am new to Promox. I changed the MB of a new Promox server I built from an ASUS to a Supermicro MB. I then noticed the Promox time was wrong and changed the time in BIOS. Proxmox time was then showing 1 hour forward. I was unable to sync the time. I changed the time manually. If I do timedatectl status I get System clock syncronised:no
I am alos getting the following errors in syslog:
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-node/proxmox1: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/400: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/201: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/200: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/500: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/202: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local-lvm: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/Storage: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local: -1
I think rrdcached and the system time are connected? I have tried this:
cd /var/lib/rrdcached/
systemctl stop rrdcached
mv rrdcached rrdcached.bck
systemctl start rrdcached
systemctl restart pve-cluster
When I type mv rrdcached rrdcached.bck I get error:
3mv: cannot stat 'rrdcached': No such file or directory
Anyone know how I can sync the system clock and resolve the RRDC errors?
I am alos getting the following errors in syslog:
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-node/proxmox1: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/400: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/201: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/200: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/500: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-vm/202: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local-lvm: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/Storage: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local: -1
I think rrdcached and the system time are connected? I have tried this:
cd /var/lib/rrdcached/
systemctl stop rrdcached
mv rrdcached rrdcached.bck
systemctl start rrdcached
systemctl restart pve-cluster
When I type mv rrdcached rrdcached.bck I get error:
3mv: cannot stat 'rrdcached': No such file or directory
Anyone know how I can sync the system clock and resolve the RRDC errors?