- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vg extend
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
12-28-2004 05:22 PM
12-28-2004 05:22 PM
Vg extend
In vgdisplay -v iam getting the following output
VG Name /dev/vgbs
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 1279
VGDA 4
PE Size (Mbytes) 8
Total PE 2558
Alloc PE 1876
Free PE 682
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
It means i can use upto 10gb of pv only .Now i want to add a lun of 15gb to that same vg will it create any problem .I hope ican use only 10gb of space in that 15gb lun .Will it give any errors ,if it gives any errors how to overcome that error
Thanks
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:27 PM
12-28-2004 05:27 PM
Re: Vg extend
your disk size is 20GB (Total PE * PE size).
so you can plug in the 15GB disk and extend the VG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:36 PM
12-28-2004 05:36 PM
Re: Vg extend
which one we hav to consider Total PE or Max PE Per Pv value .
It will be good if u can tell me in brief about the value in the output
Thanks
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:36 PM
12-28-2004 05:36 PM
Re: Vg extend
Ravi misread the vgdisplay output:
MAX PE per PV=1279
*
PE Size = 8
equals 10GB
If you add larger disks than 10GB you will be able to allocate 10GB without any problem.
To overcome this limit you can recreate the Volume Group or create a new volume group for the new disk.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:38 PM
12-28-2004 05:38 PM
Re: Vg extend
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:40 PM
12-28-2004 05:40 PM
Re: Vg extend
I dont want to create a newvg i want to extend this vg .will it create any problem while extending other than i can use upto 10gb of space.if it gives any errors how to overcome that error
thanks
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:43 PM
12-28-2004 05:43 PM
Re: Vg extend
If you add larger disks than 10GB in that volume group you will be able to allocate 10GB without any problem.
If I recall correct you will get a warning that you can not use the whole disk, but I should work without any problem.
regards,
Thierry Poels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:44 PM
12-28-2004 05:44 PM
Re: Vg extend
You can use upto 10gb of any LUN in this VG without any problem. It will not give any errore.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:49 PM
12-28-2004 05:49 PM
Re: Vg extend
Thanks This what i want to confirm
If i want to change the Max PE Per Pv .how to do that iam having online JFS .is it possible to change that
Thanks
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:50 PM
12-28-2004 05:50 PM
Re: Vg extend
you can only change "Max PE per PV" by recreating the VG, no other option.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 05:57 PM
12-28-2004 05:57 PM
Re: Vg extend
sorry, i was in middle of a clearcase problem, hence miscalculated the disk size.
since your disk is 10GB in size, hence system allows you to use only 10GB of the 15GB disk.
The solution is ignite
make a make_tape_recovery of the existing VG (disk), plug in the new 15GB disk and restore on 15GB disk (by booting thru tape).
Now 15GB disk will be your default boot disk
Once you boot with 15GB disk
#pvcraete -f /dev/rdsk/<10GB disk>
#vgextend vg00 /dev/dsk/<10GB disk>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 06:00 PM
12-28-2004 06:00 PM
Re: Vg extend
but thsi not a root vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 06:22 PM
12-28-2004 06:22 PM
Re: Vg extend
You can not change "Max PE per PV". This value can be configured only at the time of VG creation.
The best and safest way is to backup your data on vgbs volume group and the remove old VG the create new VG with higher number of PE.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 06:30 PM
12-28-2004 06:30 PM
Re: Vg extend
Since the disk is not root vg, i also propose Sunil sharma's suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 09:51 PM
12-29-2004 09:51 PM
Re: Vg extend
Wish You A very Happy NewYear
Yesterday I as per my earlier inputs . I added one 15 gb lun to that vg .and its increases the FREE PE value also .Now after doing vgextend by vgdisplay -v shows
# vgdisplay -v /dev/vgbs |pg
--- Volume groups ---
VG Name /dev/vgbs
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 1279
VGDA 6
PE Size (Mbytes) 8
Total PE 3837
Alloc PE 2546
Free PE 1291
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
but Iam facing problem while doing lvextend .if i give
#lvextend -L 12288 /dev/vgbc/lvbahtmp
it says
lvextend: not enough free physical extends available
logical volume /dev/vgbc/lvbahtmp could not be extended balonging to vgbc /dev/vgbc
Failure caused by strict allocation policy
can u tell me what it means.How to overcome from this