Operating System - HP-UX
1833875 Members
2029 Online
110063 Solutions
New Discussion

Re: lvlnboot: Unable to query the io interface

 
SOLVED
Go to solution
Ian Killer_1
Regular Advisor

lvlnboot: Unable to query the io interface

Hi experts... I got another curly one for you. Below is two outputs from lvlnboot. If it pass it vg00 as a parameter it works, but without a parameter it errors. Please help.

root # lvlnboot -v
Boot Definitions for Volume Group /dev/vg01:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t1d0 (10/0.1.0)
/dev/dsk/c0t4d0 (10/0.4.0)
/dev/dsk/c0t5d0 (10/0.5.0)
/dev/dsk/c0t14d0 (10/0.14.0)
/dev/dsk/c6t3d0 (10/8.3.0)
Unable to query the I/O interface: Parameter error.
lvlnboot: Unable to print reliable information.

/
root # lvlnboot -v /dev/vg00
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t3d0 (10/0.3.0)
/dev/dsk/c0t6d0 (10/0.6.0) -- Boot Disk
/dev/dsk/c11t5d0 (10/16/4.5.0) -- Boot Disk
Root: lvol1 on: /dev/dsk/c0t6d0
/dev/dsk/c11t5d0
Swap: lvol2 on: /dev/dsk/c0t6d0
/dev/dsk/c11t5d0
Dump: lvol2 on: /dev/dsk/c0t6d0, 0
Dump: lvol8 on: /dev/dsk/c0t6d0, 1

root #
Where ever the gypsies rome.
5 REPLIES 5
Thierry Poels_1
Honored Contributor

Re: lvlnboot: Unable to query the io interface

hi,

my guess is that your /etc/lvmtab is corrupt.

- mv /etc/lvmtab /etc/lvmtab.prev
(do not delete, might need to put it back)
- vgscan -a
- lvlnboot -v
- vgdisplay -v
- if all OK, then keep the new lvmtab
- if NOT OK, put /etc/lvmtab.prev back

good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Ian Killer_1
Regular Advisor

Re: lvlnboot: Unable to query the io interface

Thanks Thiery....

I forgot to mention that I've already tried the following ...

mv /etc/lvmtab /etc/lvmtab.old
vgscan
rm /dev/dsk/c*
rm /dev/rdsk/c*
insf -e

... and the problem remains.
Where ever the gypsies rome.
Dietmar Konermann
Honored Contributor
Solution

Re: lvlnboot: Unable to query the io interface

If you don't specify any VG then lvlnboot queries all of them. So the question is, if your vg01 is a bootable VG at all.

If not (i.e. you use only vg00 for booting), then try "lvrmboot -r vg01".

Best regards...
Dietmar
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Michael Steele_2
Honored Contributor

Re: lvlnboot: Unable to query the io interface

Here are related 11.11 patches:

s700_800 11.11 LVM Virtual Array support PHCO_23333
notes PHCO_23333
s700_800 11.11 LVM Cumulative Patch PHKL_26743
notes PHKL_26743

Here are related 11.00 patches:

s700_800 11.00 LVM commands cumulative patch PHCO_23791
notes PHCO_24437
Support Fatherhood - Stop Family Law
Ian Killer_1
Regular Advisor

Re: lvlnboot: Unable to query the io interface

Thanks Dietmar...
One of my disk in vg01 has a boot sector on it. vg01 is also the first vg in lvmtab and that's because the first disk in h/w paths belongs to vg01.

The system always booted fine and now reports on the vg01 first when executed without a parameter.

Thanks again.
Where ever the gypsies rome.