![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| H50 power issue | backslash | AIX | 1 | 02-26-2008 03:55 PM |
| mdelete power | gunsbong | Shell Programming and Scripting | 2 | 02-17-2008 06:20 PM |
| The Power of the Apama Name | iBot | Complex Event Processing RSS News | 0 | 01-15-2008 08:40 AM |
| Failed to power up | fredginting | SUN Solaris | 2 | 01-07-2008 07:05 PM |
| No Power Struggles: Coordinated Multilevel Power Management for the Data Center | iBot | UNIX and Linux RSS News | 0 | 12-24-2007 01:20 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to tell Power 4/5/6
I'm looking for a way - from the command line - to tell whether a given AIX system I have is a Power5, Power4 or Power6 machine - it seems like there would be an option to 'uname' but I couldn't find one.
Thanks! |
| Forum Sponsor | ||
|
|
|
|||
|
How about "lsattr -El proc0" or "lscfg -vl cpucard0 | grep FRU" ?
The FRU number will tell you the processor type but only after a bit of translating. I'm not sure about "bootinfo -p", maybe this tells you the processor type along with the architecture, maybe not. Beware, though (ah, well, not really): in systems prior to AIX 4.2.0 it was "bootinfo -T". I hope this helps. bakunin |