<?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 incorrect lvmtab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925171#M619409</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a system running HP-UX 11.11 with 2 VG. It works just fine for me except lvmtav.&lt;BR /&gt;&lt;BR /&gt;"strings /etc/lvmtab" shows: &lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;wsC%5&lt;BR /&gt;/dev/dsk/c3t9d0&lt;BR /&gt;/dev/dsk/c3t11d0&lt;BR /&gt;&lt;BR /&gt;What does "wsC%5" mean?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 12 Sep 2005 05:07:44 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2005-09-12T05:07:44Z</dc:date>
    <item>
      <title>incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925171#M619409</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a system running HP-UX 11.11 with 2 VG. It works just fine for me except lvmtav.&lt;BR /&gt;&lt;BR /&gt;"strings /etc/lvmtab" shows: &lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;wsC%5&lt;BR /&gt;/dev/dsk/c3t9d0&lt;BR /&gt;/dev/dsk/c3t11d0&lt;BR /&gt;&lt;BR /&gt;What does "wsC%5" mean?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 12 Sep 2005 05:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925171#M619409</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-12T05:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925172#M619410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what is incorrect?&lt;BR /&gt;&lt;BR /&gt;the file /etc/lvmtab is a binary file and the command "strings" shows only "readable" content. For some reasons sometimes there are also other strings shown, but this is normal behavior.&lt;BR /&gt;&lt;BR /&gt;You can ignore the string!&lt;BR /&gt;&lt;BR /&gt;T.</description>
      <pubDate>Mon, 12 Sep 2005 05:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925172#M619410</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-12T05:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925173#M619411</link>
      <description>BTW, see also the man page for strings:&lt;BR /&gt;&lt;BR /&gt;" strings - find the printable strings in an object or other binary file"</description>
      <pubDate>Mon, 12 Sep 2005 05:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925173#M619411</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-12T05:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925174#M619412</link>
      <description>That's very common and perfectly normal.  It's just something that the strings command thought it could translate.  Ignore it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 12 Sep 2005 05:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925174#M619412</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-12T05:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925175#M619413</link>
      <description>That is a binary file and do not expect ascii  text there. at most strings on it may help.</description>
      <pubDate>Mon, 12 Sep 2005 05:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925175#M619413</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-12T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925176#M619414</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;ignore it, there is no problem with that. refer to this post for a good explanation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=783917" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=783917&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 12 Sep 2005 05:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925176#M619414</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-09-12T05:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925177#M619415</link>
      <description>Thanks</description>
      <pubDate>Mon, 12 Sep 2005 05:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925177#M619415</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-12T05:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect lvmtab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925178#M619416</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;"wsC%5" looks like lvmtab is not proper.&lt;BR /&gt;You try this &lt;BR /&gt;&lt;BR /&gt;Keep the backup of /etc/lvmtab and run command &lt;BR /&gt;&lt;BR /&gt;  # vgscan -p &lt;BR /&gt;It shows the vg details properly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh</description>
      <pubDate>Mon, 12 Sep 2005 05:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-lvmtab/m-p/4925178#M619416</guid>
      <dc:creator>Rajesh SB</dc:creator>
      <dc:date>2005-09-12T05:20:58Z</dc:date>
    </item>
  </channel>
</rss>

