- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgextend problem
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-13-2004 02:39 AM
10-13-2004 02:39 AM
vgextend problem
I've a HP-UX 11i.
I've created a VG for OVPI installation.
when I've tried to execute the mirror between the first disk and another disk, I've this message:
vgextend /dev/vgovpi /dev/dsk/c4t3d0
vgextend: Couldn't install the physical volume "/dev/dsk/c4t3d0".
File too large
disk size 73 Gb
I've configred two filesystem on first disk
- 6Gb
- 61Gb
Any suggestion?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:43 AM
10-13-2004 02:43 AM
Re: vgextend problem
run vgdisplay vg00 and check PE Size,
I think that you have to low value of PE Size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:44 AM
10-13-2004 02:44 AM
Re: vgextend problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:46 AM
10-13-2004 02:46 AM
Re: vgextend problem
Did you run 'pvcreate' on this disk?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:47 AM
10-13-2004 02:47 AM
Re: vgextend problem
pvcreate -f /dev/dsk/c4t3d0
then do
vgextend -f vg_name pv_name
Hope this helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:48 AM
10-13-2004 02:48 AM
Re: vgextend problem
--- Volume groups ---
VG Name /dev/vgovpi
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 2
Open LV 2
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 17501
VGDA 2
PE Size (Mbytes) 4
Total PE 17499
Alloc PE 16896
Free PE 603
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vgovpi/lvol1
LV Status available/syncd
LV Size (Mbytes) 6144
Current LE 1536
Allocated PE 1536
Used PV 1
LV Name /dev/vgovpi/lvol2
LV Status available/syncd
LV Size (Mbytes)
Current LE 15360
Allocated PE 15360
Used PV 1
--- Physical volumes ---
PV Name /dev/dsk/c4t0d0
PV Status available
Total PE 17499
Free PE 603
Autoswitch On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:48 AM
10-13-2004 02:48 AM
Re: vgextend problem
run a vgdisplay vgovpi, and the look the PE size and the max PE per PV, maybe your vgovpi was created with disks smaller than the one you are triyng to include and it's too big for your vgovpi.
Regards
P.S: the solution is to create a nes vg and move all your data to this new vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:50 AM
10-13-2004 02:50 AM
Re: vgextend problem
Then I've tried vgextend....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 02:56 AM
10-13-2004 02:56 AM
Re: vgextend problem
vgovpi can handle only disk < 70004MB.
A 73GB disk cannot be used completely in the VG.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:16 AM
10-13-2004 03:16 AM
Re: vgextend problem
You will wither have to form a new VG with this PV.
Do the backup of old VG to this new VG. might be using fbackup & frecover.
or cpio.
Then remove the old VG, and join the disk of old VG to new one. Or you may like to do the installation again if it is not time consuming and complicated.
Hope this helps
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 03:17 AM
10-13-2004 03:17 AM
Re: vgextend problem
Just run 'pvcreate /dev/rdsk/c4t3d0'. Use '-f' if it gives you any problem.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 04:11 AM
10-13-2004 04:11 AM
Re: vgextend problem
This might give you an explanation as well as the solution to your vgextend probem.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000075725053
the itrc doc id is KBRC00009036.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 04:39 AM
10-13-2004 04:39 AM
Re: vgextend problem
I think that you have to:
- configure new vg containing disk c4t3d0 but with greater PE size
- create lvols 1 i 2
- shutdown application
- copy data from vgovpi lvols to new lvols
- modify /etc/fstab with new vg name
- check aplication
- remove vgovpi
- extend new vg with disk of vgovpi
- mirror lvols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 04:50 AM
10-13-2004 04:50 AM
Re: vgextend problem
Best Regards,
Eric