Recent content by Hai

  1. H

    RRD update error

    Thanks, I ran theese commands: authkey.pub was also somehow stamped at 2098, this command did reset its date to current one. This fixed the loggin out of GUI (Invalid PVE ticket). touch /etc/pve/authkey.pub This fixed the log entry errors: systemctl stop pvestatd rrdcached mv...
  2. H

    RRD update error

    Hello, Started getting this error on my cluster recently, whats the best way to fix? In addition i get the 'Invalid PVE Ticket' error message and get kicked out of the GUI. Would be nice to get a solution that doesn't require downtime or doesn't break cluster/nodes. Jan 26 15:17:49...
  3. H

    [SOLVED] Removing ceph DB disk

    Thanks, removing the OSDs that used the DB device, solved it. I got a more detailed output using ceph-volume lvm list
  4. H

    [SOLVED] Removing ceph DB disk

    Hello, I've added some more drives to our 3 node ceph cluster, started creating OSDs and accidently created LVM,CEPH (DB) disk instead of OSD. I do not need a seperate DB disk. How can i destroy it and re-create it to regular OSD? Actually i did the same mistake on two nodes. Here's output...
  5. H

    Removing multiple backups

    Most of the VMS are not exisistent anymore, so there's no need for their backups to be kept, i would prefer a way to remove backups by date (something like removing older backups than one year)
  6. H

    Removing multiple backups

    I have loads of backups that i want to remove from year 2021-2023. What's the best way to remove them quickly?
  7. H

    [TUTORIAL] Dell OpenManage Enterprise

    Create Empty VM: Important to choose q35, and OVMF(uefi) bios, also EFI DISK with pre-enrolled keys. delete the disks give a good amount of cpu and ram Donwload and unzip the dell ome KVM files inside /var/tmp Then import the disks with commands: qm disk import <vmid>...
  8. H

    [TUTORIAL] Dell OpenManage Enterprise

    I have successfully installed it now and it works perfectly. I will post a guide later on how to make it work
  9. H

    [TUTORIAL] Dell OpenManage Enterprise

    Has anyone succesfully created a VM on proxmox with OME appliance? I'am trying to create a VM with provided openmanage_enterprise_kvm_format_4.0.1 files but unable to get the VM to boot. https://www.dell.com/support/kbdoc/en-sg/000175879/support-for-openmanage-enterprise If anyone was...
  10. H

    [SOLVED] Cloud-Init remove snippet and vm dependency

    I've taken both of your advices and injected cloud-config script into the image, which installs the guest agent, and allows pwauth login. Inside My NFS server I've made a copy of the original image so I could have custom image with the script injected...
  11. H

    [SOLVED] Cloud-Init remove snippet and vm dependency

    I've currently have a NFS share mounted to my cluster that stores cloud-init ISOs and Scripts(Snippets). Everything works cool, I can create a template on my main cluster. I'am attaching the vendor script to my template aswell to install qemu-ga on first boot. $qm set 9003 --cicustom...
  12. H

    [SOLVED] Cluster lost qourum

    Seemed like an easiest way to fix it. Our product lets us have downtime on weekend without major impact. Also at the same time did update the nodes with the latest version
  13. H

    [SOLVED] Cluster lost qourum

    Firstly i did graceful shutdowns for VMs inside the nodes when connected to node via ssh: qm shutdown <vmid> After that I've shutdown all the nodes one by one. Once all nodes were offline, I've turned them on one by one, fully waiting for each node to become online. When the second node was...
  14. H

    [SOLVED] Cluster lost qourum

    root@ds4-node02:~# cat /etc/pve/.members { "nodename": "ds4-node02", "version": 43, "cluster": { "name": "DS-RR", "version": 17, "nodes": 9, "quorate": 0 }, "nodelist": { "ds2-node03": { "id": 6, "online": 0, "ip": "172.16.xx.x16"}, "ds4-node03": { "id": 5, "online": 0, "ip"...
  15. H

    [SOLVED] Cluster lost qourum

    Any suggestions? Is there a way to fix the cluster with downtime?