<?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 Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819767#M269813</link>
    <description>How would you check whether disk mirroring is dine in the server?is there any command to check original and mirrored disk</description>
    <pubDate>Fri, 07 Jul 2006 10:49:04 GMT</pubDate>
    <dc:creator>Prathamesh_1</dc:creator>
    <dc:date>2006-07-07T10:49:04Z</dc:date>
    <item>
      <title>Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819767#M269813</link>
      <description>How would you check whether disk mirroring is dine in the server?is there any command to check original and mirrored disk</description>
      <pubDate>Fri, 07 Jul 2006 10:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819767#M269813</guid>
      <dc:creator>Prathamesh_1</dc:creator>
      <dc:date>2006-07-07T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819768#M269814</link>
      <description>You can use lvdisplay, for example:&lt;BR /&gt;&lt;BR /&gt; /sbin/lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;&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  0&lt;BR /&gt;Consistency Recovery MWC&lt;BR /&gt;Schedule  parallel&lt;BR /&gt;LV Size (Mbytes)  304&lt;BR /&gt;Current LE  38&lt;BR /&gt;Allocated PE  38&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/c2t1d0s2  38        38&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1&lt;BR /&gt;   00000 /dev/dsk/c2t1d0s2  00000 current&lt;BR /&gt;&lt;BR /&gt;There you can see the value "mirror copies".</description>
      <pubDate>Fri, 07 Jul 2006 10:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819768#M269814</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-07T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819769#M269815</link>
      <description>You don't mirror disks in HP-UX. You mirror logical volumes. To see if a logical volume is mirrored, run "lvdisplay /dev/vgXX/lvolY". There is a line labeled "Mirror copies" that shows the number of mirrors for the LV. 0 means it's not mirrored. Using the -v option on that lvdisplay command shows the device files used and the extent layout.</description>
      <pubDate>Fri, 07 Jul 2006 10:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819769#M269815</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-07-07T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819770#M269816</link>
      <description>&lt;BR /&gt;vgdisplay -v will show if the mirrors are sync'd&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v will show mirroring info on a disk/extent level detail&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i mirror will show if the mirroring software is installed</description>
      <pubDate>Fri, 07 Jul 2006 10:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819770#M269816</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-07-07T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819771#M269817</link>
      <description>lvdisplay -v /dev/vgX/lvY &lt;BR /&gt;There will be an entry in there to tell you how many mirror copies there are&lt;BR /&gt;&lt;BR /&gt;Also, the resulting output will display multiple disks and the Logical Extents. These will match up.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819771#M269817</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-07-07T10:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819772#M269818</link>
      <description>To automate the process of finding if there are mirrored lvols you can use:&lt;BR /&gt;&lt;BR /&gt;for var in `ls /dev/vg00/lvol*`&lt;BR /&gt;do&lt;BR /&gt;lvdisplay $var | grep -i mirror&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This will list all the "Mirror Copies" for the lvols in VG00. If there will be any 1 or 2, it means they are mirrored.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 13:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819772#M269818</guid>
      <dc:creator>Andrey Tumanov</dc:creator>
      <dc:date>2006-07-07T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819773#M269819</link>
      <description>Prathamesh,&lt;BR /&gt;&lt;BR /&gt;bottom line, with the above commands you check that you have mirrored configure on the lvols.&lt;BR /&gt;But to check if they are fine, basically you do some testing on them.&lt;BR /&gt;For experience, if the disk drive that the lvol is in is fine, then the mirror should be fine.&lt;BR /&gt;If you really want to test, do a backup, and simulated a faulty drive, if you still can read your data, it means the mirror was working just fine.&lt;BR /&gt;But then again, not good to do in a production machine, and once is configure if there is not physical problems with the drive the mirror is usually ok.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Fri, 07 Jul 2006 13:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/3819773#M269819</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-07-07T13:21:21Z</dc:date>
    </item>
  </channel>
</rss>

