Author Topic: Finding Hardware Information  (Read 594 times)

Offline scotbuff

  • Sys Admin
  • UNIX User
  • *****
  • Posts: 174
  • Karma: +2/-0
    • View Profile
    • Scott.Buffington.me
Finding Hardware Information
« on: October 27, 2006, 09:36:51 pm »
To list the available bind CPU identifiers on AIX:

# bindprocessor -q
The available processors are: 0 1 2 3

To find the number of processors installed (but not necessarily available):

# lscfg -v | grep proc
proc0 00-00 Processor
proc2 00-02 Processor

To display real memory in kilobytes (KB), type one of the following:

bootinfo -r   

lsattr -El sys0 -a realmem