- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance of running system
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
06-17-2005 01:00 PM
06-17-2005 01:00 PM
Performance of running system
Do we need to reboot the hpux 11i system to improve its performance ?
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 01:25 PM
06-17-2005 01:25 PM
Re: Performance of running system
some of my machines have been running for more than 200 days without rebooting. since they are production servers, the more it needs to be up and running 24 by 7.
performance of a system do not necessary means rebooting and magically everything is ok. it depends on various aspect, i.e. enough hardware, recommended hardware sizing, kernel setting based on applications running on system, etc.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 01:50 PM
06-17-2005 01:50 PM
Re: Performance of running system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 02:18 PM
06-17-2005 02:18 PM
Re: Performance of running system
We are not living in a room with windows to get fresh air, are we ? ;-)
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 03:33 PM
06-17-2005 03:33 PM
Re: Performance of running system
I agree w/ Joseph + A. Clay + Devesh,
you don't have to reboot - say once a month.. or every so often.
but if you have a planned outage for Patches once every 4 months, this might be a good thing.
there are some situations that require a "forced" or manual reboot due to some issues like: (1) completely exhausted all memory on the box - even SWAP area(s), (2) running out of process slots in the process-table (proc[] kernel table).
but keep an eye on your process table activity..
one minor reason to have a reboot might be that there are too many
ps -eaf
if there are too many of these guys (which that take up a slot in the proc[] table in the kernel), then a reboot will clean them out. also, maybe these processes that are defunk'ed are dependent on "shared-memory" segments..
in any event, reboot if your are forced too.. "uptime" is key in any environment today.