<?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 Mirror Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448546#M10176</link>
    <description>Good Day all,&lt;BR /&gt;&lt;BR /&gt;Here any one who know the command that can be used to see the mirrored disk.?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Augusto</description>
    <pubDate>Thu, 28 Sep 2000 07:39:26 GMT</pubDate>
    <dc:creator>augusto cossa</dc:creator>
    <dc:date>2000-09-28T07:39:26Z</dc:date>
    <item>
      <title>Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448546#M10176</link>
      <description>Good Day all,&lt;BR /&gt;&lt;BR /&gt;Here any one who know the command that can be used to see the mirrored disk.?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Augusto</description>
      <pubDate>Thu, 28 Sep 2000 07:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448546#M10176</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-09-28T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448547#M10177</link>
      <description>You probably want to start with :-&lt;BR /&gt;&lt;BR /&gt;vgchange, lvdisplay and pvdisplay</description>
      <pubDate>Thu, 28 Sep 2000 07:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448547#M10177</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-28T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448548#M10178</link>
      <description>You probably want to start with :-&lt;BR /&gt;&lt;BR /&gt;vgdisplay, lvdisplay and pvdisplay</description>
      <pubDate>Thu, 28 Sep 2000 07:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448548#M10178</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-28T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448549#M10179</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;with lvdisplay you can see if a lvol is mirrored:&lt;BR /&gt;lvsdisplay /dev/vg00/lvol1&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               1   &amp;lt;&amp;lt;&amp;lt;&amp;lt; look here &amp;lt;&amp;lt;&amp;lt;&amp;lt;            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            48              &lt;BR /&gt;Current LE                  12        &lt;BR /&gt;Allocated PE                24          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;IO Timeout (Seconds)        default      &lt;BR /&gt;&lt;BR /&gt;To see where the origs and mirrors are stored use lvdisplay -v.&lt;BR /&gt;lvdisplay -v /dev/vg01/lvol1&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol1&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            48              &lt;BR /&gt;Current LE                  12        &lt;BR /&gt;Allocated PE                24          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c1t6d0    12        12        &lt;BR /&gt;   /dev/dsk/c1t5d0    12        12        &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE   PV1                PE1  Status 1 PV2                PE2  Status 2 &lt;BR /&gt;   0000 /dev/dsk/c1t6d0    0000 current  /dev/dsk/c1t5d0    0000 current  &lt;BR /&gt;   0001 /dev/dsk/c1t6d0    0001 current  /dev/dsk/c1t5d0    0001 current  &lt;BR /&gt;   0002 /dev/dsk/c1t6d0    0002 current  /dev/dsk/c1t5d0    0002 current  &lt;BR /&gt;   0003 /dev/dsk/c1t6d0    0003 current  /dev/dsk/c1t5d0    0003 current  &lt;BR /&gt;   0004 /dev/dsk/c1t6d0    0004 current  /dev/dsk/c1t5d0    0004 current  &lt;BR /&gt;   0005 /dev/dsk/c1t6d0    0005 current  /dev/dsk/c1t5d0    0005 current  &lt;BR /&gt;   0006 /dev/dsk/c1t6d0    0006 current  /dev/dsk/c1t5d0    0006 current  &lt;BR /&gt;   0007 /dev/dsk/c1t6d0    0007 current  /dev/dsk/c1t5d0    0007 current  &lt;BR /&gt;   0008 /dev/dsk/c1t6d0    0008 current  /dev/dsk/c1t5d0    0008 current  &lt;BR /&gt;   0009 /dev/dsk/c1t6d0    0009 current  /dev/dsk/c1t5d0    0009 current  &lt;BR /&gt;   0010 /dev/dsk/c1t6d0    0010 current  /dev/dsk/c1t5d0    0010 current  &lt;BR /&gt;   0011 /dev/dsk/c1t6d0    0011 current  /dev/dsk/c1t5d0    0011 current  &lt;BR /&gt;&lt;BR /&gt;As in the above example you can see that data is stored on /dev/dsk/c1t6d0 and the mirrors on /dev/dsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;For viewing all LVM infos i've put you a script at attachment.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2000 08:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448549#M10179</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-28T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448550#M10180</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;My server is actualy mirrored but to prove to any one without going to the computer room and see the disks, I would like to issue one command which will display the information regarding all disks and saying what disk is mirroring what.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;Suppose I have 3 disk that are mirrored by other 3, so:&lt;BR /&gt;&lt;BR /&gt;disk 01 mirrored by disk 04&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 28 Sep 2000 08:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448550#M10180</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-09-28T08:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448551#M10181</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg??/lvol?&lt;BR /&gt;&lt;BR /&gt;Among other things this tells you the state of the logical volume -- available/stale or available/syncd, etc. along with the number of mirrors (0,1,2).&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vg??&lt;BR /&gt;&lt;BR /&gt;Including the '-v' option allows you to see the logical volume status such as available/state or available/syncd AND ALSO the physical volume status of the mirrors.&lt;BR /&gt;&lt;BR /&gt;# pvdisplay -v /dev/dsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;Including the '-v' option allows you to see additional information such as free/used/stale extent status.&lt;BR /&gt;&lt;BR /&gt;# lvlnboot&lt;BR /&gt;&lt;BR /&gt;I'm adding this one since the creation of a mirrored boot disk requires some extra steps.  lvlnboot is a quick check to make sure your mirrored root disk is truly bootable.&lt;BR /&gt;&lt;BR /&gt;For a good guide to creating mirror disk, see the System Administration Tasks manual.  Of course, read the man pages for the above commands too!  Good luck.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2000 08:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448551#M10181</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-28T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448552#M10182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try my script with -v option.&lt;BR /&gt;This gives a brief of what lvols are stored/mirrored on what disks.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 28 Sep 2000 08:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448552#M10182</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-28T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448553#M10183</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Use lvlnboot, vgdisplay, pvdisplay,&lt;BR /&gt;    lvdisplay command&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; 1. #lvlnboot -v&lt;BR /&gt; 2. #vgdisplay -v vg00&lt;BR /&gt; 3. #lvdisplay -v /dev/vg00/lvol3</description>
      <pubDate>Thu, 28 Sep 2000 09:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk/m-p/2448553#M10183</guid>
      <dc:creator>박수정</dc:creator>
      <dc:date>2000-09-28T09:23:13Z</dc:date>
    </item>
  </channel>
</rss>

