Originally posted by: Wouter Liefting
Your Power 710 will have a "Hypervisor" running on it. This runs on the Flexible Service Processor (FSP) and is a kind of mini-OS intended for virtualization. In the Intel world, this can be compared to VMWare ESXi. Apart from quite a few technical differences, another difference is that you cannot remove this hypervisor. (*)
When the machine is physically switched on, the hypervisor starts running. It may take a minute to fully boot. Once it's running you can communicate with the hypervisor three ways:
1. Via a serial console (or PC with a nullmodem cable and emulation software such as minicom).
2. Via the ASMI interface (https protocol)
3. Via the HMC - which is a separate machine running specialized software and useful if you manage multiple Power machines. It can roughly be compared to VMWare vCenter.
Options (1) and (2) allow you to start and stop the machine, which effectively means starting and stopping its single partition or main (IVM) partition. Option (3) allows you to create and delete partitions (similar to VMs on VMWare), start & stop them and so forth.
In your case, it seems you don't have an HMC. Most likely your machine will be in the "factory default" configuration of having one big partition which has access to all hardware. (You can reset the machine to factory default from the ASMI menu - options 1 and 2 above.) You can indeed install AIX or Linux on Power on here (note that "PowerLinux" is actually referring to something else (**) ). Since you don't have graphical hardware, if you do such an install in the factory default configuration, the installer and the OS will use the first serial port for the console. So you need to use the same method as option (1) above. In fact, as soon as the partition OS starts, it kicks the hypervisor off the first serial port, so that that serial port can be used for the OS console.
AIX can be installed completely using this serial console. For Linux on Power, it can be done but is quite awkward. The easiest solution is to append the "vnc" parameter to the boot prompt of the Linux installer. This starts a VNC server as soon as your network has been configured, so you can continue the install via VNC. And once you have installed AIX or Linux on Power, the serial port will still host the console.
Another option is to install a "Virtual I/O Server" on this factory default configuration. If the VIO server detects this and does not detect an HMC, it will run a dumbed down version of the HMC code on the VIO server itself. You can then https to the VIO server and create/delete/start/stop partitions from there. This solution is called IVM - Integrated Virtualization Manager. Even on a 710 it's perfectly possible to run a dozen or so partitions simultaneously, provided you have enough memory and disk space for them.
(*) At least not on a Power7 server. On a Power8 you can upload other firmware which essentially reduces the hypervisor to next to nothing, and thereby enabling KVM on Linux on Power, AKA PowerKVM.
(**) PowerLinux is the IBM marketing term for Power hardware that is sold exclusively for Linux workloads. They have their firmware modified so that you cannot run AIX or IBM i, and are sold at a price point that makes the TCO comparable to an Intel/VMWare/Linux solution.
#AIX-Forum