This is a discussion on Determine which processor card I have without opening the lid within the AIX Operating System forums, part of the Unix Operating Systems category; --> I have two 7026-6H1's. One was purchased for the production system and has two processors in it. The test ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have two 7026-6H1's. One was purchased for the production system and has two processors in it. The test system only has one processor. Is there a way to find out if the folks who bought these purchased a two processor card for the test system to enable a future upgrade? The purchase order doesn't list what was actually configured in the box. Is there something from lsdev that might help me? |
| |||
| I'm not sure which release of AIX it was introduced in, but the prtconf command is pretty cool. Pipe the output to pg and look at the first bit of it: prtconf | pg System Model: IBM,9113-550 Machine Serial Number: 10086BE Processor Type: PowerPC_POWER5 Number Of Processors: 2 Processor Clock Speed: 1504 MHz CPU Type: 64-bit Kernel Type: 64-bit LPAR Info: 1 10-086BE Memory Size: 11808 MB Good Memory Size: 11808 MB Platform Firmware level: Not Available Firmware Version: IBM,SF230_126 Console Login: enable Auto Restart: true Full Core: false |
| |||
| robert.macnutt@nghs.com wrote: > I'm not sure which release of AIX it was introduced in, but the prtconf > command is pretty cool. Pipe the output to pg and look at the first > bit of it: > > prtconf | pg > > System Model: IBM,9113-550 > Machine Serial Number: 10086BE > Processor Type: PowerPC_POWER5 > Number Of Processors: 2 > Processor Clock Speed: 1504 MHz > CPU Type: 64-bit > Kernel Type: 64-bit > LPAR Info: 1 10-086BE > Memory Size: 11808 MB > Good Memory Size: 11808 MB > Platform Firmware level: Not Available > Firmware Version: IBM,SF230_126 > Console Login: enable > Auto Restart: true > Full Core: false > And/or lsdev -Cc processor, then depending on the output, lsattr -El procX ? Paul |
| |||
| So if both systems say "Model Implementation: Multiple Processor, PCI bus" while one has two processors and the other has one, I should interpret as a multi-processor card with only one cpu on it? Thanks for the prtconf. I was unaware of that. |
| |||
| <jzekeb@gmail.com> wrote in message news:1139245828.210664.32210@g44g2000cwa.googlegro ups.com... > So if both systems say "Model Implementation: Multiple Processor, PCI > bus" while one has two processors and the other has one, I should > interpret as a multi-processor card with only one cpu on it? Beware of any processor card or even processor chip count, as IBM has started referring to "processor cores" nowadays, since the CPU "chips" now have two CPU "cores", and associated cache, each (a bit like the Intel Pentium class's dual-pipeline approach - but not a lot). HTTH -- Regards, Tim Clarke (a.k.a. WBST) Guildford, U.K. |
| |||
| |