<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: lvlnboot: Unable to query the io interface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093737#M631330</link>
    <description>Here are related 11.11 patches:&lt;BR /&gt; &lt;BR /&gt;s700_800 11.11 LVM Virtual Array support   PHCO_23333  &lt;BR /&gt;notes    PHCO_23333  &lt;BR /&gt;s700_800 11.11 LVM Cumulative Patch   PHKL_26743  &lt;BR /&gt;notes     PHKL_26743  &lt;BR /&gt; &lt;BR /&gt;Here are related 11.00 patches:&lt;BR /&gt; &lt;BR /&gt;s700_800 11.00 LVM commands cumulative patch   PHCO_23791  &lt;BR /&gt;notes    PHCO_24437</description>
    <pubDate>Wed, 15 Oct 2003 07:14:26 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-10-15T07:14:26Z</dc:date>
    <item>
      <title>lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093733#M631326</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;root # lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg01:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t1d0 (10/0.1.0)&lt;BR /&gt;        /dev/dsk/c0t4d0 (10/0.4.0)&lt;BR /&gt;        /dev/dsk/c0t5d0 (10/0.5.0)&lt;BR /&gt;        /dev/dsk/c0t14d0 (10/0.14.0)&lt;BR /&gt;        /dev/dsk/c6t3d0 (10/8.3.0)&lt;BR /&gt;Unable to query the I/O interface: Parameter error.&lt;BR /&gt;lvlnboot: Unable to print reliable information.&lt;BR /&gt;&lt;BR /&gt;/&lt;BR /&gt;root # lvlnboot -v /dev/vg00&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c0t3d0 (10/0.3.0)&lt;BR /&gt;        /dev/dsk/c0t6d0 (10/0.6.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c11t5d0 (10/16/4.5.0) -- Boot Disk&lt;BR /&gt;Root: lvol1     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c11t5d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t6d0&lt;BR /&gt;                        /dev/dsk/c11t5d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t6d0, 0&lt;BR /&gt;Dump: lvol8     on:     /dev/dsk/c0t6d0, 1&lt;BR /&gt;&lt;BR /&gt;root #</description>
      <pubDate>Wed, 15 Oct 2003 06:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093733#M631326</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2003-10-15T06:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093734#M631327</link>
      <description>hi, &lt;BR /&gt; &lt;BR /&gt;my guess is that your /etc/lvmtab is corrupt.&lt;BR /&gt; &lt;BR /&gt;- mv /etc/lvmtab /etc/lvmtab.prev&lt;BR /&gt;(do not delete, might need to put it back)&lt;BR /&gt;- vgscan -a&lt;BR /&gt;- lvlnboot -v&lt;BR /&gt;- vgdisplay -v&lt;BR /&gt;- if all OK, then keep the new lvmtab&lt;BR /&gt;- if NOT OK, put /etc/lvmtab.prev back&lt;BR /&gt; &lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Wed, 15 Oct 2003 06:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093734#M631327</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2003-10-15T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093735#M631328</link>
      <description>Thanks Thiery....&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that I've already tried the following ...&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan&lt;BR /&gt;rm /dev/dsk/c*&lt;BR /&gt;rm /dev/rdsk/c*&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;... and the problem remains.</description>
      <pubDate>Wed, 15 Oct 2003 06:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093735#M631328</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2003-10-15T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093736#M631329</link>
      <description>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.&lt;BR /&gt; &lt;BR /&gt;If not (i.e. you use only vg00 for booting), then try "lvrmboot -r vg01".&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar</description>
      <pubDate>Wed, 15 Oct 2003 06:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093736#M631329</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-10-15T06:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093737#M631330</link>
      <description>Here are related 11.11 patches:&lt;BR /&gt; &lt;BR /&gt;s700_800 11.11 LVM Virtual Array support   PHCO_23333  &lt;BR /&gt;notes    PHCO_23333  &lt;BR /&gt;s700_800 11.11 LVM Cumulative Patch   PHKL_26743  &lt;BR /&gt;notes     PHKL_26743  &lt;BR /&gt; &lt;BR /&gt;Here are related 11.00 patches:&lt;BR /&gt; &lt;BR /&gt;s700_800 11.00 LVM commands cumulative patch   PHCO_23791  &lt;BR /&gt;notes    PHCO_24437</description>
      <pubDate>Wed, 15 Oct 2003 07:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093737#M631330</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-15T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvlnboot: Unable to query the io interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093738#M631331</link>
      <description>Thanks Dietmar...&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;The system always booted fine and now reports on the vg01 first when executed without a parameter.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Fri, 17 Oct 2003 12:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvlnboot-unable-to-query-the-io-interface/m-p/3093738#M631331</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2003-10-17T12:56:52Z</dc:date>
    </item>
  </channel>
</rss>

