<?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: lvm mirror status check in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631066#M646367</link>
    <description>You could write a script that runs:&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vgnn/lvolmm | grep stale&lt;BR /&gt;&lt;BR /&gt;If the exit code is 0, then run:&lt;BR /&gt;&lt;BR /&gt;lvsync /dev/vgnn/lvolmm&lt;BR /&gt;&lt;BR /&gt;If the exit code is 0, then all is well.&lt;BR /&gt;&lt;BR /&gt;I have a script that does this in place on all our servers.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.</description>
    <pubDate>Fri, 04 Jan 2002 15:09:44 GMT</pubDate>
    <dc:creator>Joseph A Benaiah_1</dc:creator>
    <dc:date>2002-01-04T15:09:44Z</dc:date>
    <item>
      <title>lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631061#M646362</link>
      <description>Which is the quickest and easyest way to monitor the mirror status of an logical volume?</description>
      <pubDate>Thu, 13 Dec 2001 10:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631061#M646362</guid>
      <dc:creator>Ulf Lipski</dc:creator>
      <dc:date>2001-12-13T10:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631062#M646363</link>
      <description>lvdisplay /dev/vgXX/lvolN&lt;BR /&gt;&lt;BR /&gt;Look at the LV Status Line - this should be available/synced - on a mirrored lvol if there is a problem with one side of the mirror this will become available/stale&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 13 Dec 2001 10:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631062#M646363</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-12-13T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631063#M646364</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Personally, I think the quickest way is to check /var/adm/syslog/syslog.log for LVM-related error messages since LVM errors would be flagged there as well.&lt;BR /&gt;&lt;BR /&gt;The more tedious method would be to lvdisplay -v every single LV to check for extents with stale or syncd states.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 13 Dec 2001 10:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631063#M646364</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-13T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631064#M646365</link>
      <description>Use something like:&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/&lt;DISK1&gt; | grep stale | wc&lt;BR /&gt;pvdisplay -v /dev/dsk/&lt;DISK2&gt; | grep stale | wc&lt;BR /&gt;&lt;BR /&gt;This should output 0 0 which means there are no stale extends on any disk&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;&lt;/DISK2&gt;&lt;/DISK1&gt;</description>
      <pubDate>Thu, 13 Dec 2001 10:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631064#M646365</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-12-13T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631065#M646366</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should use lvdisplay -v /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2001 10:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631065#M646366</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2001-12-13T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631066#M646367</link>
      <description>You could write a script that runs:&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vgnn/lvolmm | grep stale&lt;BR /&gt;&lt;BR /&gt;If the exit code is 0, then run:&lt;BR /&gt;&lt;BR /&gt;lvsync /dev/vgnn/lvolmm&lt;BR /&gt;&lt;BR /&gt;If the exit code is 0, then all is well.&lt;BR /&gt;&lt;BR /&gt;I have a script that does this in place on all our servers.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph.</description>
      <pubDate>Fri, 04 Jan 2002 15:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631066#M646367</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2002-01-04T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631067#M646368</link>
      <description>Ulf&lt;BR /&gt;&lt;BR /&gt;use lvdisplay -v /dev/vg00/lvolxx&lt;BR /&gt;&lt;BR /&gt;Check the line for available/syncd.</description>
      <pubDate>Fri, 04 Jan 2002 15:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631067#M646368</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-01-04T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: lvm mirror status check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631068#M646369</link>
      <description>Joseph&lt;BR /&gt;&lt;BR /&gt;Can you attach your script to a reply for all to see.&lt;BR /&gt;&lt;BR /&gt;Thnx.</description>
      <pubDate>Fri, 04 Jan 2002 15:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirror-status-check/m-p/2631068#M646369</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-01-04T15:24:24Z</dc:date>
    </item>
  </channel>
</rss>

