Operating System - HP-UX
1826330 Members
3695 Online
109692 Solutions
New Discussion

Re: VPARs and print_manifest

 
Robert Vernon
Occasional Advisor

VPARs and print_manifest

When running a print_manifest on a vpar it reports the number of processors for the npar, is there a way I can get it to report the number of processors for just the vpar?
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: VPARs and print_manifest

Robert,

No, I don't think you can modify print_manifest's behaviour, but you can run "ioscan -k |grep -n processor |wc -l" to get an accurate count.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: VPARs and print_manifest

Hi Robert,

use

vparstatus

to get the number of avail/assigned CPUs.

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!   
S.Rider
Regular Advisor

Re: VPARs and print_manifest

We ended up adding a "parstatus" and a "vparstatus -v" to the list of information (like print_manifest) that we save periodically.
Ride Boldly Ride, but watch out for El Dorado's
Joe Short
Super Advisor

Re: VPARs and print_manifest

Another good tool is cfg2html. It's been a while since I last ran it on a partitioned system, so I can't definitively say how it will handle vPars. It's freely available at
http://www.cfg2html.com
Robert Vernon
Occasional Advisor

Re: VPARs and print_manifest

It was specifically the print manifest I was interested in but I appreciate all suggestions on how to obtain the number of CPU's on the VPAR. Thank you to all who responded. Kind Regards, Rob V.