I was fighting a problem in AIX where I was trying to make a change to an LPAR via the HMC but the HMC couldnt get to the LPAR to make the change. Here is how I got is working.
First, make sure that the hostname of the LPAR is the same as the name of the LPAR in the HMC… The HMC should be able to use that LPAR name to get to the LPAR via the public network (HMC and LPAR able to chat openly across HMC’s public interface).
on the LPAR, run ‘lsrsrc IBM.ManagementServer’ - you should see a name/addy for the HMCs that it is connected to.
If you get no output or even good output, with root rights, restart the daemon.
‘/usr/sbin/rsct/bin/rmcctrl -z’
‘/usr/sbin/rsct/install/bin/recfgct’
‘/usr/sbin/rsct/bin/rmcctrl -p’
Now, wait a few minutes then run ‘lsrsrc IBM.ManagementServer’ and you should see the connected HMC and the HMC should be able to make config changes to the LPAR now… All fixed.