<?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: new to Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418075#M768267</link>
    <description>Mirroring is reasonably straight forward and fairly simple once you grasp a few &lt;BR /&gt;important concepts, such as:&lt;BR /&gt;You mirror logical volumes, not physical disks&lt;BR /&gt;You mirror at Physical Extent level, so "open" files have no meaning at this &lt;BR /&gt;level&lt;BR /&gt;You access the file system/raw logical volume, and the OS will decide which LV &lt;BR /&gt;it tries to read from first, if the q is busy.&lt;BR /&gt;&lt;BR /&gt;MAy I suggest you go to the link I have supplied below and have a good read.</description>
    <pubDate>Fri, 04 Feb 2000 00:15:38 GMT</pubDate>
    <dc:creator>Melvyn Burnard_1</dc:creator>
    <dc:date>2000-02-04T00:15:38Z</dc:date>
    <item>
      <title>new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418073#M768265</link>
      <description>We just installed a LClass H9000 server with 2-9Gb hotswappable harddrives &lt;BR /&gt;running HPUX 11.00&lt;BR /&gt;&lt;BR /&gt;We want to mirror the disks and would like to know what to do and what to watch &lt;BR /&gt;out for. Do you need to mirror  the entire drive or only critical data/volumes? &lt;BR /&gt;We are using this as a file server for Clearcase and have created a Lv just for &lt;BR /&gt;its data storage.&lt;BR /&gt;&lt;BR /&gt;Does mirroring also copy open files? Clearcase uses a Raima database that is &lt;BR /&gt;continuosly being accessed. I also saw in this forum that mirroring does not &lt;BR /&gt;provide redundance if the main boot disk goes down. Please correct me if I'm &lt;BR /&gt;wrong. &lt;BR /&gt;&lt;BR /&gt;In doing backups to DLT is there anything to be aware of? Do you back up from &lt;BR /&gt;the mirror copy or the source? How about on doing restores from backup tape?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciate any info you can provide.</description>
      <pubDate>Thu, 03 Feb 2000 14:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418073#M768265</guid>
      <dc:creator>Norman Dignard_1</dc:creator>
      <dc:date>2000-02-03T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418074#M768266</link>
      <description>To answer your questions, let me explain a little of how mirroring actually &lt;BR /&gt;works. There are a number of misconceptions about how mirroring works, so I &lt;BR /&gt;will try to clear those up at the same time.&lt;BR /&gt;&lt;BR /&gt;1) You do not mirror drives or data, you only mirror &lt;BR /&gt;   logical volumes&lt;BR /&gt;&lt;BR /&gt;2) Mirroring doesn't "copy" files. It provides&lt;BR /&gt;   multiple, simultaneous copies of everything in a&lt;BR /&gt;   logical volume.&lt;BR /&gt;&lt;BR /&gt;3) You cannot specifically access the "mirror" or the&lt;BR /&gt;   "original" copies of the data, because...&lt;BR /&gt;&lt;BR /&gt;4) Once mirroring is turned on for an lvol, there is&lt;BR /&gt;   no "primary", "original", or "backup" as far as the&lt;BR /&gt;   system is concerned.&lt;BR /&gt;&lt;BR /&gt;The way it works:&lt;BR /&gt;&lt;BR /&gt;When you mirror an lvol, the system allocates two extents of disk space &lt;BR /&gt;(usually on two physical devices) for each extent's worth of data to be held in &lt;BR /&gt;the lvol. When a data read or write action is required, the software checks to &lt;BR /&gt;see if one of the disks is busy. If it is available at that moment, then it &lt;BR /&gt;reads (or writes) the data. If it's not available, either because it's simply &lt;BR /&gt;busy doing something else, or because it's broken, it goes to the other disk &lt;BR /&gt;for the info. &lt;BR /&gt;&lt;BR /&gt;If it's writing data, it works the same way, adding another step. Once the data &lt;BR /&gt;is written to one of the disks, it watches for the other disk to become &lt;BR /&gt;available. Once it's free, the mirroring software writes the data to that disk &lt;BR /&gt;also. &lt;BR /&gt;&lt;BR /&gt;This is all handled at a fairly low level of the OS, so it doesn't matter if &lt;BR /&gt;files are "open" or not.&lt;BR /&gt;&lt;BR /&gt;The redundancy of the data is provided as long as the software can access the &lt;BR /&gt;disks. If one disk becomes inaccessible for too long, the extents are said to &lt;BR /&gt;be "stale". If you only mirror a data lvol, then your root disk going bad won't &lt;BR /&gt;affect the data any more than if you weren't using mirroring. But if you can't &lt;BR /&gt;boot the machine, then of course you can't get to the data! This is why people &lt;BR /&gt;also mirror root :)</description>
      <pubDate>Thu, 03 Feb 2000 16:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418074#M768266</guid>
      <dc:creator>Dan Hull</dc:creator>
      <dc:date>2000-02-03T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418075#M768267</link>
      <description>Mirroring is reasonably straight forward and fairly simple once you grasp a few &lt;BR /&gt;important concepts, such as:&lt;BR /&gt;You mirror logical volumes, not physical disks&lt;BR /&gt;You mirror at Physical Extent level, so "open" files have no meaning at this &lt;BR /&gt;level&lt;BR /&gt;You access the file system/raw logical volume, and the OS will decide which LV &lt;BR /&gt;it tries to read from first, if the q is busy.&lt;BR /&gt;&lt;BR /&gt;MAy I suggest you go to the link I have supplied below and have a good read.</description>
      <pubDate>Fri, 04 Feb 2000 00:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418075#M768267</guid>
      <dc:creator>Melvyn Burnard_1</dc:creator>
      <dc:date>2000-02-04T00:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418076#M768268</link>
      <description>If the 2 * 9 GB drives are simply for data then it is quite straight forward to &lt;BR /&gt;implement mirroring. You would have originally created a logical volume i.e. &lt;BR /&gt;/dev/vg01/lvol1. You would then run lvextend -m 1 /dev/vg01/lvol1 &lt;BR /&gt;/dev/dsk/cxtxdx. You then only need to repeat the process for you other logical &lt;BR /&gt;volumes. &lt;BR /&gt;&lt;BR /&gt;If you system only has 2 disks and you want to implement mirroring for your &lt;BR /&gt;data and operating system it is significantly more involved. &lt;BR /&gt;&lt;BR /&gt;You can send me an e-mail if you want more details regarding mirroring the O/S.</description>
      <pubDate>Tue, 08 Feb 2000 07:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418076#M768268</guid>
      <dc:creator>Steve White_8</dc:creator>
      <dc:date>2000-02-08T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418077#M768269</link>
      <description>Check this link:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/docs/diskmirror.pdf" target="_blank"&gt;http://www.software.hp.com/products/IUX/docs/diskmirror.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 09 Aug 2000 09:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418077#M768269</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-09T09:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418078#M768270</link>
      <description>Another thing to take into consideration is the physically layout of the disks e.g. if you have two SCSI controller cards make the mirror copy on one of the scsi cards , just for more redundancy really.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Dev</description>
      <pubDate>Wed, 09 Aug 2000 12:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418078#M768270</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-08-09T12:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: new to Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418079#M768271</link>
      <description>I wanted to add just a couple of things to the previous answers.  &lt;BR /&gt;Steve is right, the lvextend is that simple.  Prior to that though, the second or mirror disk needs to be added into the volume group of the lvols you want to mirror.  Both disks have to be in the same volume.  Basic, but, don't overlook it.&lt;BR /&gt;Dans' comments were all correct, with an exception.  For strictly mirroring you can not choose if you are going to hit the primary or the mirror.  The OS does all of that for you.  &lt;BR /&gt;You can however split the mirror off and access it directly.  If you do a lvsplit you can mount that mirror piece and use it.  It is a static copy of the primary, does not continue to get updated.  This might be usefull if you want to backup a file system or database at a point in time.  You can then join the mirror later and it will resync.&lt;BR /&gt;There are other ways to do this like snapshot.  It's just a possibility.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2000 14:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-to-mirroring/m-p/2418079#M768271</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-08-09T14:04:43Z</dc:date>
    </item>
  </channel>
</rss>

