Integrity Servers
1751725 Members
5615 Online
108781 Solutions
New Discussion юеВ

Re: How to get the list of CPUs using MP console login?

 
SOLVED
Go to solution
praveen..
Super Advisor

How to get the list of CPUs using MP console login?

hi,
can anybody please let me know How to get the list of CPUs using MP console login?


Thanks
8 REPLIES 8
Torsten.
Acclaimed Contributor

Re: How to get the list of CPUs using MP console login?

Hi,

it slightly depends on your type of system.
For some older systems you should run

GSP> SS

on newer (cell-based) systems you should run

MP:CM> ps

and select the cells.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
praveen..
Super Advisor

Re: How to get the list of CPUs using MP console login?

MP:CM> ps


The following MP bus devices were found:
+---+----+----+-----+-----+-------+-----+
| | | | | | | |
| | |LAN\| Sys | | IO | |
|Cab| MP |SCSI|Bkpln|Cells|Chassis| BPS |
| # |M S|0 1| | 0 1 | 0 1 | 0 1 |
+---+----+----+-----+-----+-------+-----+
| 0 |* *|* *| * | * * | * * | * * |
+---+----+----+-----+-----+-------+-----+

You may display detailed power and hardware status for the following items:

T - Cabinet
S - System Backplane
G - MP (Core I/O)
P - IO Chassis
C - Cell
Select Device: C
Enter cell number:



I want to get the list of CPUs...

Please suggest
Torsten.
Acclaimed Contributor

Re: How to get the list of CPUs using MP console login?

Did you select the cells???

If you do so, you will get something like this:

You may display detailed power and hardware status for the following items:

T - Cabinet
S - System Backplane
G - MP (Core I/O)
P - IO Chassis
C - Cell
Select Device: c
Enter cell number: 0

HW status for Cell 0 : NO FAILURE DETECTED

Power status : on, no fault
Boot is not blocked
PDH memory is shared
Processor Compatibility : OK
RIO cable status : connected
RIO cable connection physical location : PCI Domain 0
Core cell is cell 0
Attention Led is off

PDHC status Leds : ***-

CPU Module Slot 0 1 2 3
Populated P P P P
Local 48V Good * * * *
Power Enabled * * * *
Power Good * * * *


Here you can see, there are 4 CPU modules installed on this cell. Do the same command on every cell and calculate the total number.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
kris rombauts
Honored Contributor

Re: How to get the list of CPUs using MP console login?

Praveen,

if you want to see the details of the installed CPU's then you could use the DF
command i.e.:

for cell based systems :
------------------------

MP:CM> df

This command displays the FRU ID information for the selected FRU.

Do you want a specific FRU or a dump? ([S]/D) s

B - Bulk Power Supply
G - Management Processor (Core I/O)
S - System Backplane
O - Core IO Backplane (exists only in the IOX cabinet)
P - PCI Backplane
I - PCI Power Module
M - Mass Storage Backplane
C - Cell Board
H - Cell Board Controller (PDHC)
U - Cell Board Processor Module (PIROM)
X - Cell Board Processor Module (FRU)
Y - Cell Board Processor Power Module (PPM)
D - Cell Board Memory (DIMM)
Select FRU : x
Enter cell number: 0
Enter the Processor Module number on the cell: 0

The Entity you have selected is Processor Module
FRU ID Definition Revision : B
Artwork Revision :
Engineering Date Code : 4407
Part Number : A9765-04002
Serial Number : A56103854606
FRU Name : MADB1-3M
Scan Revision : 0x1
FRU Specific Information : 1B5140C8 B73


for entry level systems:
------------------------

MP:CM> df

DF


Display FRU Information Menu:
S - Specific FRU
A - All available FRUs
V - Display Mode: Text

Enter menu item or [Q] to Quit: s


FRU IDs:
--------
0005-I/O Backplane 0006-MP Board 0032-CPU 00 PIROM
0033-CPU 01 PIROM 0036-CPU 00 SRAM 0037-CPU 01 SRAM
0128-DIMM0A 0129-DIMM0B 0130-DIMM2A
0131-DIMM2B 0136-DIMM1A 0137-DIMM1B
0138-DIMM3A 0139-DIMM3B 0000-Motherboard

Select FRU ID: 0036

FRU NAME: CPU 00 SRAM ID:24

CHASSIS INFO:

BOARD INFO:
Mfg Date/Time : 0
Manufacturer :
Product Name : MADB1-6M
S/N : A56103697978
Part Number : A6438-04018
Fru File ID : B
Custom Info :
Custom Info : 4334
Custom Info :
Custom Info : 1B5DC0C8 B73
Custom Info : 1



If you are running Windows then the systemreport in the SMH nicely shows all the CPU's and their details online in a separate table.

HTH

Kris
praveen..
Super Advisor

Re: How to get the list of CPUs using MP console login?

thanks

Please let me know how can i get this type of output (Please see attached file)
kris rombauts
Honored Contributor
Solution

Re: How to get the list of CPUs using MP console login?

Praveen,

the output example you provided (should have done earlier with your question) is from the EFI shell, so means the system or partition is down at that time.


The 'info cpu' command will provide you that detail.



Shell> info cpu

PROCESSOR MODULE INFORMATION

Cab/
Cell
Slot/ # of L3 L4 Family/
CPU Logical Cache Cache Model Processor
Cell Module CPUs Speed Size Size (hex.) Rev State
---- ------ ------- -------- ------ ------ ------- --- -------------
3 0/3/0 1 1.5 GHz 4 MB None 1F/02 A1 Active
3 0/3/2 1 1.5 GHz 4 MB None 1F/02 A1 Active




Look at 'help info' for more options with the 'info' command at the EFI shell.

Kris
Torsten.
Acclaimed Contributor

Re: How to get the list of CPUs using MP console login?

Looks like an Integrity system.
Try this command:

/usr/contrib/bin/machinfo

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
praveen..
Super Advisor

Re: How to get the list of CPUs using MP console login?

Thanks everybody...