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
04-06-2001 10:16 AM
04-06-2001 10:16 AM
While booting I get the following error:
lvlnboot: Couldn't query all the physical volumes.
Funny enough, the system comes up just fine anyway.
Some please point me in the right direction.
I want to be sure I have the correct volume setup in case of recovery.
Thanks a lot!
Josee...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 10:40 AM
04-06-2001 10:40 AM
Re: LVLNBOOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 11:04 AM
04-06-2001 11:04 AM
Re: LVLNBOOT
Only message possibly related that I see in syslog is:
ps2_readbyte_timeout: no byte after 500 uSec
I read this message to an HP engineer but he had nothing to say about this.
Anymore clues?
Thanks for your help!
Josee...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 11:14 AM
04-06-2001 11:14 AM
Re: LVLNBOOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 11:24 AM
04-06-2001 11:24 AM
Re: LVLNBOOT
Which method is the prefered one?
vgexport?
or
modifying /sbin/ioinitrc?
I understand what the process does while doing the vgexport but don't understand what the change to ioinitrc implies... please ellaborate on that.
For the record, the ps2 error message previously mentioned is just a ps2 driver not being used on the system. Simply ignore or remove.
Thanks!
Josee...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2001 05:41 PM
04-08-2001 05:41 PM
SolutionI had a problem with a server at work, lvlnboot said that it could not query all the physical devices. The disks in question were part of vg00 which is mirrored. All disks in the other vgs are on an EMC disk array. The checks I did were as follows:
1. dd if=/dev/rdsk/c?t?d? of=/dev/null bs=64k on both internal disks. Both came back without any errors
2. I suspected that someone might have replaced one of the disks in the Hass without syncing them so I ran:
lifls -l /dev/rdsk/c?t?d?
This was successful.
3. strings /etc/lvmtab revealed that one of the disks was missing from vg00 so I did the following:
cp -p /etc/lvmtab /etc/lvmtab.sav
vgscan - to produce a new file which now had the correct information in it
lvlnboot -R - to establish any links.
lvlnboot -v - to check that the contents of the BDRA are correct.
Cheers,
Joseph.