- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Size of Volume Group
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
04-23-2002 12:17 PM
04-23-2002 12:17 PM
Size of Volume Group
done any testing on the size of volume
groups? Is there any advantage to having
a small number of volume groups on a server
versus a large number, etc.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:27 PM
04-23-2002 12:27 PM
Re: Size of Volume Group
1) Are you talking about arrays or physical disks?
2) Large sequential or random I/O? Database?
3) Raw or cooked I/O? Type of filesystem?
4) Number of disks or arrays involved?
Almost certainly you want at least 2 or 3 volume groups. vg00 is used for the OS. vg01 might be used for applications and vg02 might be used for data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:29 PM
04-23-2002 12:29 PM
Re: Size of Volume Group
-Every system needs at least one VG - vg00 which should contain the OS + NOTHING ELSE (some people like to put their backup client s/w in here to to aid recovery)
-The usual rule of thumb after that is 1 VG per application, but thats not hard and fast e.g. if you want to split an applications IOs over seperate disks you can guarantee the split by putting the filesystems in different volume groups (e.g. Oracle datafiles vs. redo logs)
-From a performance perspective it usually makes sense to keep disks with wildly different geometry and performance stats in different VGs (e.g. a VG made up of an XP512 LUN and an old 7200rpm 2GB seagate will give inconsistent performance).
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:40 PM
04-23-2002 12:40 PM
Re: Size of Volume Group
I doubt anyone would setup 255 VGs (the max) to test the performance. Same goes to having 255 (also the max) PVs in a single VG. Thus I don't think you would be able to find any documentaion about this test. Having 3 VGs vs say 10 VGs, I would think it won't make any "significant" difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:46 PM
04-23-2002 12:46 PM
Re: Size of Volume Group
Aside from "reserving" vg00 for the operating system's standard filesystems the number of volume groups is a matter of taste.
Keep in mind, however, that some memory is necessary for each volume group as represented in kernel structures. This is controlled by the 'maxvgs' kernel paramter. Each volume group consumes about 4-8 KB of lockable memory. By default, ten (10) volume groups are allowed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 12:50 PM
04-23-2002 12:50 PM
Re: Size of Volume Group
I bumped into maxvgs the hard way - not being able to create a VG, knowing the command(s) were correct & pulling my hair out......'til I searched the ITRC KnowledgeBase & finding that wonderful gem of advice - INCREASE MAXVGS!
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:38 PM
04-23-2002 01:38 PM
Re: Size of Volume Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 08:03 AM
04-25-2002 08:03 AM
Re: Size of Volume Group
Another thing to think about is how you manage you volume groups. Some one mentioned a volume group per application. I agree with that line of thinking. I have vg00 for the OS. I have another vg for my Oracle and SAP executables. I have 4 other vg's for my 600+GB database. I keep the executables and data seperate. Bi-monthly we refresh our QA database from our production database. We do a Business Copy on our XP256. All we want is the data so we keep them in different vg's. In the long run I want the data in one vg to simplify the QA refresh proceudre. I originally set it up with 5 because there was a bug with lvcreate. I'm gradually moving toward one to simplify management of them, aka my life.