HOW TO KNOW PROCESSOR
TYPE IN AIX?
# lsattr
-El proc0|grep type
type PowerPC_POWER5 Processor type False
# lsattr -El proc0|grep type
type PowerPC_POWER6 Processor type False
OR WE CAN ALSO USE
# lscfg -vpl proc0
proc0 Processor
PLATFORM SPECIFIC
Name: PowerPC,POWER5
Node: PowerPC,POWER5@0
Device Type: cpu
type PowerPC_POWER5 Processor type False
# lsattr -El proc0|grep type
type PowerPC_POWER6 Processor type False
OR WE CAN ALSO USE
# lscfg -vpl proc0
proc0 Processor
PLATFORM SPECIFIC
Name: PowerPC,POWER5
Node: PowerPC,POWER5@0
Device Type: cpu
No comments:
Post a Comment