Operating System - HP-UX
1834112 Members
2439 Online
110063 Solutions
New Discussion

nPar Hardware Configuration

 
SOLVED
Go to solution
Eric Herr
Advisor

nPar Hardware Configuration

I have an rx8640 running 1 nPar with 5 vPars running inside the nPar. How can I tell how much memory is installed in the rx8640? I don't see a system configuration option from the MP. vparstatus only tells what is allocated to each vpar and I don't know if an npar equivelant command.
2 REPLIES 2
Torsten.
Acclaimed Contributor
Solution

Re: nPar Hardware Configuration

Run

parstatus

from any of your vPars and you will get something like this:

[Cell]
CPU Memory Use
OK/ (GB) Core On
Hardware Actual Deconf/ OK/ Cell Next Par
Location Usage Max Deconf Connected To Capable Boot Num
========== ============ ======= ========= =================== ======= ==== ===
cab0,cell0 Active Core 8/0/8 32.0/0.0 cab0,bay0,chassis0 yes yes 0
cab0,cell1 Active Core 4/0/8 16.0/0.0 cab0,bay0,chassis1 yes yes 1
cab0,cell2 Active Core 4/0/8 16.0/0.0 cab8,bay0,chassis0 yes yes 2
cab0,cell3 Active Core 6/0/8 32.0/0.0 cab8,bay0,chassis1 yes yes 3



Now calculate your summary of memory.

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!   
Eric Herr
Advisor

Re: nPar Hardware Configuration

Thanks.