<?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-UX Testing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382334#M197709</link>
    <description>Raid 5</description>
    <pubDate>Mon, 20 Sep 2004 11:28:03 GMT</pubDate>
    <dc:creator>Scott Frye_1</dc:creator>
    <dc:date>2004-09-20T11:28:03Z</dc:date>
    <item>
      <title>Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382326#M197701</link>
      <description>We are in the process of proving Mirror-UX to mirror between two SAN's.  Currently our testing is being done with two LUN's on one SAN.  I am not seeing the results I would expect, and I believe it is due to my own ignorance of how Mirror-UX works.  I have LUN A mirrored to LUN B.  Our test scenario has us pulling LUN B out (to simulate a downed SAN) while writing a 100 Meg file.  When the file is finished, I pulled out LUN A also.  Then I presented LUN B to the host.  I would expect to only see a fraction of the 100 Meg file, but each time I do a 'll' on that directory, I still see a 100 Meg file.&lt;BR /&gt;&lt;BR /&gt;I'm looking for a confirmation of what I should see, and what I'm doing wrong.  Any additional education about Mirror-UX or pointers on where to find papers on it would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Scott Frye</description>
      <pubDate>Mon, 20 Sep 2004 08:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382326#M197701</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-09-20T08:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382327#M197702</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Check if these links help:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=656293" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=656293&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=190174" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=190174&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Mon, 20 Sep 2004 08:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382327#M197702</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-09-20T08:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382328#M197703</link>
      <description>How are you writing the file?&lt;BR /&gt;&lt;BR /&gt;Your SAN may have caches the file - just cause you removed the disk from the host, doesn't mean writing has stopped - your frame will continue finishing all writes - preserving integrity of data.&lt;BR /&gt;&lt;BR /&gt;100MB is a small file for this kind of test... &lt;BR /&gt;&lt;BR /&gt;From "HP-UX System Administration Tasks"&lt;BR /&gt;&lt;BR /&gt;"Should My Mirrored Data Be Written Simultaneously or Sequentially?  &lt;BR /&gt;&lt;BR /&gt;You can specify whether your mirror copies are written to disk in either a parallel (simultaneous) or a sequential fashion. A dynamic write policy is also provided.&lt;BR /&gt;&lt;BR /&gt;Parallel writes are more efficient because data is transferred simultaneously to all mirror copies.&lt;BR /&gt;&lt;BR /&gt;Sequential writes, on the other hand, provide for slightly higher data integrity than parallel writes. When you specify sequential writes, the data is written one copy at a time, starting the next copy only when the previous copy is completed.&lt;BR /&gt;&lt;BR /&gt;Parallel writes are the default and are recommended because of the performance loss associated with sequential writes.&lt;BR /&gt;&lt;BR /&gt;Dynamic writes allow the writing of mirror copies to be determined at the time of processing. If the write is synchronous, meaning that file system activity must complete before the process is allowed to continue, parallel writes are used, allowing quicker response time. If the write is asynchronous, meaning that the write does not need to complete immediately, sequential writes are selected. "&lt;BR /&gt;&lt;BR /&gt;Unless you changed it, you are writing parallel...&lt;BR /&gt;&lt;BR /&gt;IMHO - you have tested Mirror UX - and it is working as expected.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 20 Sep 2004 09:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382328#M197703</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-20T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382329#M197704</link>
      <description>If I understand your question, you start writing to the filesystem while you pull out LUN B. Now only LUN A is available. When the file write is complete, you are pulling out LUN A as well and then inserting LUN B.&lt;BR /&gt;&lt;BR /&gt;Hmm...if you ask me, this doesnt sound like an "ideal" test :-). One reason being that during the period between pulling out LUN A and plugging the LUN B, the filesystem is on a disk that is not available !.  I would guess there will be some complications due to this. This could possibly explain the output of "ll" command.&lt;BR /&gt;&lt;BR /&gt;Try this. Keep LUNA and B sync. Pull out LUN B. Create a file on the filesystem. Pull out LUN A. Plug back LUN B. Now do a "ll" and see if you find the file you created when LUN B was not available to the system.&lt;BR /&gt;&lt;BR /&gt;If you still find the file, it is probably due to some kind of INODE caching. I would not like to think system can switch between the meta data information on two different disks dynamically :-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 10:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382329#M197704</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-20T10:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382330#M197705</link>
      <description>The only valid test is to complete the setup and then pull the cables connecting to one of the SAN's.&lt;BR /&gt;&lt;BR /&gt;To properly mirror the two logical volumes the command is:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c1t1d0'&lt;BR /&gt;&lt;BR /&gt;use real names.&lt;BR /&gt;&lt;BR /&gt;If that process did not complete then you may need to do the mirror again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Sep 2004 10:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382330#M197705</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-20T10:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382331#M197706</link>
      <description>What model SAN are you using, and what RAID level are the LUNS on the SAN?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 11:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382331#M197706</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382332#M197707</link>
      <description>We are using an EMC SAN (CX600).&lt;BR /&gt;&lt;BR /&gt;We tried the scenario someone else pointed out.  We only had LUN A assiged to the host.  We wrote the 100 Meg file (10 minutes to write), did an 'll' to verify it was there then removed LUN A.  We then presented LUN B to the host, did an 'll' and still saw the file.&lt;BR /&gt;&lt;BR /&gt;Again, I would have expected to see nothing in LUN B.</description>
      <pubDate>Mon, 20 Sep 2004 11:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382332#M197707</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-09-20T11:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382333#M197708</link>
      <description>We are using an EMC SAN (CX600) and HP-UX 11i&lt;BR /&gt;&lt;BR /&gt;We tried the scenario someone else pointed out.  We only had LUN A assiged to the host.  We wrote the 100 Meg file (10 minutes to write), did an 'll' to verify it was there then removed LUN A.  We then presented LUN B to the host, did an 'll' and still saw the file.&lt;BR /&gt;&lt;BR /&gt;Again, I would have expected to see nothing in LUN B.</description>
      <pubDate>Mon, 20 Sep 2004 11:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382333#M197708</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-09-20T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382334#M197709</link>
      <description>Raid 5</description>
      <pubDate>Mon, 20 Sep 2004 11:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382334#M197709</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-09-20T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382335#M197710</link>
      <description>Scott --&lt;BR /&gt;&lt;BR /&gt;I'm not sure if this is a factor or not, but keep in mind that HP-UX keeps a lot of the information about files that have been recently used in memory.&lt;BR /&gt;&lt;BR /&gt;You're not REALLY looking at LUN B.&lt;BR /&gt;&lt;BR /&gt;You're looking at the filesystem that you wrote to.  It may be looking at LUN B or it may be referring to what it knows to be going on in memory.&lt;BR /&gt;&lt;BR /&gt;Try copying the file now that you only have LUN B in the SAN and see what happens.  It still might work since if the file is in memory, the system can copy it out of memory.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2004 11:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382335#M197710</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-09-20T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382336#M197711</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;We have the same hardware, so I'm familiar with the systems.&lt;BR /&gt;&lt;BR /&gt;When you say "We then presented LUN B to the host", this isn't a single step process.  Here's what I would do to make that happen:&lt;BR /&gt;&lt;BR /&gt; - on the HP run ioscan -fnC disk and route the output to a printer or file for later comparison&lt;BR /&gt;&lt;BR /&gt; - unmount the file systems&lt;BR /&gt;&lt;BR /&gt; - run vgexport for the volume group in question.&lt;BR /&gt;&lt;BR /&gt; - in navisphere, remove LUN A and add LUN B in the host storage group&lt;BR /&gt;&lt;BR /&gt; - on the HP run powermt display dev=all and route the output to a file or printer for later comparison&lt;BR /&gt;&lt;BR /&gt; - run ioscan -f&lt;BR /&gt;&lt;BR /&gt; - run insf -e -C disk&lt;BR /&gt;&lt;BR /&gt; - run ioscan -fnC disk and compare this output from the previous run.  You should see the SCSI address for the virtual disk change. If not, you have other problems, either with the SAN or powerpath.&lt;BR /&gt;&lt;BR /&gt;(hmmm... I'm assuming you are running powerpath and not just using alternate links, yes?)&lt;BR /&gt;&lt;BR /&gt; - run powermt check. there will be no output, this is normal&lt;BR /&gt;&lt;BR /&gt; - run powermt config. there will be no output, this is normal&lt;BR /&gt;&lt;BR /&gt; - run powermt display dev=all and compare to the previous run.  The SCSI paths should be the only change.&lt;BR /&gt;&lt;BR /&gt; - vgimport the volume group&lt;BR /&gt;&lt;BR /&gt; - mount the file systems&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 11:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382336#M197711</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382337#M197712</link>
      <description>Mark - I dont believe those steps are required. If the disk is already visible to the host and if you are just pulling it out and plugging it back again, kernel automatically performs the scan of the devices and update the status as CLAIMED. In the worst case, you might require a ioscan -fnC disk to refresh the status.&lt;BR /&gt;&lt;BR /&gt;But as I said earlier in my post, I believe the problem is with the procedure followed to test Mirror-UX and not with MirrorDX/UX.&lt;BR /&gt;&lt;BR /&gt;Scott - Try creating a file in LUN A when LUN B is pulled out. Pull out LUN A now and make LUN B visible to the host. Now do a "ll", I am positive you will see the file you just created when only LUN A was online.&lt;BR /&gt;&lt;BR /&gt;A more realistic test would be to just pull out one of the drives and ensure you are still able to access the filesystem.</description>
      <pubDate>Mon, 20 Sep 2004 12:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382337#M197712</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-20T12:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382338#M197713</link>
      <description>Sundar,&lt;BR /&gt;&lt;BR /&gt;He is using a SAN, not direct attached disk.  The physical drives are carved into virtual Logical drives.  The only physical connections are the SCSI paths.  Added to this is the fact that he's testing using LUNs on the same SAN.  The kicker is that his test process is going to be different when he moves to the environment he wants: two LUNs, each on a different SAN.&lt;BR /&gt;&lt;BR /&gt;If he's using powerpath (software from EMC), then he has to accound for powerpath masking the SCSI paths as well.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 20 Sep 2004 12:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382338#M197713</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-09-20T12:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirror-UX Testing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382339#M197714</link>
      <description>Sundar and Mark are beginning to feel my pain.  Mark, we are not using PowerPath.  We are using PVLinks.&lt;BR /&gt;&lt;BR /&gt;To your point Mark, when I present and take away the LUN from the host (storage group), I see the change in ioscan without having to do anything else.  We checked that out to make sure we were writing to only one LUN.</description>
      <pubDate>Mon, 20 Sep 2004 12:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirror-ux-testing/m-p/3382339#M197714</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2004-09-20T12:49:55Z</dc:date>
    </item>
  </channel>
</rss>

