- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvlnboot error during system boot.
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-05-2002 11:35 PM
06-05-2002 11:35 PM
lvlnboot error during system boot.
lvlnboot: Warning: Couldn't query physical
volume "/dev/dsk/c3t5d0": The specified path does not correspond to physical volume attached to this volume group.
I've deleted /etc/lvmtab and run vgscan to rebuild it.
# diskinfo -v /dev/rdsk/c3t5d0
SCSI describe of /dev/rdsk/c3t5d0:
vendor: SEAGATE
product id: ST34572WC
type: direct access
size: 4194157 Kbytes
bytes per sector: 512
rev level: HP03
blocks per disk: 8388314
ISO version: 0
ECMA version: 0
ANSI version: 2
removable media: no
response format: 2
(Additional inquiry bytes: (32)4b (33)38 (34)35 (35)31 (36)35 (37)34 (38)39 )
The disk is mirrored to /dev/dsk/c0t5d0. It's not the root VG.
# diskinfo -v /dev/rdsk/c0t5d0
SCSI describe of /dev/rdsk/c0t5d0:
vendor: SEAGATE
product id: ST34572WC
type: direct access
size: 4194157 Kbytes
bytes per sector: 512
rev level: HP03
blocks per disk: 8388314
ISO version: 0
ECMA version: 0
ANSI version: 2
removable media: no
response format: 2
(Additional inquiry bytes: (32)4b (33)39 (34)32 (35)33 (36)36 (37)39 (38)35 )
Has anyone seen this before?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 11:42 PM
06-05-2002 11:42 PM
Re: lvlnboot error during system boot.
I saw this once and it went away with the latest LVM patches.
Check your patch level and monitor in case it happens again.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 11:49 PM
06-05-2002 11:49 PM
Re: lvlnboot error during system boot.
you would also get this effect, when you have a volume group which is in inactive status. Entries in lvmtab are still there, but the error message is exactly what you described. Reactivate the volume group and the problem is gone.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 11:53 PM
06-05-2002 11:53 PM
Re: lvlnboot error during system boot.
Two PVRAs and VGRAs (lvm headers) of the same PV on different disks would cause this.
strings /etc/lvmtab
to check which PV is in which vg.
Did vgscan report any errors?
Other than that, I too would suggest patching, but I don't really think that would have been a real cause...
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 12:39 AM
06-06-2002 12:39 AM
Re: lvlnboot error during system boot.
XSW800GR1020 B.10.20.43 Extension Software Patch Bundle
I guess there's a fair chance patching will fix the problem. It's a good first step.
lvmtab looks ok. It matches other systems with the same configuration.
vgscan had no problems at all.
Thanks for all your help.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 01:03 AM
06-07-2002 01:03 AM
Re: lvlnboot error during system boot.
If you try on your system lvlnboot -c hopefully you will see the same message as on bootup. If so, your vg00 is not the first one in /etc/lvmtab. So the devices that are listening are that ones before vg00 is mentioned in /etc/lvmtab.
the lvlnboot -c looks in /etc/lvmtab and search for the VG's. At this time there is only vg00 active and then you got this message from all the other devices.
Try lvlnboot -c /dev/vg00 and the we search for vg00 and do the right job.
You can modify this in /sbin/ioinitrc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 08:34 AM
06-07-2002 08:34 AM