AIX

AIX

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

 View Only
  • 1.  lspartition lies?

    Posted Mon August 03, 2009 03:44 AM

    Originally posted by: grukrz1


    Why lspartition shows that gtrdb.lab2.net is up on 8203-E4A*06770F3 which is not true because in fact it is up on Server-8203-E4A-SN0677244?

    
    hscroot@hmcd34b:~> lspartition -dlpar|grep gtr <#21> Partition:<1*8203-E4A*06770F3, gtrdb.lab2.net, 10.200.44.205> <#23> Partition:<1*8203-E4A*06770F3, gtrap.lab2.net, 10.200.44.207> hscroot@hmcd34b:~> ssh mark@10.200.44.207 
    "/usr/sbin/lsattr -El sys0 -a systemid" systemid IBM,0206770F3 Hardware system identifier False hscroot@hmcd34b:~> ssh mark@10.200.44.205 
    "/usr/sbin/lsattr -El sys0 -a systemid" systemid IBM,020677244 Hardware system identifier False hscroot@hmcd34b:~> lspartition -dlpar|grep 0677244 hscroot@hmcd34b:~> lspartition -dlpar|grep 06770F3 <#21> Partition:<1*8203-E4A*06770F3, gtrdb.lab2.net, 10.200.44.205> <#23> Partition:<1*8203-E4A*06770F3, gtrap.lab2.net, 10.200.44.207> hscroot@hmcd34b:~> lssyscfg -r sys -F name | grep 0677244 Server-8203-E4A-SN0677244 hscroot@hmcd34b:~> lssyscfg -r sys -F name | grep 06770F3 Server-8203-E4A-SN06770F3 hscroot@hmcd34b:~>
    


  • 2.  Re: lspartition lies?

    Posted Tue August 04, 2009 09:07 AM

    Originally posted by: hdkutz


    Hello,
    could it be, that the lpars were cloned?
    If so, did you regenerate the RSCT keys after the install / change?

    /usr/sbin/rsct/bin/rmcctrl -z <- Stop rsct.
    /usr/sbin/rsct/install/bin/recfgct <- regenerate the host specific config key, this also cycles the daemon.
    /usr/sbin/rsct/bin/rmcctrl -p <- Allow rsct remote connection.

    I had such an issue, when the Machines were cloned.
    We had to reset the rsct Config.

    HTH,
    ku