- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvextend -m 1.... issue
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
07-09-2006 11:53 PM
07-09-2006 11:53 PM
lvextend -m 1.... issue
I have an issue when I launch this command:
(/)(root)#lvextend -m 1 /dev/vgp30data/lvsapdata1
lvextend: Couldn't extend the logical volume:
The specified logical volume does not exist.
lvextend: The LVM device driver could not extend the
logical volume "/dev/vgp30data/lvsapdata1".
(/)(root)#
However the LV exist :
(/)(root)#lvdisplay /dev/vgp30data/lvsapdata1
--- Logical volumes ---
LV Name /dev/vgp30data/lvsapdata1
VG Name /dev/vgp30data
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 160000
Current LE 10000
Allocated PE 10000
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict
IO Timeout (Seconds) default
(/)(root)#
(/)(root)#vgdisplay -v /dev/vgp30data
--- Volume groups ---
VG Name /dev/vgp30data
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 4
Open LV 4
Max PV 155
Cur PV 10
Act PV 10
Max PE per PV 10000
VGDA 20
PE Size (Mbytes) 16
Total PE 26100
Alloc PE 10160
Free PE 15940
Total PVG 2
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/vgp30data/lvorigA
LV Status available/syncd
LV Size (Mbytes) 512
Current LE 32
Allocated PE 64
Used PV 2
LV Name /dev/vgp30data/lvorigB
LV Status available/syncd
LV Size (Mbytes) 512
Current LE 32
Allocated PE 64
Used PV 2
LV Name /dev/vgp30data/lvsapdata1
LV Status available/syncd
LV Size (Mbytes) 160000
Current LE 10000
Allocated PE 10000
Used PV 5
LV Name /dev/vgp30data/lvoracle
LV Status available/syncd
LV Size (Mbytes) 512
Current LE 32
Allocated PE 32
Used PV 1
--- Physical volumes ---
PV Name /dev/dsk/c9t8d0
PV Status available
Total PE 2169
Free PE 1004
Autoswitch On
PV Name /dev/dsk/c9t9d0
PV Status available
Total PE 2169
Free PE 1037
Autoswitch On
PV Name /dev/dsk/c9t10d0
PV Status available
Total PE 2169
Free PE 32
Autoswitch On
PV Name /dev/dsk/c9t11d0
PV Status available
Total PE 2169
Free PE 0
Autoswitch On
PV Name /dev/dsk/c9t12d0
PV Status available
Total PE 4374
Free PE 817
Autoswitch On
PV Name /dev/dsk/c7t8d0
PV Status available
Total PE 2169
Free PE 2169
Autoswitch On
PV Name /dev/dsk/c7t9d0
PV Status available
Total PE 2169
Free PE 2169
Autoswitch On
PV Name /dev/dsk/c7t10d0
PV Status available
Total PE 2169
Free PE 2169
Autoswitch On
PV Name /dev/dsk/c7t11d0
PV Status available
Total PE 2169
Free PE 2169
Autoswitch On
PV Name /dev/dsk/c7t12d0
PV Status available
Total PE 4374
Free PE 4374
Autoswitch On
--- Physical volume groups ---
PVG Name pvgp30data
PV Name /dev/dsk/c9t8d0
PV Name /dev/dsk/c9t9d0
PV Name /dev/dsk/c9t10d0
PV Name /dev/dsk/c9t11d0
PV Name /dev/dsk/c9t12d0
PVG Name pvgp30data_m
PV Name /dev/dsk/c7t8d0
PV Name /dev/dsk/c7t9d0
PV Name /dev/dsk/c7t10d0
PV Name /dev/dsk/c7t11d0
PV Name /dev/dsk/c7t12d0
(/)(root)#
Someone knows why I have this error message ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 12:02 AM
07-10-2006 12:02 AM
Re: lvextend -m 1.... issue
Make sure that you have both cooked and a raw device files:
# ls -l /dev/vgp30data/*lvsapdata1
...You should see something like:
brw-r----- 1 root sys 64 0x000007 Jun 16 2003 /dev/vgp30data/lvsapdata1
crw-r----- 1 root sys 64 0x000007 Feb 4 1999 /dev/vgp30data/rlvsapdata1
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 12:03 AM
07-10-2006 12:03 AM
Re: lvextend -m 1.... issue
strings /etc/lvmtab
pvdisplay -v /dev/dsk/...
# on the disk that the logical volume is supposedly on.
dmesg -
# try lvextend command
dmesg
Look for additional diags in /var/adm/syslog/syslog.log
The report seems consistent but.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:01 AM
07-10-2006 01:01 AM
Re: lvextend -m 1.... issue
(/)(root)#ls -l /dev/vgp30data/*lvsapdata1
brw-r----- 1 root sys 64 0x010003 Jun 24 13:57 /dev/vgp30data/lvsapdata1
crw-r----- 1 root sys 64 0x010003 Jun 24 13:57 /dev/vgp30data/rlvsapdata1
(/)(root)#
(/)(root)#strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vgp30arch
/dev/dsk/c9t13d0
/dev/dsk/c7t13d0
/dev/vgp30data
/dev/dsk/c9t8d0
/dev/dsk/c9t9d0
/dev/dsk/c9t10d0
/dev/dsk/c9t11d0
/dev/dsk/c9t12d0
/dev/dsk/c7t8d0
/dev/dsk/c7t9d0
/dev/dsk/c7t10d0
/dev/dsk/c7t11d0
/dev/dsk/c7t12d0
/dev/vgwp1arch
/dev/dsk/c7t0d0
/dev/dsk/c9t0d0
/dev/vgwp1data
/dev/dsk/c7t1d0
/dev/dsk/c7t2d0
/dev/dsk/c7t3d0
/dev/dsk/c7t4d0
/dev/dsk/c9t1d0
/dev/dsk/c9t2d0
/dev/dsk/c9t3d0
/dev/dsk/c9t4d0
(/)(root)#
No issue with pvdisplay -v /dev/dsk/... or dmesg or in syslog.log file....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:09 AM
07-10-2006 01:09 AM
Re: lvextend -m 1.... issue
/dev/
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
from thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1040945
This might be related. You should solve this problem first!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
