- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question: Multiple volume groups on one disk?
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
08-25-2003 10:26 AM
08-25-2003 10:26 AM
I have 1 36-gig drive. I am planning to install 10.20 (have to due to application). I want to though have 10.20 in VG00 and something else in VG01 but on the same disk.
Can this be done? Or do you have to allocate an entire volume group for one disk?
Please respond.
Thanks, Angie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:29 AM
08-25-2003 10:29 AM
SolutionA VG can be made up of multiple drives. But 1 drive can NOT be a part of multiple VGs
Your best (read only) option would be to set up another LVOL as part of VG00 for your application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:33 AM
08-25-2003 10:33 AM
Re: Question: Multiple volume groups on one disk?
As Patrick said, a physical disk can only be long to one VG. That said, however, I would strongly encourage you to keep additional lvols (which I presume will contain application data), separate from your vg00. Keeping vg00 strictly for your root volume, even if it means wasting some disk space, is highly desirable when it comes to backup and recovery efforts.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:34 AM
08-25-2003 10:34 AM
Re: Question: Multiple volume groups on one disk?
No. A volume group consists of one or more physical disks but is uniquely identified by an LVM header written to every physical disk member. You may, however, have an arbitrary number of logical volumes within any volume group. See the 'lvm(7)' man pages for more information. See also, the "Managing Systems and Workgroups: A Guide for HP-UX System Administors" guide (chapter-6) for an excellent introduction to LVM.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:37 AM
08-25-2003 10:37 AM
Re: Question: Multiple volume groups on one disk?
# man vgcreate
Also, check the LVM rules for all possible limitations and conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:41 AM
08-25-2003 10:41 AM
Re: Question: Multiple volume groups on one disk?
Thanks for the quick responses.
Ok I will just have VG00 for the OS.
But I was confused on the below. Is this saying that I should set up like a different VG# in order to have the additional lvols? In other words, I must set up Vg01 on another disk for these additional lvols, right?
I guess though I could have Vg00 lvol15 have the data but it then would be a part of the same Volume group.
Thanks...Angie
" I would strongly encourage you to keep additional lvols (which I presume will contain application data), separate from your vg00."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:42 AM
08-25-2003 10:42 AM
Re: Question: Multiple volume groups on one disk?
Its a growing complaint now that the new servers are shipped with gigantic internal drives.
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
08-25-2003 10:44 AM
08-25-2003 10:44 AM
Re: Question: Multiple volume groups on one disk?
>"In other words, I must set up Vg01 on another disk for these additional lvols, right? "
Exactly right. If you're really tight on space, you could use the leftover space on vg00 for additional lvols, but you would be better off to keep things separate if you can and keep vg00 strictly for your root volume.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:49 AM
08-25-2003 10:49 AM
Re: Question: Multiple volume groups on one disk?
Btw, 10.20 is no longer supported by HP. Consider installing 11.0 or 11i on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 10:51 AM
08-25-2003 10:51 AM
Re: Question: Multiple volume groups on one disk?
I got all my questions answered. Will try to keep the OS only on VG00.
Thank you again... you are all so wonderful.
Angie