Saturday 1 September 2012

How To Know Processor Type In Aix


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

No comments:

Post a Comment