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
10-18-2005 05:31 PM
10-18-2005 05:31 PM
disk I/O
disk I/O is being 100%.
the system is using eva5000 for local file system. and This is nfs server is connected with nfs client is using 800G.
How can I decrease DISK I/O?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 05:37 PM
10-18-2005 05:37 PM
Re: disk I/O
Which file system in particular is getting lots of i/o, more precisely physical io.
glance -i
sar -d 1 4
iostat 1 4
Also if this is nfs server, is everything ok with nfs mounts?? bdf may be having a problem going through nfs mounts and may appear to hang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 05:38 PM
10-18-2005 05:38 PM
Re: disk I/O
Mounting of various drives form different machines also increases that.
Sort your processes, this might give you an idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 06:07 PM
10-18-2005 06:07 PM
Re: disk I/O
For I/O you need to use iostat command.
If it shows high utilisation then you may probably think of:
1. Moving highly utilized lv (pertaining to that disk) to some other underutilised disks.
2. Avoiding unnecessary read/writes to that lv (disk).
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 08:49 PM
10-18-2005 08:49 PM
Re: disk I/O
First of all bdf will gather info about the mounted file system, inclusding nfs and will tell about the usage. When try to access the FS, it might have some problem. Please remove any CD from the system (if it is there , and then try).
Use glance -u,
will tell u which process and whcih disk is high.
Regards
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 01:04 AM
10-19-2005 01:04 AM
Re: disk I/O
You may need to tune your NFS server in case the usage is excessive. The NFS book by Dave Olker is a good reference.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 01:11 AM
10-19-2005 01:11 AM
Re: disk I/O
http://sunsite.uakom.sk/sunworldonline/swol-08-1999/swol-08-perf.html
Awadhesh