To determine if a processor is enabled or disabled, use the following AIX® commands:
sar command (requires bos.acct fileset to be installed):
# sar
AIX volker@colt 3 4 000AAFDD4C00 09/18/01 07:30:44 cpu %usr %sys %wio %idle
07:30:46 | 0 | 0 | 0 | 0 | 100 |
| 1 | 0 | 0 | 0 | 100 |
| - | 0 | 0 | 0 | 100 |
In the previous example, two configured processors are shown in the cpu column.
lsattr command. The AIX 5L™ Version 5.1 is output shown:
# lsattr |
|
state enable | Processor state False |
type PowerPC_POWER3 | Processor type False |
frequency 375000000 | Processor Speed False |
state enable means that processor 0 is enabled.
# lsattr |
|
state disabled | Processor state False |
type PowerPC_POWER3 | Processor type False |
frequency 375000000 | Processor Speed False |
state faulty means that processor 1 is disabled.
Note: The processor(s) remain deconfigured until manually reconfigured.
2.1.5 Processor clock rate
The different processor cards and the processor speeds can be identified by the following three methods:
1.SMS Display Configuration menu. To start and enter the graphical System Management Services, turn on or restart the computer, and press the F1 key after the keyboard icon displays during startup and before the tone. For the
2.Use the lsattr
state enable | Processor state False |
type PowerPC_POWER3 Processor type False frequency 375000000 Processor Speed False
The output of the lsattr command has been expanded with AIX 5L Version 5.1 and shows now also the processor clock rate.
3.Use the lscfg
PS | Processor Clock Speed in Hz, ASCII coded hexadecimal |
LB | L2 Bus Speed in Hz, ASCII coded hexadecimal |
SB | System Bus Speed in Hz, ASCII coded hexadecimal |
NP | Number of Processors on Card, ASCII coded hexadecimal |
L2 | L2 Size in number of Kilobytes, ASCII coded hexadecimal |
PF | Processor card failure code, ASCII coded decimal |
12pSeries 610 Models 6C1 and 6E1 Technical Overview and Introduction