<?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: Read LIF Header in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107019#M445335</link>
    <description>Thanks much guys :)</description>
    <pubDate>Mon, 05 May 2008 08:15:28 GMT</pubDate>
    <dc:creator>PVR</dc:creator>
    <dc:date>2008-05-05T08:15:28Z</dc:date>
    <item>
      <title>Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107015#M445331</link>
      <description>Hi Champs&lt;BR /&gt;&lt;BR /&gt;I use the following command to read PVRA of a disk in HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;echo "0x2008?4D" | adb /dev/dsk/c5t1d0&lt;BR /&gt;&lt;BR /&gt;This shall give me CPU ID, PV ID etc. from the LVM header of the disk. &lt;BR /&gt;&lt;BR /&gt;But when I try the same command in 11.23 and 11.31, it didn't give me anything. It simple hangs....Is there any difference in the LVM structure in 11.23 and 11.31 ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance :)&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2008 07:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107015#M445331</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2008-05-05T07:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107016#M445332</link>
      <description>Please read the subject as " Read LVM header"</description>
      <pubDate>Mon, 05 May 2008 07:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107016#M445332</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2008-05-05T07:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107017#M445333</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Add the backward compatability switch to 'adb' on 11.23 or later:&lt;BR /&gt;&lt;BR /&gt;# echo "0x2008?4D" | adb -o /dev/dsk/c5t1d0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 May 2008 07:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107017#M445333</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-05T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107018#M445334</link>
      <description>data1#lifls -l  /dev/dsk/c0t6d0&lt;BR /&gt;volume ISL10 data size 7984 directory size 8 02/05/10 16:25:44&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     306      0          02/05/10 16:25:44&lt;BR /&gt;AUTO       -12289 896     1        0          02/05/10 16:25:44&lt;BR /&gt;HPUX       -12928 904     848      0          02/05/10 16:25:44&lt;BR /&gt;PAD        -12290 1752    1580     0          02/05/10 16:25:45&lt;BR /&gt;LABEL      BIN    3336    8        0          04/10/07 07:27:48</description>
      <pubDate>Mon, 05 May 2008 08:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107018#M445334</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-05-05T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107019#M445335</link>
      <description>Thanks much guys :)</description>
      <pubDate>Mon, 05 May 2008 08:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107019#M445335</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2008-05-05T08:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read LIF Header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107020#M445336</link>
      <description>&amp;gt;echo "0x2008?4D" | adb /dev/dsk/c5t1d0&lt;BR /&gt;&lt;BR /&gt;Instead of using confusing adb, you should use xd:&lt;BR /&gt;# xd -tx4 -j 0x2008 -N 16 /dev/dsk/c5t1d0&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1148338" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1148338&lt;/A&gt;</description>
      <pubDate>Mon, 05 May 2008 09:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/read-lif-header/m-p/5107020#M445336</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-05T09:50:51Z</dc:date>
    </item>
  </channel>
</rss>

