- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance I/O disk problem
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
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
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
тАО08-14-2003 04:46 PM
тАО08-14-2003 04:46 PM
Performance I/O disk problem
I have a HP server rp5430 serie HP9000 running OS HP-UX 11i, with 1GB RAM, 2 CPUs and a disk controller RAID4si.
This server has installed an e-mail service for 50 thousand accounts (software is qmail + vpopmail + mysql + Maildir).
At this moment, we are experiencing a problem of slowness in the reading and writing of disk,
Apparently because is much the information that receives (e-mail service). Is generate a bottle neck in the writing to the disk, for that reason my e-mail service is slow for local messges.
When I use the glance command, I saw that the disk used arrives at the 100% and memory 99%.
I need to improve the performance, making an adjustment or tuning kernel, adjustment of the disk, or another option.
Previously I don't have any problem with another equipment, this was an Alpha 1200 Server with 739MB RAM.
I don't know if I should change some kernel parameters, for example: fs_async, nfile, maxuser, nproc, dbc_max_pct, bufpages, etc.
I attachment some additional information that hope serves to you for the diagnosis.
I wait for your recommendations.
Very Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 05:01 PM
тАО08-14-2003 05:01 PM
Re: Performance I/O disk problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-14-2003 11:54 PM
тАО08-14-2003 11:54 PM
Re: Performance I/O disk problem
Are the HP disks as fast and with as much cache as the ones on your Alpha were ?
What is your disk layout like ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 08:40 AM
тАО08-15-2003 08:40 AM
Re: Performance I/O disk problem
Michael and Stefan
My system have this configuration:
one controller disk RAID4Si with 4 disk of 36GB in raid5
Michael: The application used is qmail, this application have hundreds process, and the problem appears when arrives the local e-mails. In this moments the local delivery is slow, and disk used is 100% and %busy too is 100%.
Stefan: I am attaching my disk layout (command vgdisplay -v vg01)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 09:20 AM
тАО08-15-2003 09:20 AM
Re: Performance I/O disk problem
Also change the swap accordingly.
To reduce disk I/O use striped mirror or RAID5.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2003 09:23 AM
тАО08-15-2003 09:23 AM
Re: Performance I/O disk problem
1. Rebuild kernel with max_dbc_pct set to 10%, as previously mentioned. This is NOT the prime culprit, but should be done.
2. the "sar -d" shows that your system is beating up on disk c4t0d0, but c1t0d0 isn't much used. SPREAD YOUR DISK I/O ON THE OTHER DISKS.
If possible, spread your disk i/o on another controller. Multiple paths. Stripe across multiple paths if you can.
The sar command only shows what's happening now. Get an "over time" look at your i/o and try to spot the hot disks....