- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: processor count using adb in vPar environment
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 02:27 AM
03-01-2006 02:27 AM
processor count using adb in vPar environment
echo "runningprocs/D"|adb -k /stand/vmunix /dev/mem
In a vPar environment with ICOD this reports all procs minus the two bound to the other vPar.
Is there another kernel var that can be used to report the current number of processors active in a vPar I only see runningprocs in /usr/include/sys/ki_calls.h ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 02:50 AM
03-01-2006 02:50 AM
Re: processor count using adb in vPar environment
How about the vparstatus command?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 02:53 AM
03-01-2006 02:53 AM
Re: processor count using adb in vPar environment
Note:
Also noticed adb hangs on one partition and not the other.
Using adb64 works for some items but not others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 02:53 AM
03-01-2006 02:53 AM
Re: processor count using adb in vPar environment
You can get this information from pstat, attaching a C program to do so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:13 AM
03-01-2006 03:13 AM
Re: processor count using adb in vPar environment
adb fails/hangs in vPar as it has trouble accessing the higher memory region that the vPar > 1 runs in. Aquire the new ADB or use /dev/kmem instead of /dev/mem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 05:32 AM
03-01-2006 05:32 AM
Re: processor count using adb in vPar environment
c1 c2;do
printf " %12s %4d cpus\n" $vpar $((c1+c2))
done