Hypervisors that support AIX as a guest OS

aixhypervisorvirtualization

I am trying to find out what hypervisors are out there that can support running AIX guests. I know that IBM PowerVM can do it, but I would like to explore other options.

There is also AIX WPARs (workload partitions) which work like Solaris Containers, but I would prefer full virtualization that isolates hardware from OS.

Best Answer

No hypervisors support AIX. Kind of.

AIX running on an IBM Power server isn't actually virtualized in the same way that ESXi/KVM/etc. would do. Everything is handled by hardware.

On top of that, you can use VIOS to do Virtual I/O, but that's ONLY the IO. And only if you need to do so.

The actual hypervisor is the hardware platform itself on Power.

Related Topic