- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load average in Veritas cluster
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
05-07-2007 10:14 PM
05-07-2007 10:14 PM
Load average in Veritas cluster
I've two nodes in cluster and the load average in active node is very high. Pl. find the uptime of active machine as mentioned below:
xyz@node-2 # uptime
3:39pm up 2 day(s), 3:32, 2 users, load average: 8.55, 9.03, 8.91
Pl. find the uptime of passive machine as mentioned below:
xyz@node-1 # uptime
3:40pm up 2 day(s), 3:34, 2 users, load average: 0.00, 0.00, 0.00
Kindly inform whether it's an application specific problem or a system related problem. Oracle database is running in Veritas cluster.
Attachment: ps-efl output from active cluster node.
Thanking you in advvance
Thanks and Regards
Britto Sidhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2007 10:41 PM
05-07-2007 10:41 PM
Re: Load average in Veritas cluster
0 R root 9908 1 1 73 27 ? 46778 May 07 ? 772:29 /opt/billing/j2sdk1.4.2_05/bin/java
A CPU time of 772.29 seems a bit high so I believe it may be an application configuration issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2007 10:45 PM
05-07-2007 10:45 PM
Re: Load average in Veritas cluster
load is not a good means of knowing whether a system is overloaded. If there are respone problems and user apps run slowly, the load factor can still be very low and the problem severe.
The most common cause of actual problems is poorly written application code. Next most common is poorly written sql/plsql code to the database that will show up as i/o problems with little evidence in the load numbers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 04:44 AM
05-08-2007 04:44 AM
Re: Load average in Veritas cluster
Poorly written application code is the issue . I hope fine tuning the Pl/Sql codes will solve your problem. Please ask your DBA to it.
Regards
Reju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 06:29 AM
05-09-2007 06:29 AM
Re: Load average in Veritas cluster
Thanking you all once again
Britto Sidhan