- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I/O performance tuning
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
03-14-2006 06:51 AM
03-14-2006 06:51 AM
I need some help with disk i/o tuning. Our
server is L3000/HPUX 11.11 using PROGRESS
data base with AI (after image) turned on. I noticed whenever a cron job copying
data from one LUN to another (we use EMC Clariion Cx500 disks and was told it has 400GB cache), glance+ shows disk i/o "alert". The fstab line is like this:
/dev/vg12/lvol1 /proolhist vxfs rw,suid,largefiles,delaylog,datainlog 0 2
Anything can improve on this line? Are there
Kernel parameters can be turned to optimize
disk I/O? I'd appreciate any input...
Thanks,
Lynn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:05 AM
03-14-2006 07:05 AM
SolutionYou can make things APPEAR to be better by breaking up a VG into smaller LUN's but the actual throughput will likely be unchanged. You can actually improve i/o by breaking VG's into as many PV's as you have separate i/o paths for and then striping each LVOL in this VG across all PV's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:07 AM
03-14-2006 07:07 AM
Re: I/O performance tuning
First confirm a problem exists.
Measure stats:
http://www.hpux.ws/system.perf.sh
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
03-14-2006 07:23 AM
03-14-2006 07:23 AM
Re: I/O performance tuning
See this link where I attach a perfomance cookbook.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1009131
Read about mount options in VxFS filesystems. i.e:
mount -F vxfs -o largefiles,mincache=direct,convosync=direct
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:35 AM
03-14-2006 11:35 AM
Re: I/O performance tuning
cook book. It's very practical.
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:37 AM
03-14-2006 11:37 AM
Re: I/O performance tuning
Lynn