- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- small file sytems vs. larger file systems for Orac...
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
06-16-2003 11:36 AM
06-16-2003 11:36 AM
If we had a lot of usage I might say ok so we could use different mount options for the datafiles and the indexes but we don't so I would prefer larger file systems, just plain easier to manage.
6 GB is hardly anything now a days and the DBAs tend to stuff 3.1 GB in a file system and than say they can't use anymore since they need more than the 2.9 GB that is available.
Any comments?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 11:42 AM
06-16-2003 11:42 AM
Re: small file sytems vs. larger file systems for Oracle
Of course, the true performance killer in this setup is the 12H itself. Has to be one of the slowest RAID boxes I've ever worked with....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 11:46 AM
06-16-2003 11:46 AM
Re: small file sytems vs. larger file systems for Oracle
While it is generally easy to manage large filesystems, you may get into difficulties once the *hotspots* start showing up. Because all you have are few filesystems and you cannot really spread the data wherever you want at crisis times.
If you have multiple smaller filesystems, if you find one filesystem busy, then either you can move the data over to another filesystem or move the entire filesystem over to another disk that is less active.
Unless you are dealing with tens of filesystems, I would suggest to go with your DBA's recommendations.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 11:48 AM
06-16-2003 11:48 AM
Re: small file sytems vs. larger file systems for Oracle
This time they aren't being unreasonable. Especially if you can balance the IO through separate controllers.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 11:49 AM
06-16-2003 11:49 AM
SolutionThere is really no point in going beyond 2 filesystems. One for datafiles and indices and the other for redo/archivelogs. Splitting like this will allow you to play with different mount options for the datafiles/indices. Typically on 11.0 and below, the datafiles and indices performed best with convosync=direct,mincache=direct to bypass the buffer cache. You could also reduce buffer cache and used the memory for larger SGA's. In 11.11, Oracle tends to work best with everything in cooked files.
My "recipe" is to configure 2 identically sized LUNS on the 12H. LUNA should have primary path thru controller X (alternate Y) and LUNB should use primary path Controller Y (alternate X). You then crerate each LVOL striping across both LUN's in 64K chunks. This will fully utilize both external SCSI buses and the four internal buses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 11:53 AM
06-16-2003 11:53 AM
Re: small file sytems vs. larger file systems for Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 12:20 PM
06-16-2003 12:20 PM
Re: small file sytems vs. larger file systems for Oracle
The real trick with the 12 H is splitting the IO across the x and the y controllers and I like Mr. A. Caly Stephenson's recepie although I may try a couple of tests.
File system mounting options is the only thing we might loose than and since we are upgrading to 64 bit 11i than even that seems like a stretch.
Also, note that this system is lightly loaded. I would have to see an increase by a factor of 10 or more to see any real usage.
I'll give out point tomrrow.