- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: question on vgextend
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
10-26-2001 05:26 PM
10-26-2001 05:26 PM
question on vgextend
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 05:27 PM
10-26-2001 05:27 PM
Re: question on vgextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 11:24 PM
10-26-2001 11:24 PM
Re: question on vgextend
first of all, you might get a more qualified answere in the HP-UX area, because this is about LVM.
Anyway, if you just want to create an alternate link (i.e. accessing the same physical disks via an alternate route), you just do an vgextend /dev/VGNAME /dev/dsk/DEVICE_FILE_OF_NEW_DISK_ROUTE
There are no more PE used, because the information is stored in the LVM tab and the LVM header of the disks, which has been created already initally by doing pvcreate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2001 01:26 AM
10-27-2001 01:26 AM
Re: question on vgextend
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2001 08:28 AM
10-27-2001 08:28 AM
Re: question on vgextend
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 10:17 AM
10-29-2001 10:17 AM
Re: question on vgextend
When I run >vgextend /dev/vg01 /dev/dsk/c7t0d0 I get a error
Too many physical extents for volume group. Can not add physical volume to Volume group. LVM_MAXPXS:65535
This is a new setup and there is no data currently.
I did not create the volumes but beleive the solution is to recreate the volume with a larger extent size. I'm just trying to figure out what that value should be.
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 10:48 AM
10-29-2001 10:48 AM
Re: question on vgextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:11 AM
10-29-2001 11:11 AM
Re: question on vgextend
TKB Doc ID: 1100364494
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4508e40d13dfeb14f4/screen=ckiDisplayDocument?docId=200000053080181
TKB Doc ID: 5003407064
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4508e40d13dfeb14f4/screen=ckiDisplayDocument?docId=200000041143098
Patch PHCO_18485 is referenced in the last link as the solution. PHCO_18485 has been superseded and the latest patch is PHCO_24437
http://us-support.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=eff5c10506287da52f?PACH_NAM=PHCO_24437
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:19 AM
10-29-2001 11:19 AM
Re: question on vgextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:26 AM
10-29-2001 11:26 AM
Re: question on vgextend
-Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:32 AM
10-29-2001 11:32 AM
Re: question on vgextend
vgdisplay -v vg01
for us?
thanks,
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:35 AM
10-29-2001 11:35 AM
Re: question on vgextend
If it is a 10.20 system, then it's a problem and you need to install the patch PHCO_23437.
//start (Part of Patch description)
PHCO_17118:
vgextend does not allow extension of volume group
more than 65535(LVM_MAXPXS), which is the value for a
physical volume. The actual limit for volume group
should be 65535 * 255 (LVM_MAXPXS * LVM_MAXPVS).
//End
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:55 AM
10-29-2001 11:55 AM
Re: question on vgextend
Now as a work around, when you get sometime, probably you can do a vgexport and import the volume group back. I suppose the problem is only with the command that is doing a wrong check. So, vgimport should be able to get the other disk also back.
#vgchange -a n vgxx
#vgexport -v -s -m /tmp/vgxx.map vgxx
#mkdir /dev/vgxx
#mknod /dev/vgxx/group c 64 0x0?0000
#vgimport -v -s -m /tmp/vgxx.map vgxx
Do a vgdisplay and see if you got the alternate link.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 11:58 AM
10-29-2001 11:58 AM
Re: question on vgextend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 12:04 PM
10-29-2001 12:04 PM