AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Problem identifying processor type

    Posted 01/22/09 09:01 AM

    Originally posted by: SystemAdmin


    To identify processor type, I usually use lsattr -El proc0 and get a clear answer. However, when I did that
    on one of my machines, I got:

    $ lsattr -El proc0
    frequency 2497500000 Processor Speed False
    smt_enabled false Processor SMT enabled False
    smt_threads 1 Processor SMT threads False
    state enable Processor state False
    type PowerPC_POWER Processor type False

    It is not clear if the processor is Power4, Power5 or Power6. I am wondering if there is a better way
    to identify the processor type. Thanks.
    #AIX-Forum


  • 2.  Re: Problem identifying processor type

    Posted 01/22/09 09:59 AM

    Originally posted by: hdkutz


    Hello,
    simply
    lsconf
    Output will give you desired Information.

    Cheers,
    ku
    #AIX-Forum


  • 3.  Re: Problem identifying processor type

    Posted 01/22/09 12:01 PM

    Originally posted by: SystemAdmin


    lsconf works great. thanks a lot!
    #AIX-Forum