- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating multiple vg
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
07-24-2002 12:09 AM
07-24-2002 12:09 AM
- Partition of a superdome with two HBA
- Clariion FC 4700 array
- 8 LUNS (differents size) created on my array for this partition (3 LUNS on one HBA and 5 on the other).
- Each LUN will be dedicated to one Filesystem.
- The LUNs are created for Oracle.
My question is: Is it necessary to create more than one vg to increase performance.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 12:13 AM
07-24-2002 12:13 AM
SolutionNo, creating > 1 VG is no aid to performance. It is an aid to administration for all your data disks to be in a single VG (eg vg01). We run all our large Oracle servers with hundreds of GB each in a single VG without any problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 12:27 AM
07-24-2002 12:27 AM
Re: Creating multiple vg
We run informix databases, and as a guide we have one volume group which is over 250Gb.
The more VG's the more administrative overhead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 01:16 AM
07-24-2002 01:16 AM
Re: Creating multiple vg
(32 is just a number that I use, you can go 40 or more, however there is a limit of 1TB between the number of physical volumes and the maximum physical extends of the disk - each physical extend is 4MB by default).
I definately thing it's better having only one Volume Group, in fact I see people who only put only one disk per volume group and that defeats the purpose of the LVM manager that lets filesystems span on more than one disks (I guess these guys never had to deal with file systems on partitions... God what a nightmare that was...)
Hope this helps,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 01:31 AM
07-24-2002 01:31 AM
Re: Creating multiple vg
performance is strictly related to number of luns and lun size. u can have a single vg with out any problem. it will further enhance performance if u enable striping on lv level to stripe across all the luns.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 02:59 AM
07-24-2002 02:59 AM
Re: Creating multiple vg
So I don't need to create more than one vg.
I don't unterstand the interest of striping in my case, perhaps I dont't told you everything about my configuration:
my 8 luns are created (in a clariion array) in a raid group 1/0 of 4 physical disks. So my luns are already striped.
In that case, i'm not sure that striping lv will increase the performance.
Is it right or not?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 08:34 PM
07-24-2002 08:34 PM
Re: Creating multiple vg
Oracle does recommend that you use as many physical disks as possible, so you might want to consider re-configuring your clariion array to spread your LUNs across more disks on the back end.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 12:06 AM
07-25-2002 12:06 AM
Re: Creating multiple vg
For example we run several Informix "instances" on the same machine and each instance has its own volume group(s).
In this way I can be sure that abnormal disk activity on one database can have no impact (particularly if on seperate I/O channel) on the other - usefull if you run live and development work on the same machine.
You could of course do this within one volume group if you were carefull with your disk allocation to each lvol but this would require closer administration.
If you are running a RAID 5/SAN sort of setup you would also need to ensure that the LUNS do not share the same disks as well.