Recent content by flightofthebumble

  1. F

    VM VLAN Bond

    The goal of the dummy interfaces is emulate failover of a link (active_passive). I'm trying to make this setup as close to a real-world environment as possible. I need the VMs to have host interaction as this is how multiple members of my team connect to the VMs. In addition, this is a lab...
  2. F

    VM VLAN Bond

    Hi Experts, I am building a VM debian cluster with the following required construct: VM running Debian OS with IPv6 static IP configured with VLAN80 >> vNIC assigned to vmbr3093 >> vmbr3093 (with static IPv6 address and VLAN aware (2-4094)) bridged to bond0 >> bond0 configured to dummy0 dummy1...
  3. F

    Update boot sequence without rebooting VM

    The Openstack doesn't do that in this case, it initiates the shutdown from the OS. I also didn't state that I was using UEFI in the VM config. Again, I need to know if there is a way to apply a boot order change, on a VM, without having to shut it down and power it back on. This is possible, on...
  4. F

    Update boot sequence without rebooting VM

    Yes, I understand and have created/called Proxmox API commands using redfish. My main issue remains and my question is outstanding, I cannot apply the boot order change unless the VM is fully powered off and on. It actually is a benefit for me, as I am replicating a Day2 Telco oRAN environment...
  5. F

    Update boot sequence without rebooting VM

    So this is for VMs only. You actually can change the boot order on Hardware, using bootonce commands on iLO/iDRAC/Supermicro IPMI and also using redfish API. In OpenStack (which is what this OS utilizes), you can provide connection to these BMC types and change the bootorder using IPMI or...
  6. F

    Update boot sequence without rebooting VM

    Thank you for your queries/responses. Just to clarify: I have 4 x VMs running a virtualized cluster OS on Debian. As part of a redeploy/lab reset for my testing, I need to ensure that a reboot of a VM is initiated from core cluster VMs, not by Proxmox. That is, debian on VMs 1/2/3 call for VM4...
  7. F

    Update boot sequence without rebooting VM

    This is not in the install part of OS deployment, this is after an OS is already installed. As part of a virtual cluster process, a script runs to connect to the vBMC, utilizing the Proxmox API. The script calls for the host to reboot after a virtual ISO is inserted into the ide2 drive of the...
  8. F

    Update boot sequence without rebooting VM

    Thank you for the info, sw-omit. I am trying to find a solution for this, as part of a procedure the VM OS itself initiates the reboot command. I need to find some way for Proxmox to carry out a power off upon OS initiated restart to apply these vm conf changes. I think I might need to look into...
  9. F

    Update boot sequence without rebooting VM

    When changing the boot order on a VM, you have to power the VM off and back on for it to apply. Is it possible to force pending changes to update without poweroff/on to change the boot order on a VM?
  10. F

    Bootonce Capability

    I am looking to set bootonce (akin to iDRAC/iLO - see iDRAC screen cap) to CDROM on VMs (not change boot order to ide2;scsi0 , reboot and then set boot order back to scsi0;ide2). Is this possible without having to completely poweroff a VM?
  11. F

    Virtual Redfish BMC Support on VMs

    Hi Folks, I am looking to see if I can get Redfish BMC support on Proxmox VMs, so I can utilize these API calls: https://docs.openstack.org/sushy-tools/latest/user/dynamic-emulator.html In my current role, I need to go beyond standard IPMI calls for security and additional functionality when...
  12. F

    PCI Passthrough of SR-IOV Capable NIC doesn't show VFs

    Hi Folks, I hope someone can help me with this issue, I have tried many different settings to get PCI Passthrough working, with available VF functionality on an Ubuntu 22 VM, without joy. Equipment details: I am running Proxmox VE 7.3-4 on a Dell r720. I have an Intel Corporation 82599ES...