<?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: Mirror Disk Readiness Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809606#M637522</link>
    <description>To see if your drives are mirrored;&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;If it lists 2 boot drives and 2 drives for root, swap etc. then theyre mirrored.&lt;BR /&gt;&lt;BR /&gt;To check each lvol do;&lt;BR /&gt;&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8&lt;BR /&gt;do&lt;BR /&gt;lvdisplay /dev/vg00/lvol${i} | grep -i mirror&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;If theyre mirrored then it will return mirror copies = 1&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Sep 2002 12:36:13 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-09-19T12:36:13Z</dc:date>
    <item>
      <title>Mirror Disk Readiness Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809605#M637521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Would someone comment how to tell the readiness of disk mirrored, hardware and software point of views?&lt;BR /&gt;&lt;BR /&gt;From software to check:&lt;BR /&gt;swlist |grep -i mirror&lt;BR /&gt;&lt;BR /&gt;From hardware??&lt;BR /&gt;&lt;BR /&gt;Does the software need to buy first?   Strangly the server is the new one, with no clue of whether the 2 internal drives are mirrored or not.&lt;BR /&gt;&lt;BR /&gt;Appreciated.&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 12:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809605#M637521</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2002-09-19T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk Readiness Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809606#M637522</link>
      <description>To see if your drives are mirrored;&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;If it lists 2 boot drives and 2 drives for root, swap etc. then theyre mirrored.&lt;BR /&gt;&lt;BR /&gt;To check each lvol do;&lt;BR /&gt;&lt;BR /&gt;for i in 1 2 3 4 5 6 7 8&lt;BR /&gt;do&lt;BR /&gt;lvdisplay /dev/vg00/lvol${i} | grep -i mirror&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;If theyre mirrored then it will return mirror copies = 1&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 12:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809606#M637522</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-19T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk Readiness Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809607#M637523</link>
      <description>MirrorDisk is not installed by default unless you've paid for it.  It is held on the application CD's, but it codeword protected to make sure that it's not used without authorisation.&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset | grep -i mirror would show &lt;BR /&gt;&lt;BR /&gt;  LVM.LVM-MIRROR-RUN                    B.11.00        LVM-MIRROR-RUN&lt;BR /&gt;&lt;BR /&gt;If it was installed on an HP-UX 11 system.&lt;BR /&gt;&lt;BR /&gt;To check if a volume is mirrored, use&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vgXX/lvolYY | more&lt;BR /&gt;&lt;BR /&gt;If it's mirrored, you will see&lt;BR /&gt;&lt;BR /&gt;Mirror copies               1&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 PV2                PE2   Status 2&lt;BR /&gt;   00000 /dev/dsk/c6t0d0    00000 current  /dev/dsk/c7t0d0    00000 current&lt;BR /&gt;   00001 /dev/dsk/c6t0d0    00001 current  /dev/dsk/c7t0d0    00001 current&lt;BR /&gt;   00002 /dev/dsk/c6t0d0    00002 current  /dev/dsk/c7t0d0    00002 current&lt;BR /&gt;   00003 /dev/dsk/c6t0d0    00003 current  /dev/dsk/c7t0d0    00003 current&lt;BR /&gt;&lt;BR /&gt;Where PV1 and PV2 are the mirrored disks&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2002 12:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809607#M637523</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-09-19T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror Disk Readiness Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809608#M637524</link>
      <description>Hi Steven:&lt;BR /&gt;&lt;BR /&gt;In addition to the information already provided, remember that LVM implements mirroring at the *software* level with the optional product 'MirrorDisk/UX'.&lt;BR /&gt;&lt;BR /&gt;Remember, too, that LVM mirroring is done at the *logical volume* level, not the physical disk nor volume group level.&lt;BR /&gt;&lt;BR /&gt;That said, VxVM also offers mirroring cabability as an optional product:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B7961-90023/B7961-90023.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B7961-90023/B7961-90023.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Sep 2002 12:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-disk-readiness-help/m-p/2809608#M637524</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-19T12:49:45Z</dc:date>
    </item>
  </channel>
</rss>

