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
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:
Post a Comment