Search results

  1. N

    Migrate from old to new hardware / version

    Hello, I have a very old PBS (2.4-7) and would like to replace it with a new one. How can I do this without having to reconfigure the PVE cluster? Can I copy the datastore from the old one to the new one? Copy the SSH keys and the contents of /etc/proxmox-backup?
  2. N

    [TUTORIAL] Hp smart array p420i HBA mode complete guide.

    Has anyone tested which configuration has better performance on the P420i? P420i - HBA + ZFS Raid-Z P420i - Raid5 + ZFS Raid-0
  3. N

    Old Proxmox VE and new container template

    Hello, i have old Proxmox VE pve-manager/7.3-4/d69b70d4 (running kernel: 5.15.83-1-pve) which I cannot currently update. I need to create new debian CT but i didn't see debian 13 on another newer cluster it is better Can I copy an image from one cluster to another? Are there any restrictions?
  4. N

    Proxmox + MySQL I need advice

    I have been asked to update the LAMP server. Currently on Centos 7 Server Xeon E-2388G 32G RAM 2x 4TB HDD SATA + 2x 1T NVME MySQL database on NVME mdadm raid1 Will installing Proxmox VE and virtual machines cause a performance drop? Or maybe install MySQL on the host?
  5. N

    LetsEncrypt certificate with dns alias challenge using nsupdate

    Sorry for bumping an old thread :) Whats about dns alias mode ? https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode Are there any plans to add this option?
  6. N

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    If there are no problems for a few days, I will try to submit a ticket to Debian and MariaDB. Has anyone tested debian 11 and mariadb from the debian repo?
  7. N

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    I gave up on debian 11. Now I'm testing Centos 8 Stream and MariaDB from mariadb.org Currently I see no problems.
  8. N

    Replication failed

    Hello, After upgrade one PVE to 7.1 in my cluster (rest pve 6.4) i have this problem: 2021-11-22 00:19:01 118-0: start replication job 2021-11-22 00:19:01 118-0: guest => VM 118, running => 0 2021-11-22 00:19:01 118-0: volumes => local-zfs:vm-118-disk-0 2021-11-22 00:19:02 118-0: create...
  9. N

    QEMU CPU Type (kvm64 vs qemu64)

    Which CPU model should I choose for a VM? Do you use the default kvm64 or do you switch to another model? Unfortunately my cluster has different CPU models. Intel (R) Xeon (R) CPU E3-1230 V2 @ 3.30GHz Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz Intel (R) Xeon (R) CPU E5-2620 0 @ 2.00GHz Intel...
  10. N

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    Trying to take a snapshot backup does not work. it's looks like this: https://forum.proxmox.com/threads/vm-hang-during-backup-fs-freeze.80152/ So far I've only seen this on the guest with Debian 11 (and MariaDB from mariadb.org) INFO: starting new backup job: vzdump 144 --node kvm02 --remove...
  11. N

    Specifying kernel and initrd manually

    Hello, I have a specific virtual machine. the operating system is in ramdisk I have this configuration on kvm <domain type='kvm'> <name>Kaer-Morhen</name> <uuid>9f4e2e6e-0146-4536-95dc-87b968e5a555</uuid> <memory unit='KiB'>2097152</memory> <currentMemory...
  12. N

    Backup on Supermicro, Broadcom SAS3008

    I have always been told by Solaris and BSD administrators to use /dev/disk/by-id/disk-nameX instead of /dev/sdX :)
  13. N

    [SOLVED] manual backup vm image (raw/qcow2) not from proxmox ve

    It works ;) proxmox-backup-client backup disk.img:./testvm.qcow2 qemu-server.conf:./testvm.xml --backup-type vm --backup-id 9994 --keyfile ./pbs.enc --verbose Unfortunately it doesn't work well when --backup-id is a name like "--backup-id testvm" Backup is in PBS but invisible to PVE. I...
  14. N

    [SOLVED] manual backup vm image (raw/qcow2) not from proxmox ve

    I have a copy of a virtual machine (vmname.qcow2 and vmname.xml) that previously ran on debian10 with KVM I'd like to put it on PBS, but to have access to it from PVE (for example to be able to restore files) One possibility is to import the virtual machine into PVE with some very high VID...
  15. N

    [SOLVED] manual backup vm image (raw/qcow2) not from proxmox ve

    We have migrated virtual machines from KVM to Proxmox VE. We would like to back up some old virtual machines "just in case". Will it be possible to back up old virtual machines in the same way as they are made with Proxmox VE?
  16. N

    PBS with zfs rpool

    I installed PBS on a server with 4 disks (RAIDZ-1) How to create a datastore ? zfs create -o mountpoint=/srv/datastore1 rpool/datastore1 ?? What are the recommendation?
  17. N

    Reinstall node in cluster

    Thanks for the answer. Yes, I remember about the ssh keys. I am most afraid of this:
  18. N

    Reinstall node in cluster

    Hello, I need to reinstall node in cluster and i have some doubts. I will do as recommended: https://pve.proxmox.com/wiki/Cluster_Manager#_remove_a_cluster_node shutdown oldnode replace disks (to avoid start oldnode again) pvecm delnode oldnode install pve pvecm add IP-node-in-cluster...
  19. N

    VE 6.3-2 ACME - DNS Plugin (nsupdate)

    Hello, Does it work for someone? What should I enter in "API Data"? I have NSUPDATE_SERVER ="10.200.1.38" NSUPDATE_KEY = "/tmp/nsupdate.key" and of course a error [Fri Jan 8 15:28:09 CET 2021] key "/tmp/nsupdate.key" is unreadable What is wrong?