- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg and lv extend errors
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-12-2010 07:56 AM
08-12-2010 07:56 AM
vg and lv extend errors
extend errors ??
# vgdisplay -v vg03_backup
--- Volume groups ---
VG Name /dev/vg03_backup
VG Write Access read/write
VG Status available
Max LV 126
Cur LV 1
Open LV 1
Max PV 8
Cur PV 3
Act PV 3
Max PE per PV 51199
VGDA 6
PE Size (Mbytes) 4
Total PE 69117
Alloc PE 65535
Free PE 3582
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 1638368m
VG Max Extents 409592
--- Logical volumes ---
LV Name /dev/vg03_backup/backup
LV Status available/syncd
LV Size (Mbytes) 262140
Current LE 65535
Allocated PE 65535
Used PV 3
--- Physical volumes ---
PV Name /dev/dsk/c4t0d4
PV Name /dev/dsk/c8t0d4 Alternate Link
PV Name /dev/dsk/c6t0d4 Alternate Link
PV Name /dev/dsk/c2t0d4 Alternate Link
PV Status available
Total PE 51199
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c8t0d6
PV Name /dev/dsk/c4t0d6 Alternate Link
PV Name /dev/dsk/c6t0d6 Alternate Link
PV Name /dev/dsk/c2t0d6 Alternate Link
PV Status available
Total PE 12799
Free PE 0
Autoswitch On
Proactive Polling On
PV Name /dev/dsk/c6t0d5
PV Name /dev/dsk/c8t0d5 Alternate Link
PV Name /dev/dsk/c2t0d5 Alternate Link
PV Name /dev/dsk/c4t0d5 Alternate Link
PV Status available
Total PE 5119
Free PE 3582
Autoswitch On
Proactive Polling On
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 08:19 AM
08-12-2010 08:19 AM
Re: vg and lv extend errors
What kind of errors you see?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 08:23 AM
08-12-2010 08:23 AM
Re: vg and lv extend errors
You don't offer what commands are failing. However, '/dev/vg03_backup/backup' has the maximum number of extents that are supported for a version 1.0 volume group already allocated: 65,535.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 08:38 AM
08-12-2010 08:38 AM
Re: vg and lv extend errors
Status: Running Completed Error Killing Killed
Name: Extend LV: /dev/vg03_backup/backup
Running Command: /usr/sbin/lvextend -A y -l 275456 /dev/vg03_backup/backup &&
/usr/sbin/umount /dev/vg03_backup/backup &&
/usr/sbin/extendfs -F vxfs /dev/vg03_backup/rbackup &&
/usr/sbin/mount -F vxfs -o ioerror=mwdisable,delaylog,nodatainlog,dev=40030001 /
dev/vg03_backup/backup /u03
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 08:50 AM
08-12-2010 08:50 AM
Re: vg and lv extend errors
> ussing sam web page
This matters not. As I said, you have already allocated the maximum number of extents allowed for a LVM 1.0 format volume group.
To see the limits, do:
# lvmadm -t
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 08:53 AM
08-12-2010 08:53 AM
Re: vg and lv extend errors
can you suggest any options ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 09:45 AM
08-12-2010 09:45 AM
Re: vg and lv extend errors
- backup data in vg03
- destroy vg & recreate with a larger PE (Physical Extent size)
- #vgcreate -s 8 vg03_backup /dev/dsk/.......
- lvcreate the relevant LV's
- format the LVs (as required newfs etc)
- mount them
- restore data from backup....
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 09:57 AM
08-12-2010 09:57 AM
Re: vg and lv extend errors
I will try first one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 09:57 AM
08-12-2010 09:57 AM
Re: vg and lv extend errors
> can you suggest any options ??
Depending on the update release of 11iv3 you are running, you have the 'vgversion' command that enables in-place volume group migration from version 1.0 to version 2.x.
http://docs.hp.com/en/5992-6592/vgversion-wp.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2010 10:19 AM
08-12-2010 10:19 AM
Re: vg and lv extend errors
Currently the server has 11.31 March 2008, and according to the vgmodify documentation it does not accomplish with the minimum OS version necessary to use the proposed procedures to increase a LUN: