1846992 Members
3536 Online
110257 Solutions
New Discussion

boot error

 
Isaac_4
Frequent Advisor

boot error

hi:
We have some message, in the boot time:

lvnboot: couldn`t query Physical volumen (/sbin/ioinitrc)
The specified path dont correspond to physical volumen atached to this volumen group.

** in the /etc/lvmtab the volumen group vg00 is in the last line.

PLS help me

The time is gold
4 REPLIES 4
john kingsley
Honored Contributor

Re: boot error

It sounds like your system can't talk to one of your disks.
Try interupting the boot, and typing search at the prompt. Verify that the system can locate all of your disks.
Isaac_4
Frequent Advisor

Re: boot error

All in the system is ok !!! . And the all disk are ok!!


The time is gold
Todd McDaniel_1
Honored Contributor

Re: boot error

You may have an extra disk in your lvlnboot definitions.

Check the output of lvlnboot -v and post back.

or lvlnboot -v vg00
Unix, the other white meat.
Sundar_7
Honored Contributor

Re: boot error

Are you able to boot the system or you are not be able to boot ?

If not able to boot due to these lvlnboot error messages, boot in maintenance mode.

1) interrupt the autoboot
2) BCH> bo
Interact with ISL> yes
3) ISL> hpux -lm

when in maint mode

# vgchange -a y /dev/vg00
# mount /usr /opt /tmp

4) Post the output of following commands

# lvlnboot -v
# vgdisplay -v /dev/vg00
# strings /etc/lvmtab
# cat /etc/lvmrc
Learn What to do ,How to do and more importantly When to do ?