I am a bit new to LPAR, just started to work on LPAR servers. I have got this query when I was reading a redbook which said the firmware will show you whether it is enabled for LPAR or not, but did not give the way to check it. We have various systems running LPAR starting from P550 to P595
On the HMC you can check the properties of your servers: it would state somewhere that a server is DLPAR capable.
But p5 should be DLPAR capable at least (even SPLPAR if AIX5.3). If it doesn't work, then it is more than likely related to hostname resolution or network connectivity problems...
LPAR came out for the early p6xx (pre-regatta) machines on AIX 5.1 with recent firmware.
Then later p6xx machines, that supported an HMC, could run AIX 5.1 and LPAR or they could run AIX 5.2 and DLPAR - but they both needed an HMC to support LPAR / DLPAR.
The minimum spec for Dynamic LPAR (DLPAR) is (suitable hardware) AIX 5.2 and an HMC. (The p660 supportd LPAR and AIX 5.2 but does not support an HMC so does not support DLPAR)
The minimum AIX for p5xx machines is AIX 5.2 (so the hardware does support DLPAR but you will need an HMC).
So as long as you have a p5xx and an HMC you can run DLPAR.
The easiest way to find out what the System Firmware level and the Service Processor level are is to run> lsmcode
Also, DLPAR requires the unix_mp or unix_64 kernel and will not be enabled without it. Even if your resource allocation is 1 CPU, it still should be running the MP kernel because it is capable of multiple processors. This is not a change that can be made on the fly but will need to be relinked and a reboot. (If anyone needs the specifics, let me know---I've done it enough times....)
If you ssh to the HMC and run> lspartition -dlpar --that will list out all your partitions;Look for Active:<1>, and Dcaps:<0xf> --if either or both are zeros (<0> and/or <0x0>) then you cannot to Dynamic functions for whatever reason. Usually related to communication/network/hostname problems between the RSCT daemons on the HMC and the LPAR partition.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.