Wednesday, May 29, 2013

Finding HMC IP address from AIX

To check IP address of HMC simply run:
# lsrsrc IBM.ManagementServer

In newer version of AIX (6.1 TL6 or 7.1) this command will return only title and no information.
In this case you may try to run this:
# lsrsrc IBM.MCP HMCIPAddr
Resource Persistent Attributes for IBM.MCP
resource 1:
        HMCIPAddr = "192.168.1.10"
resource 2:
        HMCIPAddr = "192.168.1.20"

To find out HMC's public IP addresses run:
# lsrsrc IBM.MCP IPAddresses

No comments:

Post a Comment