- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logical volumes & space
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
09-09-2004 02:46 AM
09-09-2004 02:46 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 02:48 AM
09-09-2004 02:48 AM
Re: logical volumes & space
Can you post your vgdisplay output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 02:50 AM
09-09-2004 02:50 AM
Re: logical volumes & space
Is that your volume group name: vg01-a7? Assuming it is, then yes, you have 4300 available in bot vg01-a7 and vg01-a6. It's just coincidental that you happened to have the same in both.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:08 AM
09-09-2004 03:08 AM
Re: logical volumes & space
Why don't you attach the outpur of "vgdisplay -v /dev/vg_name" for vg01 and 02 and let us take a look at that.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:11 AM
09-09-2004 03:11 AM
SolutionYou mention you have 2 volume groups (vg01 and vg02), but you then mention you have free space in vg01-a7, vg01-a6, vg01-a5.
If the vg01-a* names are actual volume group names then by running vgdisplay /dev/vg01-a7 you can see how much space is free in that volume group.
If however a5, a6, and a7 are logical volumes in /dev/vg01 then you would run 'vgdisplay /dev/vg01' which would show total space free that can be used for a5, a6, and a7. The thing that makes me doubt this is the senario is you state vg01-a6 and vg01-a7 has 4300 free and vg01-a5 has only 1800 free.
If you could run a 'vgdisplay' without any options it will print the info for all volume groups. Post that if you can.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:37 AM
09-09-2004 03:37 AM
Re: logical volumes & space
are you talking about HP-UX LVM volume groups, or about Veritas VxVM volumes of a diskgroup?
Your notation rather sounds like the plex indexes of a VxVM volume to me.
If you're talking about LVM then
/usr/sbin/vgdisplay -v vg01
should list the vital information, and you should attach the output to your thread.
If you are talking about VxVM then a
/usr/sbin/vxdisk -o alldgs list
should list your diskgroups, and a subsequent
/usr/sbin/vxprint -htg
you should issue and post here (where dg_name is a diskgroup from the 1st command)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:37 AM
09-09-2004 03:37 AM
Re: logical volumes & space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:38 AM
09-09-2004 03:38 AM
Re: logical volumes & space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:43 AM
09-09-2004 03:43 AM
Re: logical volumes & space
Look at the vgdisplay output.
You'll notice,
for vg01
free PE=471 and PE_Size = 4
so free space available under vg01 => 471*4MB => 1884MB
This is the total space availble for all lv's under vg01
you can use this space for extending one lv or share it among other lv's under vg01
for vg02
free PE=1075 and PE_Size = 4
so free space available under vg01 => 1075*4MB => 4300MB
This is the total space availble for all lv's under vg02
you can use this space for extending one lv or share it among other lv's under vg02
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:44 AM
09-09-2004 03:44 AM
Re: logical volumes & space
The vg01 has 471 free PEs of 4MB each free. The vg02 has 1075 free PEs of 4MB.
Pete
Pete