proc0 Available 00-00 Processor
proc4 Available 00-04 Processor
The above mentioned command gives me the following output. So from this how do we find the number of processors and cores available?
proc0 Available 00-00 Processor
proc4 Available 00-04 Processor
The above mentioned command gives me the following output. So from this how do we find the number of processors and cores available?
Since it's an lpar, try:
lparstat -i | grep CPU
Searching for the nonsequential numbering scheme, I found this, then I found this: https://www.ibm.com/support/pages/ibm-aix-lsdev-cc-processor-output-defined-vs-available-state
...it is a side effect of moving from a processor type that supports four threads per core to one that supports eight threads per core...
So you have two virtual processors allocated to the LPAR, but they aren't numbered sequentially because of a former change in processor type.
Tipp: AIX 7 includes nmon in AIX Perf Tools, so type nmon then press "p", it shows you all about processor allocation and the assigned processor pool