- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Processor-Process Binding on HP UX 11i
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
07-01-2003 05:11 AM
07-01-2003 05:11 AM
Processor-Process Binding on HP UX 11i
Can Anybody let me know how to create a processor set in HP UX and bind a Process Id TO the same .Like in sun we have psrset and pbind .How to do the same in HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 05:37 AM
07-01-2003 05:37 AM
Re: Processor-Process Binding on HP UX 11i
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PSETS
Without that, you can still bind a process to a single CPU with the mpsched command. See the mpsched(1) man page for details.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 05:52 AM
07-01-2003 05:52 AM
Re: Processor-Process Binding on HP UX 11i
there is no way in hp unix that you can bind any process to perticuler CPU as we can do it in Solaris.
For HP Unix you have to bye a separate product called HP PRM(Process Resource Manager) with the help of PRM you can get this functionality.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 12:42 AM
07-02-2003 12:42 AM
Re: Processor-Process Binding on HP UX 11i
Thanks for the response , But i am not able to find the man page of "mpshed".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 12:49 AM
07-02-2003 12:49 AM
Re: Processor-Process Binding on HP UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 12:55 AM
07-02-2003 12:55 AM
Re: Processor-Process Binding on HP UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 01:07 AM
07-02-2003 01:07 AM
Re: Processor-Process Binding on HP UX 11i
This is not as comprehensive as the processor sets package or PRM.
Man mpctl shows that you can either force a process to be bound to a cpu, or (preferrably) give a process affinity to a cpu, allowing the HP-UX scheduler to override if necessary. You can also discover how many cpus are installed.
See the attached C program which binds a process id (arg 1) to a cpu (arg 2).