- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvextend -m 1 failing
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
09-21-2006 09:19 PM
09-21-2006 09:19 PM
lvextend -m 1 failing
lvextend: Couldn't extend the logical volume:
A physical extent described by the extent array is already in use, or
a sparing operation is in progress.
lvextend: The LVM device driver could not extend the
logical volume "/dev/vg00/ndisdb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 09:48 PM
09-21-2006 09:48 PM
Re: lvextend -m 1 failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 09:48 PM
09-21-2006 09:48 PM
Re: lvextend -m 1 failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 10:46 PM
09-21-2006 10:46 PM
Re: lvextend -m 1 failing
I have checked syslog and dmesg and nothing is reported. lvdisplay works fine for the lvol, it's just having an issue extending the mirror. I can't find anything on docs.hp.com detailing this particular LVM error ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 11:17 PM
09-21-2006 11:17 PM
Re: lvextend -m 1 failing
Have a look at the vgdisplay /dev/vg00
then pvdisplay -v /dev/dsk/??????|more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 01:00 AM
09-22-2006 01:00 AM
Re: lvextend -m 1 failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 01:25 AM
09-22-2006 01:25 AM
Re: lvextend -m 1 failing
Be careful before you remove lock file since it will give lot of problems if somebody kicked off LVM commands and still running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 01:48 AM
09-22-2006 01:48 AM
Re: lvextend -m 1 failing
lvextend -m 1 /dev/vg00/ndisdb &
[1] 11631
[lvmconf] lvextend: Couldn't extend the logical volume:
A physical extent described by the extent array is already in use, or
a sparing operation is in progress.
lvextend: The LVM device driver could not extend the
logical volume "/dev/vg00/ndisdb".
[1] + Done(1) lvextend -m 1 /dev/vg00/ndisdb &
root on valdez[lvmconf] ps -ef|grep lv
root 19 0 0 Jun 14 ? 7:56 lvmkd
root 20 0 0 Jun 14 ? 8:03 lvmkd
root 21 0 0 Jun 14 ? 7:55 lvmkd
root 22 0 0 Jun 14 ? 8:03 lvmkd
root 23 0 0 Jun 14 ? 8:06 lvmkd
root 24 0 0 Jun 14 ? 7:56 lvmkd
root 25 0 0 Jun 14 ? 0:00 lvmschedd
root 11677 13753 0 14:43:40 pts/0 0:00 grep lv
lvmconf] pwd
/etc/lvmconf
lvmconf] ll
total 1312
---------- 1 root sys 0 Sep 22 14:42 lvm_lock
---------- 1 root sys 0 Feb 10 2004 lvm_lock.old
-rw------- 1 root sys 330752 Sep 21 15:44 vg00.conf
-rw------- 1 root sys 330752 Sep 21 15:36 vg00.conf.old
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 01:53 AM
09-22-2006 01:53 AM
Re: lvextend -m 1 failing
You can check using
w command will show how many users logged in and what their status
Otherwise, reboot the system and then do lvextend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 02:05 AM
09-22-2006 02:05 AM