- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Does having all lvols in one VG affect perform...
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-07-2007 04:49 AM
02-07-2007 04:49 AM
Filesystem kbytes used avail %used Mounted on
/dev/vg20/lvora 52396032 7402568 44642024 14% /v00
/dev/vg21/lvdata01 524189696 491474688 32459488 94% /v01
/dev/vg21/lvdata02 524189696 356096632 166779880 68% /v02
/dev/vg21/lvdata03 524189696 328187680 194470800 63% /v03
/dev/vg21/lvdata04 524189696 477657976 46168240 91% /v04
/dev/vg21/lvdata05 524189696 395572128 127613008 76% /v05
Now they are trying to tell me that each mount point should be a separate vg?
The LUNS are: 524189696 each - so there are only 5 "disks".
The LUNS are RAID5 (I wanted mirroed striped).
Will it make a performance difference having each LUN in a separate VG?
Rgds...Geoff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 05:03 AM
02-07-2007 05:03 AM
Re: Does having all lvols in one VG affect performance?
Rule Number 2: See Rule Number 1.
I know many DBA's who still worry about platters and spindles.
In any event, my best guess is "big woo". I don't think there will be any difference in performance whether the LUN's are in 1 VG or 5. You have already spread the physical I/O and what you are talking about is really a kernel indirection lookup. I can't see much different in that overhead regardless of the configuration.
Of course, the real answer is to measure for yourself. If anything, I would question the RAID5 vs RAID 1/0 layout but even there with modern cache-centric arrays the differences may be very modest. I suppose that an extremely telling statistic would be if dividing into 5 LUN's vs 2 makes any real difference. Depending upon the array, I have seen cases where even the many LUN's vs very few LUN's made no significant difference --- although Glance was much happier with more LUN's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 05:20 AM
02-07-2007 05:20 AM
Re: Does having all lvols in one VG affect performance?
I've actually run some comparisions and found no performance difference.
The layout of the disk, is of much more importance to oracle.
rollback segments, tables and index that need heavy write access should be on raid 1 or raid 10 if possible.
A. Clay's rules are good. I've worked with some really awesome DBA's and a minority of them had a clue on i/o issues.
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-07-2007 05:51 AM
02-07-2007 05:51 AM
Re: Does having all lvols in one VG affect performance?
Manage a 2TB filesystem or a number of smaller ones.
Manage a volume group with 1 device or many.
Simple typically is better. Think about what if there is a failure. How easily is it recoverable, from devices to filesystems.
I would expect the fsck and recovery of a 2TB filesystem would take longer and have a higher likely hood of failure not to mention the inode management overhead, than a number of smaller ones. Less likely hood of all of them failing. All one bucket scenario. Albeit 1000s of filesystem mounts are the other extreme.
Find a happy medium.
BTW, I agree with rule#1 also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 09:05 AM
02-07-2007 09:05 AM
Re: Does having all lvols in one VG affect performance?
What you need to remind the DBA is they should keep in mind that the whole VG idea is really just a space management allocation tool that's only relevant during set up and allocation, after that the scsi i/o software interfaces/controllers/raid hardware/disk drives/etc. do all the I/O work of your database.
Whether you're in one vg or twenty - you still have the same amount of control over how the data is striped (PVG's), laid out, raided etc. No penalty here. So what's left is your ability to change things after set up. If you're using separate vg's for everything then you have less ability to move segments of disk allocation around between mount points,raid sets, etc. But, if that limitation doesn't matter, or you've already planned for those eventualities - then that doesn't matter either.
Addendum to A. Clay's rule: If you find yourself having to listen to a DBA - then become one yourself, that way you can design the disk structures based on the known advantages to layout and structure from BOTH professional disciplines and not just the one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 11:23 AM
02-07-2007 11:23 AM
Re: Does having all lvols in one VG affect performance?
BTW, you're right about that, and they should have followed your advice and gone mirrored and striped.
Later, when they point to statistics showing slowness in sequential writes, non-sequential writes, and slowness in the time it takes to switch redo logs, and write archive logs... You can point to that decision right ... UP THERE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 01:10 PM
02-07-2007 01:10 PM
Re: Does having all lvols in one VG affect performance?
bdfmegs -v /usr/contrib/bin/q4
Bill Hassell, sysadmin