AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Lpar ipaddress from HMC

    Posted Fri June 13, 2008 09:44 AM

    Originally posted by: SystemAdmin


    Hello,

    I am having HMC6.1 manageing two p570 frames.Form HMC cli mode,How do i find out the ipaddress's of each lpar associting the frames.

    I tried below, But i can't find the lpars ipaddress

    hscroot@localhost:~> lspartition -dlpar
    <#0> Partition:<10*9117-570*6527BE0, , 62.187.114.141>
    Active:<1>, OS:<AIX, 5.3>, DCaps:<0x3f>, CmdCaps:<0xb, 0xb>, PinnedMem:<324>
    <#1> Partition:<8*9117-570*6527BE0, , 62.187.114.140>
    Active:<1>, OS:<AIX, 5.3>, DCaps:<0x3f>, CmdCaps:<0xb, 0xb>, PinnedMem:<332>


  • 2.  Re: Lpar ipaddress from HMC

    Posted Fri June 13, 2008 02:26 PM

    Originally posted by: j.gann


    lssysconn -r all


  • 3.  Re: Lpar ipaddress from HMC

    Posted Sat June 28, 2008 09:04 AM

    Originally posted by: woofer


    Actually, lssysconn -r all shows the HMC connections to service processors, not lpars. However, lspartitions -sfp will show the individual lpar IP addresses. These are the connections the HMC makes via Resource Monitoring and Control.


  • 4.  Re: Lpar ipaddress from HMC

    Posted Thu July 03, 2008 05:19 AM

    Originally posted by: SystemAdmin


    Hi,
    You got it already :

    hscroot@localhost:~> lspartition -dlpar
    <#0> Partition:<10*9117-570*6527BE0, , 62.187.114.141>

    where 10 is the partion ID, 9117-570*6527BE0 you managed system, Next field is empty in you case as the name can't be resolved, and the partition IP Address is 62.187.114.141.

    Regards,
    Angel