Search results

  1. P

    Windows VM stopped unexpectedly at ~4am according to its Event Viewer, no relative info in host's logs

    Looked in syslog in the Web UI - nothing other than storage checks. Looked in `/var/log/kern.log` as well - nothing logged during that period. It also seemed to have an issue as soon as I restarted the VM. After the Windows logo posted, it was killed by the OOM Killer according to the logs...
  2. P

    [SOLVED] Changing hostname and IP of (non empty) PVE host

    I'm currently pretty concerned as I attempted to change the hostname on a host after finding this wiki page: https://pve.proxmox.com/wiki/Renaming_a_PVE_node thing is... I missed one very important statement on this page. I have since changed it back and am back to a functioning node. I am...
  3. P

    Potential DNS issues with brand new 7.2 install - local ssh & ping ok, no internet/outside access

    Just installed 7.2 on some new servers that came in. On the local network the Web UI, SSH, and pinging work as expected. interfaces file from a host with the issue: auto lo iface lo inet loopback iface enp5s0f0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.74.25/24...
  4. P

    Copying a configured VM with multiple disks from one PM server to another

    If I have a VM that has two disks on different datastores (one very large) and they are both included in the backups, will restoring it on another Proxmox server with the same storage configuration be possible? can a restore support placing the large vm disk on the secondary larger datastore...
  5. P

    [SOLVED] Trying to delete zpool: "command 'zpool destroy data' failed: exit code 1"

    Trying to use the webUI to remove a zpool, and I got the exit code 1 error. I have 4 disks that are part of the zpool data": capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- data...
  6. P

    Deploying multiple instances of Proxmox within a system to be sold as a product

    I thought I recalled seeing some discussion on implementing proxmox within a product but I can't seem to find that thread. I'm trying to understand the best process for installation and configuration of a system that uses proxmox on a few servers. I think it would be pretty easy to take the...
  7. P

    Any way to group VMs in the WebUI like in folders?

    I'm getting to the point where it would really help me to organize the VMs and containers I have into groups graphically but I've only been to get them next to each other by naming them with prefixes... Has anyone run into this issue and found a good solution?
  8. P

    [SOLVED] After reassembly three PM servers unable to ping on non management NICs - All Firewalls set to "No"

    Three servers, three NICs each - one onboard Motherboard, two in 10Gbe PCIe card. They can each ping one another from the management NIC (onboard the motherboard). All of these NICs were previously fully functional for testing. All three servers were migrated to a new rack chassis - It is...
  9. P

    VM to VM gigabit communication limits

    When you communicate between two VMs that are on the same network bridge does the traffic make it down to the physical layer? (Is the VM to VM network limited to the speed of the bridge its tied to?)
  10. P

    WebGUI for firewall - need some help

    I'm looking to implement a firewall in a cluster of 3 nodes and found myself confused with the WebGUI and have skimmed the documentation here: https://pve.proxmox.com/pve-docs/chapter-pve-firewall.html each of my nodes have 3 NICs and I plan to seperate the networks over nics: - nic1 web...
  11. P

    New to PVE/Debian - possible to get color over ssh?

    I am new to PVE and Debian, coming from an environment that mostly VMware and Ubuntu. One of my first steps bringing up new systems is adding the support in ssh for colorized prompts and cmd outputs which I can't seem to get working with the same tricks (editing .bashrc and/or the ssh conf file...