<?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: Question on LVMTAB file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150645#M454669</link>
    <description>Thanks for your help.</description>
    <pubDate>Thu, 15 Jan 2009 21:35:32 GMT</pubDate>
    <dc:creator>Mike_305</dc:creator>
    <dc:date>2009-01-15T21:35:32Z</dc:date>
    <item>
      <title>Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150630#M454654</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;When I created the file system I am getting this strange character in LVMTAB file, last time I has this issue I re-created the file system and the character was gone.  Any idea on what causes this.&lt;BR /&gt;&lt;BR /&gt;Appreciate your help and thanks in advance for everyone’s help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;MP&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 22:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150630#M454654</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-01-14T22:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150631#M454655</link>
      <description>can u provide that character</description>
      <pubDate>Wed, 14 Jan 2009 22:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150631#M454655</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2009-01-14T22:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150632#M454656</link>
      <description>The /etc/lvmtab file is not really a text file. It contains a mixture of text strings and binary data: this is why you normally use the "strings" command to view it.&lt;BR /&gt;&lt;BR /&gt;The "strings" command is a generic tool for viewing the ASCII text strings inside binary files: it is not specially designed for /etc/lvmtab. Read "man strings" if you're interested.&lt;BR /&gt;&lt;BR /&gt;If the binary data parts of the lvmtab file (e.g. Volume Group ID values) happen to contain sequences of bytes that look like printable ASCII character strings, the "strings" command will mindlessly display them too.&lt;BR /&gt;&lt;BR /&gt;If you recreated your VG, the VGID was changed: by chance, the new VGID did not have any printable ASCII byte sequences, so the "strings" command won't display the extra characters any more.&lt;BR /&gt;&lt;BR /&gt;In short, the extra characters are a harmless side effect of viewing the lvmtab file with a simple generic tool that is "good enough" for that purpose, as opposed to a perfect, custom-designed tool. Just ignore the extra characters.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 14 Jan 2009 23:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150632#M454656</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-01-14T23:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150633#M454657</link>
      <description>&lt;BR /&gt;As you can see there are quite a few strange chararcters if viewed incorrectly:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c7t2d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c3t1d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c7t0d0&lt;BR /&gt;/dev/vg03&lt;BR /&gt;/dev/dsk/c3t3d0&lt;BR /&gt;# more /etc/lvmtab&lt;BR /&gt;^CM-h^D/dev/vg00&lt;BR /&gt;aM-GM-^_GH:^A/dev/dsk/c7t2d0&lt;BR /&gt;/dev/vg01&lt;BR /&gt;aM-GM-^_GHM-^GM-4M-D^A/dev/dsk/c3t1d0&lt;BR /&gt;/dev/vg02&lt;BR /&gt;aM-GM-^_GHM-X^GI^A/dev/dsk/c7t0d0&lt;BR /&gt;/dev/vg03&lt;BR /&gt;aM-GM-^_GHM-kM-&amp;gt;c^A/dev/dsk/c3t3d0&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 23:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150633#M454657</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2009-01-14T23:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150634#M454658</link>
      <description>That s/b *characters* :-)</description>
      <pubDate>Wed, 14 Jan 2009 23:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150634#M454658</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2009-01-14T23:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150635#M454659</link>
      <description>The thing that I never understood was why I keep seeing strings(1) being used on /etc/lvmtab instead of the proper command&lt;BR /&gt;vgdisplay -v or vgdisplay -v | grep Name.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;MK: as opposed to a perfect, custom-designed tool&lt;BR /&gt;&lt;BR /&gt;Isn't that vgdisplay(1m)?</description>
      <pubDate>Thu, 15 Jan 2009 00:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150635#M454659</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-15T00:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150636#M454660</link>
      <description>@Dennis: &lt;BR /&gt;Imagine this: you have a bad disk and the server is rebootet. vgdisplay will complain about a missing disk, but not show the status.&lt;BR /&gt;Or a VG cannot be activated - how to get an idea what disks belong to this vg?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MP:&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;# strings -n 10 /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;;-))</description>
      <pubDate>Thu, 15 Jan 2009 06:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150636#M454660</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-01-15T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150637#M454661</link>
      <description>see also&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1183100" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1183100&lt;/A&gt;</description>
      <pubDate>Thu, 15 Jan 2009 06:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150637#M454661</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-01-15T06:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150638#M454662</link>
      <description>&amp;gt;Torsten: you have a bad disk ... how to get an idea what disks belong to this vg?&lt;BR /&gt;&lt;BR /&gt;Add an option to vgdisplay to just format /etc/lvmtab?</description>
      <pubDate>Thu, 15 Jan 2009 06:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150638#M454662</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-15T06:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150639#M454663</link>
      <description>For 11iv3 (11.31) at least, there is an option to no longer use the "strings" command:&lt;BR /&gt;&lt;BR /&gt;lvmadm -l&lt;BR /&gt;&lt;BR /&gt;produces a similar output to "strings /etc/lvmtab", but won't contain unprintable chars and will also look at /etc/lvmtab_p for v2.0 and 2.1 volume groups.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 15 Jan 2009 08:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150639#M454663</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-01-15T08:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150640#M454664</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Sorry about the late reply.  But this is what I have in my file.  I was worried about Im9K and Im9n.&lt;BR /&gt;&lt;BR /&gt;/dev/uni-data&lt;BR /&gt;I9K&lt;BR /&gt;/dev/dsk/c8t7d4&lt;BR /&gt;/dev/dsk/c8t7d5&lt;BR /&gt;/dev/dsk/c8t7d6&lt;BR /&gt;/dev/uni-app&lt;BR /&gt;I9n&lt;BR /&gt;/dev/dsk/c10t7d7&lt;BR /&gt;/dev/dsk/c10t8d0&lt;BR /&gt;&lt;BR /&gt;Thanks for your help in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2009 18:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150640#M454664</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-01-15T18:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150641#M454665</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using "strings" not "more"&lt;BR /&gt;&lt;BR /&gt;THX - MP</description>
      <pubDate>Thu, 15 Jan 2009 18:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150641#M454665</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-01-15T18:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150642#M454666</link>
      <description>As already indicated - they are nothing to worry about - they are merely bits of binary data that "looks like a string" to the strings command. Just ignore them.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 15 Jan 2009 20:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150642#M454666</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-01-15T20:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150643#M454667</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The manpages for 'strings' will offer you a bit more insight: "A string is any sequence of four or more printing characters ending with a newline or null character."&lt;BR /&gt;&lt;BR /&gt;In fact, you can amuse yourself by doing:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;# strings -n 2 /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;...and/or other values for '-n'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2009 21:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150643#M454667</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-01-15T21:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150644#M454668</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply and that to everyone who contributed to my question.  Enjoy the points.&lt;BR /&gt;&lt;BR /&gt;Once again appreciate everyoneâ  s help.&lt;BR /&gt;&lt;BR /&gt;THX</description>
      <pubDate>Thu, 15 Jan 2009 21:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150644#M454668</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-01-15T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question on LVMTAB file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150645#M454669</link>
      <description>Thanks for your help.</description>
      <pubDate>Thu, 15 Jan 2009 21:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-on-lvmtab-file/m-p/5150645#M454669</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-01-15T21:35:32Z</dc:date>
    </item>
  </channel>
</rss>

