Hi Michel,
You can manage IBM Power Systems Hardware Management Console (HMC) using IPMI (Intelligent Platform Management Interface).
As an example you can use SOL (serial over LAN) to get your HMC "system console" over LAN.
ipmitool -I lanplus -H FQDN -U USER sol activate
While booting the HMC HW appliance (CR1 or CR2) you can see the HMC boot process. i.e HW checks, petitboot menu etc.
In your example i assume there is a typo.
-No space leading -U.
-Interface type lanplus
ipmitool -I lanplus -H FQDN -U USER chassis status
System Power : on
.
.
CHers Patrick