HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX in Real Time processing mode
Operating System - HP-UX
1830899
Members
1990
Online
110017
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-04-2005 09:27 AM
09-04-2005 09:27 AM
We are running weblogic server 7.x on hpux machines having 8 cpu and 16 GB Ram. I have heard that real time processing is supported on some modern unix flavors.
I just wanted to know whether real time computing supported on hpux ? if yes then is it possible to run any application in real time ?
What are commands to run any application in real time mode ?
Thanks,
Shiv
I just wanted to know whether real time computing supported on hpux ? if yes then is it possible to run any application in real time ?
What are commands to run any application in real time mode ?
Thanks,
Shiv
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 10:00 AM
09-04-2005 10:00 AM
Solution
hi
yes, hpux supports two real time processing, hpux style and posix style.
with
rtprio
root can start any process in real time priority.
BUT before trying read the man page and be very carefull with it: if you run a command that use only cpu like a schell script with a loop like this
i=1
while ((i<1000000)); do
let i=i+1
done
a cpu will be compltely and only dedicated to that process so it'w very easy to stop averything working with bad rtprio commands
hope it helps
yes, hpux supports two real time processing, hpux style and posix style.
with
rtprio
root can start any process in real time priority.
BUT before trying read the man page and be very carefull with it: if you run a command that use only cpu like a schell script with a loop like this
i=1
while ((i<1000000)); do
let i=i+1
done
a cpu will be compltely and only dedicated to that process so it'w very easy to stop averything working with bad rtprio commands
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2005 01:35 PM
09-04-2005 01:35 PM
Re: HPUX in Real Time processing mode
rtsched â execute process with real-time priority
rtprio â execute process with real-time priority
Please man rtsched and rtprio for detailed usage.
rtprio â execute process with real-time priority
Please man rtsched and rtprio for detailed usage.
Kamal Mirdad
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP