Search results

  1. taich

    Upgrade to 2.0.1

    I just upgraded my Backup-Server from 1.1.11 to 2.0 as described in wiki. https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x After reboot the Proxmox Backup Services do not start any more. Here's the log: systemctl status proxmox-backup-proxy.service proxmox-backup.service ●...
  2. taich

    Proxmox Cluster

    The idea to migrate with a 2 node cluster worked perfectly. I just want to add some notes I want to mention. 1. Create the cluster on the old machine and then join the new node with no vm or container installed. 2. The ZFS pool has to have the same name on both nodes. 3. The network vmbr has...
  3. taich

    Proxmox Cluster

    There is a VM with 8TB data, downtime would be 24 hours or more. So backup is plan B. I will try this with 2 nodes and post the results here. Thanks.
  4. taich

    Proxmox Cluster

    Is it possible to add a new proxmox 7 server to a proxmox 6.4 server and form a cluster with this two? I then want to move the vm's to the new 7 server and remove the old 6.4 server from the cluster. Or is there a better way to do that?
  5. taich

    VM does not start

    Here's the log, but vm does not start. Oct 03 20:24:03 pve3 qm[19447]: <root@pam> starting task UPID:pve3:00004BF8:00110B3F:6159F543:hastart:590:root@pam: Oct 03 20:24:04 pve3 qm[19447]: <root@pam> end task UPID:pve3:00004BF8:00110B3F:6159F543:hastart:590:root@pam: OK
  6. taich

    VM does not start

    I changed the id of a vm and now it wont start. I changed /etc/pve/573.conf to 590.conf and inside this file I changed name of the disk file. I also changed the location and disk file to vm-590-disk-0.qcow2. Is there a log where I can see what is wrong?
  7. taich

    Move VM with ZFS disk to another Proxmox Server

    The VM I am talking about has 8 TB of data. Backup/Restore would take about 50 hours. But thanks for your help.
  8. taich

    Move VM with ZFS disk to another Proxmox Server

    How can I move a VM from a ZFS disk to another Proxmox server? Is it possible to copy the disk-file and the <VMID>.conf file to the other server?
  9. taich

    import centos VM from vmware

    I did that but it did not help. In the meantime I gave up and installed a new vm.
  10. taich

    Restore VM from Proxmox Backup Server

    Oh yah, that's cool. Thank you very much.
  11. taich

    Restore VM from Proxmox Backup Server

    I would love to try this, but I already removed the VM. There is no such VM in PVE. I only see the backup file on the backup server.
  12. taich

    Restore VM from Proxmox Backup Server

    I have a Proxmox Cluster and a Proxmox Backup Server with ZFS. On this Backup Server is a backup of a VM which I mistakenly deleted. Now I want to restore a backup of this VM. How can I do this? Is it possible to restore only some files to another VM? Thanks for your help. Thomas
  13. taich

    Upgrade to Proxmox 7 failed

    No nothing noticeable in syslog. Now I did a fresh install with proxmox 7 iso and that worked.
  14. taich

    Upgrade to Proxmox 7 failed

    rm /var/cache/ldconfig/aux-cache; rm: cannot remove '/var/cache/ldconfig/aux-cache': No such file or directory
  15. taich

    Upgrade to Proxmox 7 failed

    root@pve:~# apt install --reinstall libc-bin Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: bsdmainutils : Depends: ncal but it is not...
  16. taich

    Upgrade to Proxmox 7 failed

    I have a Proxmox 6.4. I followed the instructions of how to upgrade but after apt dist-upgrade I get this error. How can I fix this? root@pve:~# apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The...
  17. taich

    Change the VMID of a container

    When I try to restore the VM/CT there is no option to change the ID.
  18. taich

    Change the VMID of a container

    The error is Requesting HA start for CT 200 update resources config failed: no such resource 'ct:200' TASK ERROR: command 'ha-manager set ct:200 --state started' failed: exit code 255 arch: amd64 cores: 1 hostname: test.example.at memory: 512 nameserver: 1.1.1.1 net0...
  19. taich

    Change the VMID of a container

    When I click the restore button there is no option to change CM ID
  20. taich

    Change the VMID of a container

    How can I change the vmid of a container? I already changed vmid.conf in lxc dir and name of disk-file but the container wont start anymore.