Search results

  1. K

    need help fixing backup to new PBS

    i redid the PBS as a VM on the PVE with attached NFS using the following insctructions YT video and all worked fine. I think it's probably because I installed the PBS manually and did not have the correct permissions and backup user names or something like that...
  2. K

    need help fixing backup to new PBS

    No, for namespace I had to enter something else I could not save
  3. K

    need help fixing backup to new PBS

    That’s the other issue, I don’t know what it needs for namespace. What and where should I get this?
  4. K

    need help fixing backup to new PBS

    i have a running PVE 8.4 and just finished setting up a new PBS. Trying to setup the PBS as a backup and all seems fin until i try to do a backup: Task viewer: VM/CT 105 - Backup OutputStatus Stop Download INFO: starting new backup job: vzdump 105 --mailto *@*.com --storage PBS --fleecing 0...
  5. K

    Trunk vlans to port

    nevermind i was able to resolve.Just needed vlan aware
  6. K

    Trunk vlans to port

    hi all, looking for information. I have several vm that I need to put on different VLANs that are coming on VMBR2. How is this done on proxmox? port 2 of the server which is ENO2 and vmbr2, i need to tagg vlans 2201-2205. The switch this port is connected to is a Cisco and setup as swichport...
  7. K

    cluster issues - second node lost

    that worked although I still see the old node in the list
  8. K

    cluster issues - second node lost

    can i just not delete the cluster adn have them seperate? thats what im trying to do now.
  9. K

    cluster issues - second node lost

    hi all, I have had issues with my cluster of 2 nodes, so today, i wanted to go back to a single node (2 individuals since the second one is having issues). So I did not know how to disconnect the second node so I disabled the eno4 which is the interface between the 2 nodes (10.99.99.0/24). Main...
  10. K

    "QEMU guest agent is not running" after installing qemu agent on WIN 2019

    [UPDATE] I just disabled and re-enabled the QEMU agent option from the Options page and rebooted the vm and now it's working. Weird...
  11. K

    "QEMU guest agent is not running" after installing qemu agent on WIN 2019

    hi, have you resolved this issue? im comming accross the same thing with Windows11, downloaded the latest ISO and ran the virtio-win-gt-x64 and also the virtio-win-guest-tools and still doesnt show the IP in the Summary windows of the host. Rebooted several times, and no drivers missing on the...
  12. K

    need help - proxmox nfs

    Hi all, I have been trying to figure out how to do this on Proxmox 7 I have a disk that is mounted in proxmox as /mnt/backup and already has files on it (which some are qcow2 disks). I want to import some of these disk to vm's. I ready that I should create an NFS share and import the disk...
  13. K

    Proxmox 7.1 downgrading kernel

    i got it working now. I had to do the "proxmox-boot-tool kernel add" to add the 5.11 kernel and it worked. root@proxmox-dell:~# cat /etc/default/grub # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file...
  14. K

    adding new proxmox server, move VM's/Create cluster?

    i ended up backing up the vm/s on NODE2 and restoring them on NODE1. Looks like it worked. now I'm gonna add NODE2 to the cluster. Question now is about the local storage. I would like to use the NODE1 local storage on node 1 for ISO and backup since the drive on NODE1 is larger. How can I...
  15. K

    Proxmox 7.1 downgrading kernel

    Ok, so I went and did as explained earlier in the thread so my grub looks like: GRUB_DEFAULT="gnulinux-simple-50de34f2-a8f2-4665-ae84-baf3b786d975>gnulinux-5.11.22-7-pve-advanced-50de34f2-a8f2-4665-ae84-baf3b786d975" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo...
  16. K

    adding new proxmox server, move VM's/Create cluster?

    Hi, not sure how to tackle this. I just finished building a new 7.1 node install on a Dell R620. I have a smaller 7.1 node with a few VM's on local storage. I would like to create a cluster so I can easily move vm's from one node to another. Is creating a cluster the proper way of doing this...
  17. K

    Proxmox 7.1 downgrading kernel

    ok im confused, how do I update the grub? my grub looks like: GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" and when i grep menuentry looks like : root@pve:~# grep menuentry...
  18. K

    Proxmox 7.1 downgrading kernel

    So I installed the latest 5.11 by doing this: apt install pve-kernel-5.11.22-7-pve then, this is my grub config: if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" menuentry_id_option="" export menuentry_id_option menuentry 'Proxmox VE GNU/Linux' --class proxmox...
  19. K

    Proxmox 7.1 downgrading kernel

    thanks, i will check it out.