Monday, May 20, 2013

Aix -How to find processor Type on IBM Power Systems

Find the type of processor on AIX

Method 1-Using lsattr

#lsattr -El proc0|grep type
type        PowerPC_POWER6 Processor type        False

# lsattr -El proc0|grep type
type        PowerPC_POWER7 Processor type        False


Method 2- Using lscfg

# lscfg -vpl proc0 |grep Name  Name:  PowerPC,POWER5

No comments: