Search results

  1. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Hi Thanks for you insigns but the installation is new and yes the pve-esxi-import-tools is the newest. root@pve01:~# dpkg -l | grep pve-esxi ii pve-esxi-import-tools 0.7.0 amd64 Tools to allow importing VMs from ESXi hosts I even tried the...
  2. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    No lucky here VMWare ESXi 6.7.0 Update 3 (Build 14320388) Got error: create full clone of drive (esxi1:ha-datacenter/datastore1/Debian1/Debian1.vmdk) Formatting '/mnt/pve/VMS/images/100/vm-100-disk-0.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off preallocation=metadata...
  3. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Tried twice and get error twice. pve-esxi-import 6.0.1 pve 8.1.10 ESXi 6.7 and later (VM version 14)
  4. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Hi. Unfortunately the tool still needs more improvement. For now I am using others tools to perform such action.
  5. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Finally it's works fine with live-import. In my case, it took 22 minutes to import a 10G Debian 12, with nothing but the OS! Awesome.
  6. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Well... It's a tech-preview. Expected bugs Hope this all fixed in next release.
  7. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Yes. I will give some more details later. Perhaps this is happes because it's a lab env, and the ESXi is installed as regular PVE VM. I am planning to install ESXi on real hardware and will keep you posted. Thanks
  8. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    I am using this live-import feature right now. Awesome. But there issue restore-scsi0: transferred 8.8 GiB of 16.0 GiB (54.69%) in 12m 40s restore-scsi0: stream-job finished restore-drive jobs finished successfully, removing all tracking block devices An error occurred during live-restore: VM...
  9. G

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    Great job. I hope this is the first step to integrate other hypervisors as well.
  10. G

    How to do a backup vm running in other hypervisor and then restore it in Proxmox?

    Just to answer my own question, this is a good start! https://forum.proxmox.com/threads/new-import-wizard-available-for-migrating-vmware-esxi-based-virtual-machines.144023/
  11. G

    How to do a backup vm running in other hypervisor and then restore it in Proxmox?

    Hi Using PBS, is there any way to make a backup running for instance, in VMware, and then restore it in Proxmox VE? Do we need always relying on third-party to do that??? Right now I am force to use VinChin which is an excelent backup tool. It's just connect to any hypervisor and make possible...
  12. G

    Add new column in the mail report table.

    Hi there. I would like to add the hostname or IP address as a new column in the backup mail report. Or even in the mail subject, it would be nice as well. Is there any way to do that?? Thanks.
  13. G

    Another Proxmox Empty/Blank Console

    If you trying to use qm terminal, you definitely need to set a serial port to your VM.Compare to mine here: root@pve01:~# qm config 100 boot: order=scsi0;ide2;net0 cores: 1 cpu: x86-64-v2-AES ide2: local:iso/pop-os_22.04_amd64_intel_39.iso,media=cdrom,size=2646432K memory: 2048 meta...
  14. G

    Another Proxmox Empty/Blank Console

    Hi Can you send the output of qm config VMID ?
  15. G

    Discard in /etc/fstab

    Hi there Is there any issues if I let discard mount options in /etc/fstab? Fs is either xfs or ext4. Thanks
  16. G

    Systemd mount unit still there, after remove a datastore!

    Yep. I used the destroy or remove datastore button to guess what? To remove the datastore. But the mounted point still there and so the systemd unit. I wonder why?
  17. G

    Systemd mount unit still there, after remove a datastore!

    Hi! I had removed the datastore via web gui, but when restart the server got complain about mount point not found. Why the system unit still there?
  18. G

    Proxmox Backup Server 3.1 available

    That's depend how much older is this. Some qemu doesn't have some features and perhaps PBS could complain about it. But I am not the right person to answer this question. Perhaps @fiona @Thomas Lamprecht or other staff members can do the appropriated answer.
  19. G

    No dns when use simple zone.

    Hi there. I have set the dhcp server with greate success. However, my vms could have internet access, when the vnet gateway are set as a nameserver for a vm. I need to change /etc/resolv.conf to 'nameserver 8.8.8.8' in order to provide internet acess, i.e., dns search. I also have powerdns...