- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: deactivate the cache for ext3
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
09-06-2005 01:58 PM
09-06-2005 01:58 PM
Ext3 filesystems have a proper cache that acts at operation system level. This is bad when using Oracle on that filesystems.
How can I deactivate the cache of the operating system?
(example: In HP-UX is just a kernel parameter)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:11 PM
09-06-2005 05:11 PM
SolutionYou can use raw devices, or at least, disable the "access time" timestamp update (noatime).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 08:36 PM
09-06-2005 08:36 PM
Re: deactivate the cache for ext3
http://www.linuxjournal.com/article/8539 - Optimizing Oracle 10g on Linux: Non-RAC ASM vs. LVM
-http://www.oracle.com/technology/tech/linux/pdf/Linux-FS-Performance-Comparison.pdf
Linux FS performance comparison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 11:47 PM
09-06-2005 11:47 PM
Re: deactivate the cache for ext3
I am not sure whether you are talking about journaling option parameters. If you want to optimize on journal parameters then take a look at 'tune2fs' command.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 05:59 PM
09-07-2005 05:59 PM
Re: deactivate the cache for ext3
access to devices without caching is provided through raw devices, as long as the program knows how to use them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 07:54 AM
02-28-2006 07:54 AM
Re: deactivate the cache for ext3
maybe you ment "noreservation"
try mounting your DB with this option
mount -o noreservation /mount
This is new with RHEL4 and 2.6 kernel.
it intends to improve file system layout,
not always good with DB.
hope it helps
E