Search results

  1. T

    Can't change/remove or start vm. Proxmox 1.9

    Thanks again for responding. Doesn't look like it: atom1:~# vgs VG #PV #LV #SN Attr VSize VFree atom1-disk2 1 1 0 wz--n- 418.62G 338.62G atom1-disk3 1 2 1 wz--n- 418.62G 317.62G pve 1 3 0 wz--n- 418.12G 4.00G
  2. T

    Can't change/remove or start vm. Proxmox 1.9

    Hmm, so I still can't remove it: Oct 8 10:15:14 atom1 pvedaemon[3678]: VM 101 stopped Oct 8 10:15:26 atom1 pvedaemon[3690]: destroying VM 101 on node 0 (localhost) Oct 8 10:15:26 atom1 qm[3691]: VM 101 destroy called (removing all data) Oct 8 10:15:27 atom1 qm[3691]: VM 101 destroy failed -...
  3. T

    Can't change/remove or start vm. Proxmox 1.9

    Hey that's useful info :) atom1:~# qm start 101 VM is locked (backup) Of course I don't know how to unlock it?
  4. T

    Can't change/remove or start vm. Proxmox 1.9

    Had some issues on a VM being extremely slow so we removed it and created a new one using the same vmid (101). And it won't start, so I tried to remove it and it won't remove... tried to make changes to it and can't make any changes: Oct 8 09:38:25 atom1 pvedaemon[3213]: destroying VM 101 on...
  5. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs Got it sorted with: pre-up ifconfig eth1 mtu 9000 pre-up ifconfig eth2 mtu 9000 on the bond0 config... works well :) Thanks.
  6. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs Hey Udo, Thanks again... It's working now :) Must have had it right but it needed a reboot I guess. I've got an ESXi and Hyper-V host for testing with other VM's and I can get to and from all VM's...
  7. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs Just to clarify... neither of the above 2 configurations worked for the VM's.
  8. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs Thanks for the continued help. So to simplify I got rid of the bond on eth0 and eth3 to try to get this sorted out. I've left eth0 in vlan1 and moved eth3 to vlan 11 (on the switch) which is what I want the...
  9. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs So where I'm at now... is that I can either have vmbr0 or vmbr11 work but not at the same time. If I have an IP address on vmbr11 that's what takes over and I can't use the ip on vmbr0. Maybe I'm trying to...
  10. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs So interestingly enough... vmbr0 and vmbr11 both come up now and the local IP's are pingable on itself but not actually available on the network. Here's where I'm at now: # network interface settings auto lo...
  11. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    Re: Proxmox Network configuration for bonded nics using LACP and also including VLANs Hi Udo, Thanks very much for the quick response! I've switched it to use bond0.1 now. eth0 and eth3 didn't come up automatically so I brought them up manually which brought up the port-channel on the switch...
  12. T

    Proxmox Network configuration for bonded nics using LACP and also including VLANs for

    the VMs. While I've comfortable with networking, virtualization and linux, I'm a relative newbie to both proxmox and Debian. I'm clearly missing something on configuring the network and am hoping to get some help. What I'm trying to do is the following: I have 4 nic's in the proxmox...