Search results

  1. G

    Start ALL using terminal?

    Hello, What is the command to start ALL VM using the terminal? Searching for 1 hour now I couldn't find anything. All what I could found was how to start one VM at time... Thanks, Guillaume
  2. G

    Changing Hostname Created An Issue

    Hello, I changed the hostname of one of my Proxmox hosts but in the webGUI, i still seeing the old one additionally with the new one. If I put back the old hostname in /etc/hostname and /etc/hosts and reboot, it appears only once and the VMs can start. This screenshot is showing when the new...
  3. G

    Random crashes on one of two identical hosts.

    Hello, I do have two identical host, same hardware everywhere. One of them keep crashing at random times. I look on this forums, found lots of similar post but, I don't want to try random things and break the system and make things even more bad. When it crashes, it won't reboot by itself...
  4. G

    How to mount a .ima floppy image?

    Hello, I need to mount a .ima floppy disk image but I can't see the option in Proxmox. Someone can please make some light on this please? Thanks, Guillaume
  5. G

    How to limit root access from the WebGUI?

    Hello, I would like to know if there a way to limit the access to root account by allowing only a specific IP to connect to it, while allowing the users from the Proxmox Backup authentication server realm to connect from any IP addresses since our PVE hosts are deployed at sites where their...
  6. G

    [SOLVED] Proxmox PVE disappear from the host

    Hello, I tried to login into my PVE and it fails saying that the credentials aren't good. I did a reboot, when connected using SSH, the machine is very slow and the weirdest part is that the directory /etc/pve is completely empty. No more VM configuration files. I will do a fresh install and...
  7. G

    Accessing Externally VMs Using VNC

    Hello, Is that possible to access my VMs remotely with VNC using TigerVNC client and not using the web based noVNC client provided with the PVE WebGUI? I don’t like the fact that strangers can attempt root login to my PVE hosts. All that I could found on the internet is outdated posts and...
  8. G

    Detected Hardware Unit Hang

    Hello, After a fresh install, Proxmox is loosing his connectivity and showing this on console: If hit the return key it ask me to login so the host is not frozen. The NIC is an Intel one. The issue wasn't happening before in previous versions of Proxmox VE. Thanks, Guillaume
  9. G

    [SOLVED] Pvescheduler is dead and won't start.

    Hello, I notice that my automated backups wasn't going through. After reading, it is related to Pvescheduler who wasn't running. The problem is I can't start the service with: systemctl start pvescheduler.service Using the WebGUI doesn't work either. It loads forever: It can hang for...
  10. G

    VM Startup Delay Setup

    Hello, I just want to confirm if my setup is correctly configured. For the first VM in Startup delay field I'd put nothing, the second one I'd put 60, the third one 120, the fourth one 180 till I reach the last one whom is set to 900. I red the documentation but it is not clear to me. Best...
  11. G

    NFS Shares hanging-on one of our PVE Hosts

    Hello, One of our Proxmox hosts is not able to connect to NFS shares anymore. Which process on that host need to be killed to for NFS shares to be reconnected? I’d reboot the NFS server which is TrueNAS but, it didn’t fix the issue. I want to avoid rebooting the PVE host as it is a production...
  12. G

    Need advice with Nested Virtualization.

    Hello, I ran into issue that avoiding me to start VM within a VM or doing nested virtualization. On 3 of my physical hosts I’ve got no issues at all doing so. All I’d was required to do was to set the CPU of VM running on my Proxmox hosts to “Host” and then I was able to run VM in those VM. But...
  13. G

    dracut Error after converting .vmdk to .qcow2

    Hello, I need to convert an .vmdk image to .qcow2 to be able to use it with Proxmox but unfortunately when it boot it throw out an dracut error in the console. On this help forum, I found this: https://forum.proxmox.com/threads/import-vmware-centos-7-machine.42565/ but typing modprobe...
  14. G

    Mounted NFS backup avoid us to login in the WebGUI

    Hi, I got complementary NFS backup space who coming with my server rent but this NFS backup become unavailable for few hours few days ago. Since it come back online, I can't remount it and this is potentially the root cause of another big issue who causing me the inability to login into the...
  15. G

    Can’t resize VM harddisk, “got timeout (500)”.

    Hi, I need to increase the size of one of my VM hard disk but I got an error saying: got timeout (500). I got two error messages The first one is when the VM running and the second is when the VM was stopped. VM 110 qmp command 'block_resize' failed - got timeout (500) and command...
  16. G

    High I/O Delay – Please Help

    Hi, I have a dedicated server running under theses specs: CPU(s) 8 x Intel(R) Xeon(R) CPU D-1521 @ 2.40GHz (1 Socket) 32 GB RAM - DDR4 Kernel Version Linux 4.15.18-7-pve #1 SMP PVE 4.15.18-27 (Wed, 10 Oct 2018 10:50:11 +0200) PVE Manager Version pve-manager/5.2-10/6f892b40 6 x 12TB HDD...
  17. G

    Help for Masquerading (NAT)

    Hi, I need to use one of my failover IP to do masquerading to provide some VM with internet but who dosen't need to be accessed (no inbound). This is my Proxmox /etc/network/interfaces file: auto lo iface lo inet loopback iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface...
  18. G

    Help for setting up network on dedicated server

    Hi, I have an dedicated server with Proxmox on it but I'm unable to setup network. I can access the server using his main IP but I'm unable to use additional IP (I have ordered) with my VMs. This is my /etc/network/interfaces file content: auto lo iface lo inet loopback iface eno3 inet...
  19. G

    Error: storage is not online (500)

    Hello, When setting NFS from FreeNAS I got this 9 time of 10: storage 'storage-name' is not online (500). The FreeNAS server is Up and running and the NFS service is UP also. What can be wrong? When it work, I can see the storage size and use it normally but its annoying as it happen...