Hi,
You don't create ova files, just move the `.qcow2` disk image file from your KVM server to Proxmox VE using like `scp` and then create a VM and import the `.qcow2` file using `qm` tool e.g.:
qm importovf <vmid> <manifest> <storage>
Hi,
The zfspool is only support for images [0], as a workaround you can create a folder `mkdir -p /rpool/data/backups` and create a Directory storage by going to your Proxmox VE Web UI -> `Datacenter -> Storage -> Add -> Directory ` and give the name and content-type you want and the path...
Hi,
Thank you for the syslog!
I hope you have a backup of your CT.
Could you check the `vm-100-disk-0` size using `lvdisplay`? In your case, the command should look like the following:
lvdisplay /dev/pve/vm-100-disk-0
Could you also check of the storage update disk size using `pct rescan`...
Hi,
As suggest, I would upgrade the Proxmox VE nodes to the latest available version.
Have you checked the syslog at the server reboot time? You can get the syslog with specific time/date using journalctl e.g.:
journalctl --since "2024-07-16 01:00" --until "2024-07-17 15:00" >...
If your server have remote management such as iDRAC, iLO etc.. could you check hardware event logs? I would also check the smarctl of your system disk `smartctl -a /dev/sdX`
Hi,
The forum is supported only in English and German, please consider posting in one of these languages to get quick help.
Regarding your issue:
In the syslog of the pve host, there is no indication of the reason for the machine reboot. How to troubleshoot and automatic machine reboot
Can...
Hmmm, could you use the IP instead of the Domain?
If you still got the same error, could you run tcpdump and check the 401 in details?
May you also scan the 3128 port using namp as the following command:
nmap -p 3128 pve-mini.test.com -Pn -T5
+
Can the machine you've tried remote-viewer from, resolve the DNS pve-mini.test.com domain?
To narrow down could you please add the pve-mini.test.com and its IP in the /etc/hosts file?
Hi,
Do you want to disable the 2FA? If yes - you can delete the TFA using CLI as the following command:
pvesh delete /access/tfa/foo@bar/cbebf4e6-e191-457e-a3da-xxxxxx
If you want to make a backup and re-install the Promxox VE you can sure use SCP for the vzdump file of the VMs/LXCs to your...
Hi,
What says the syslog?
I don't think is the best practices. I would suggest to use reverse-proxy instead. However, I would check the syslog., and try to use different browsers on the same box to see if the issue related to the browser or not.
Hi,
The example of command with its argument is as the following:
pvesh create /nodes/pve/qemu/100/agent/exec --command 'ls' --command '-la' --command '/etc/hosts'
Do I understand correctly, that the script/program waits for input? or what are you mean exactly?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.