- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is this rule is true?
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
11-06-2001 09:44 AM
11-06-2001 09:44 AM
Please confirm if this is true or if there is a way of doing it.
Thanks & Regards,
Ashraf
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:50 AM
11-06-2001 09:50 AM
Re: Is this rule is true?
Yes, it is true. A physical volume (disk/lun as seen in
the ioscan ouput) can belong
to only ONE volumegroup.
That is how the VG layout is
structured. Physical volumes
are grouped together under
one VG and then the VG is
sliced into different LV's.
There LV's can use space on
all the PV's of the VG.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:50 AM
11-06-2001 09:50 AM
Re: Is this rule is true?
But you can have several pv in one vg.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:55 AM
11-06-2001 09:55 AM
Re: Is this rule is true?
Thinking of a physical volume as a single disk attached to the system, you can not put this disk into two volume groups.
If you have storage systems in between, which offer to define logical units to be seen from the OS as physical volumes, it might be posible, that two volumegroups reside on the same physical disk, but in this case this disk shows up as two physical volumes to the OS.
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 09:59 AM
11-06-2001 09:59 AM
Re: Is this rule is true?
Yes, a physical volume (disk) can belong to only one logical volume.
The man pages ('man 7 lvm') for LVM have a good, short overview of basic concepts.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:19 AM
11-06-2001 10:19 AM
SolutionI agree with the others, that each physical disks are gathered into a specific volume group, here is some documentation that supports this:
http://docs.hp.com/hpux/onlinedocs/B2355-90684/B2355-90684.html
-> Section 7 -> L -> LVM
"Unlike earlier arrangements where disks were divided into fixed-sized sections, LVM allows the user to consider the disks, also known as physical volumes, as a pool (or volume) of data storage, consisting of equal-sized extents. The default size of an extent is 4 MB.
An LVM system consists of arbitrary groupings of physical volumes, organized into volume groups. A volume group can consist of one or more physical volumes. There can be more than one volume group in the system. Once created, the volume group, and not the disk, is the basic unit of data storage. Thus, whereas earlier one would move disks from one system to another, with LVM, one would move a volume group from one system to another. For this reason it is often convenient to have multiple volume groups on a system."
Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:50 AM
11-06-2001 10:50 AM
Re: Is this rule is true?
A physical volume can be part of only one volume group.
You can create multiple logical volumes (in same VG) on single physical disk.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:55 AM
11-06-2001 10:55 AM
Re: Is this rule is true?
One PV only can under one VG at one time.
Shawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 11:09 AM
11-06-2001 11:09 AM
Re: Is this rule is true?
carved up into slices. So the documentation should read "PSEUDO PHYSICAL DISKS".
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 11:36 AM
11-06-2001 11:36 AM
Re: Is this rule is true?
When you think of a physical disk, think of it as that (be it an actual JBOD disk or EMC hypervolume, or other array slice) which is referenced by a device file (/dev/[r]dsk/c?t?d?).
Each disk device file can only belong to one Volume Group (VG). Each VG can, and usually does, contain more than one disk device, thus the "group" part of volume group.
I hope this makes sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:44 PM
11-07-2001 11:44 PM
Re: Is this rule is true?
For LVM the answer is obviously: NO!
But AFAIK for the (new) VxVM (Veritas Volume Manager) the answer is: YES!
Glad to contribute to the confusion ;-)
Wodisch