- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mincache= direct in a file system ---- suggest...
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
02-11-2008 03:07 AM
02-11-2008 03:07 AM
I have on rp7440 server with OS 11iv2.
I do want to direct my file system usage skiiping buffer cache for application performance enhancement.
So i want to apply the command
#mount -o mincache=direct /dev/vg_bill03_u03/lv_u03 /u03
Is this appropriate? or any suggestions?
How can i put this in /etc/fstab?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 05:25 AM
02-11-2008 05:25 AM
SolutionIts all here
http://docs.hp.com/en/5971-4772/ch02s03.html
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 05:28 AM
02-11-2008 05:28 AM
Re: mincache= direct in a file system ---- suggestions need
http://docs.hp.com/en/B1031-90043/ch02s03.html
A rather lot of reading but a few searches of this document will find you want you want.
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
02-11-2008 11:19 AM
02-11-2008 11:19 AM
Re: mincache= direct in a file system ---- suggestions need
/dev/vg_bill03_u03/lv_u03 /u03 vxfs mincache=direct 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2008 08:24 AM
02-12-2008 08:24 AM
Re: mincache= direct in a file system ---- suggestions need
#mount -o mincache=direct,convosync=direct /dev/vg_bill03_u03/lv_u03 /u03
Is there any issue regarding this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 04:27 AM
02-28-2008 04:27 AM
Re: mincache= direct in a file system ---- suggestions need
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 04:24 AM
05-05-2008 04:24 AM
Re: mincache= direct in a file system ---- suggestions need
Thnaks guys who responded.