- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem Adding Phisical Disks to a Volume Grou...
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-16-2007 03:54 AM
08-16-2007 03:54 AM
Problem Adding Phisical Disks to a Volume Group.
I have a volume Group called vg19. It has a PV sized at 5G. When I try to add another PV of 15G to extend the size of the Volume Group, I get the following error:
vgextend: Warning: Max_PE_per_PV for the volume group (1279) too small for this PV (3839).
Using only 1279 PEs from this physical volume.
Now in LINUX, I have Volume Groups with multiple LUN sizes, so why is HP-UX forcing my bigger luns to 5G???
What do I do to get the full size of the disk used without rebuilding my VolGroup??
Regards
Nigel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 03:55 AM
08-16-2007 03:55 AM
Re: Problem Adding Phisical Disks to a Volume Group.
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 03:58 AM
08-16-2007 03:58 AM
Re: Problem Adding Phisical Disks to a Volume Group.
Hi Nigel,
Yes, possible
vgmodify is a new command from HP to modify the Max PE per PV and it 's official introduced by a patch for HPUX 11iv2 (11.23). However, the vgmodify becomes a built-in function in 11iv3 (11.31).
For 11.23, the current patch (or latest) for vgmodify is:
[formatted]
PHCO_35524 s700_800 11.23 LVM commands patch
Hope this help.
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 04:03 AM
08-16-2007 04:03 AM
Re: Problem Adding Phisical Disks to a Volume Group.
You can add larger disks to an existing VG but only a portion of the disk will be usable --- unless you run vgmodify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 05:52 AM
08-16-2007 05:52 AM
Re: Problem Adding Phisical Disks to a Volume Group.
I'm running 11.11, so I'm in a bit of bother.lol
So not to waste any space, how do I remove the 15G disk from the Volume group? I've been told you cant just remove the disk with vgreduce, you need to so some other stuff too??? EXMAMPLES PLEASE...
If I can remove the disk from the group, ill resize it on the EVA and then re-present it, then add it back with 2 more 5g luns to acheive my goal.
What a nightmare.lol
Thanks.
Nigel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 05:58 AM
08-16-2007 05:58 AM
Re: Problem Adding Phisical Disks to a Volume Group.
You can simply run:
# vgreduce /dev/vg19 /dev/dsk/cXtYdZ
...without doing anything else as long as all you did before was a 'vgextend'. If you also added or extended logical volumes onto this device, you must remove those, first.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 06:20 AM
08-16-2007 06:20 AM
Re: Problem Adding Phisical Disks to a Volume Group.
fsadm -F vxfs -de /myfs
Then you can reduce the file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 03:00 PM
08-16-2007 03:00 PM
Re: Problem Adding Phisical Disks to a Volume Group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 05:53 PM
08-16-2007 05:53 PM
Re: Problem Adding Phisical Disks to a Volume Group.
check vgdisplay -v vg19
=> Max PE per PV : x
=> PE Size (MBytes) : y
The maximum size of a disk / lun = x * y
You have also a paramater Max PV. This is the maximum of Luns you can have in your VG
Use vgremove to remove the 15 GB Lun
vgremove vg19 /dev/dsk/cxtydz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 05:55 PM
08-16-2007 05:55 PM
Re: Problem Adding Phisical Disks to a Volume Group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 12:02 AM
08-17-2007 12:02 AM
Re: Problem Adding Phisical Disks to a Volume Group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 02:26 PM
08-17-2007 02:26 PM