- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVMTAB PROBLEMS
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
06-19-2008 02:06 AM
06-19-2008 02:06 AM
Getting the following after rebooting machine - which is also preventing creation of ignite tape:
Other than that, system is running fine.
How to clear up problem so that warning messages are eliminated and ignite tape can be completed successfully.
This system is on 11.23 rp5470
Will summarize.
# vgdisplay -v vgapps
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c9t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c11t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Couldn't query the list of physical volumes.
--- Volume groups ---
VG Name /dev/vgapps
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 51200
VGDA 2
PE Size (Mbytes) 16
Total PE 25596
Alloc PE 19375
Free PE 6221
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c9t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c11t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgdisplay: Couldn't query the list of physical volumes.
--- Logical volumes ---
LV Name /dev/vgapps/lvapps
LV Status available/syncd
LV Size (Mbytes) 250000
Current LE 15625
Allocated PE 15625
Used PV 1
# strings /etc/lvmtab
/dev/vg00
/dev/dsk/c1t2d0
/dev/vgora
/dev/dsk/c5t0d1
/dev/dsk/c7t0d1
/dev/dsk/c9t0d1
/dev/dsk/c11t0d1
/dev/vgapps
/dev/dsk/c5t0d2
/dev/dsk/c7t0d2
/dev/dsk/c9t0d2
/dev/dsk/c11t0d2
Note that the c9 and c11 disks are no longer there. How can I remove them from the configs?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 02:33 AM
06-19-2008 02:33 AM
Re: LVMTAB PROBLEMS
please post output of
lvdisplay -v /dev/vgapps/lvapps
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 02:41 AM
06-19-2008 02:41 AM
Re: LVMTAB PROBLEMS
if you want to rebuild lvmtab ,you may use vgscan.
from then man page;
The vgscan command allows the re-creation of the /etc/lvmtab file and
possibly the associated volume group device files. This command
should be run only in the event of a catastrophic error such as the
deletion of the /etc/lvmtab file or the mismatch of names of the
physical volumes in the /etc/lvmtab file to the actual physical volume
path configuration. If the /etc/lvmtab file exists, the information
contained in the file is used to assist in rebuilding the file, but
the existing file is updated with the new corrected configuration.
#vgscan -a -v
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 07:43 AM
06-19-2008 07:43 AM
Re: LVMTAB PROBLEMS
Attached is the lvdisplay output.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 07:50 AM
06-19-2008 07:50 AM
Re: LVMTAB PROBLEMS
# vgreduce -f /dev/vgapps
To remove the non-existant disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:08 AM
06-19-2008 08:08 AM
Re: LVMTAB PROBLEMS
skip alternate link /dev/dsk/c7t0d2
vgreduce: Couldn't query physical volume "/dev/dsk/c9t0d2":
The specified path does not correspond to physical volume attached to
this volume group
vgreduce: Couldn't query physical volume "/dev/dsk/c11t0d2":
The specified path does not correspond to physical volume attached to
this volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2008 08:29 AM
06-19-2008 08:29 AM
Re: LVMTAB PROBLEMS
Thanks all.