Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am loading a VM on a C8300 platform using IOx. I can load, activate, and run the VM but I cannot figure out how to access the console. The VM itself is configured for the standard console and a serial console (/dev/ttys0) and has qemu tools loaded...
I am atttempting to run a Linux VM in IOx on a C8200 platform. The container log shows that it is starting with option:-machine pc-0.13,accel=kvm,usb=off,dump-guest-core=offand complains:2025-10-21T17:11:14.773544Z qemu-kvm: Machine type 'pc-0.13' i...
When I install an OVA with the example yaml file, it builds an xml file with the default cpu mode (qemu) which is basically defunct now. It is not possible to run RHEL9/OL9 with the qemu cpu. Is it possible to specify an alternate cpu mode - host-p...
Maybe this is my problem... When I run ioxclient platform device getcfg I see the following in the output:"console": { "enabled": false, "group_name": "libvirtd", "setup_script": "setupconsole.sh", "teardown_script": "teardownconsole.sh", "user_...
I am currently running IOS-XE 17.12.05a and I am installing my application as a VM with ioxclient version 1.18.0.0. The VM installs and runs but I don't have any console access. I have /dev/ttyS0 configured as a serial console in the VM but it is no...
The VM runs in KVM on my Ubuntu server when it is configured with pc-q35 machine type. The app setion of my yaml file is:app: cpuarch: x86_64 type: vm resources: profile: custom cpu: 7406 memory: 6144 vcpu: 2 network: - interface-na...
When I install the OVA with the virtual-service install command, the generated vman_VM_internal.xml file has the following section:<qemu:commandline><qemu:arg value="-cpu"/><qemu:arg value="QEMU64"/></qemu:commandline>An OL9 VM will not start when th...