<?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: Stripping and mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585185#M826828</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;refer to this doc, KBRC00012000:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=KBRC00012000&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=33&amp;amp;search.y=6" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=KBRC00012000&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=33&amp;amp;search.y=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;through it reference to 11.0 but it is still in place for 11i.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Mon, 18 Jul 2005 22:34:54 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2005-07-18T22:34:54Z</dc:date>
    <item>
      <title>Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585181#M826824</link>
      <description>I would like to know what are the difference between stripping and mirroring a disk. What are their importance, advantages and significance. How do I apply stripping and mirroring on an HP-UX L-class server. Do you have any documentation on stripping and mirroring.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Allan</description>
      <pubDate>Mon, 18 Jul 2005 21:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585181#M826824</guid>
      <dc:creator>Mariel Gonzales Faylona</dc:creator>
      <dc:date>2005-07-18T21:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585182#M826825</link>
      <description>hi allan&lt;BR /&gt;&lt;BR /&gt;Benefits of striping:&lt;BR /&gt;&lt;BR /&gt;1) Increase the performance of applications that read and write large sequentially accessed files.  Striping  with randomly accessed files yields inconsistent performance.&lt;BR /&gt;&lt;BR /&gt;2) If each of the disk has their own controller instead of using a common&lt;BR /&gt;controller, each can process and transmit data simultaneously, resulting in further performance gains.&lt;BR /&gt;&lt;BR /&gt;3) You can use familiar, standard comands to manage your striped disks, i.e. lvcreate, diskinfo, newfs, fsck, mount, all work with striped disk.&lt;BR /&gt;&lt;BR /&gt;Drawbacks of Striping:&lt;BR /&gt;&lt;BR /&gt;1) Since disk striping uses multiple disks, there is a greater likelihood of disk failure for any one of them, thus requiring restoring from backup (if not mirrored).&lt;BR /&gt;&lt;BR /&gt;2) More complexity occurs when some of the disks have both striped and non-striped logical volumes.  It is recommended, but not required that all the logical volumes within the same volume group be striped.&lt;BR /&gt;&lt;BR /&gt;3) Since it is recommended that all the logical volumes within the same volume group be striped, if one of the disks goes bad, then recovery of multiple filesystems may be needed.&lt;BR /&gt;&lt;BR /&gt;4) Performance could actually decrease if your disks are on the same controller and the I/O for one disk has to wait for completion of I/O on another disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other considerations:&lt;BR /&gt;----------------------&lt;BR /&gt;1) Best performance occurs from a striped logical volume that spans similar disks.  The more closely you match the disks in terms of speed, capacity, and interface type, the better the performance.  For example, when striping across several disks of varying speeds, performance will be no faster than the slowest disk.&lt;BR /&gt;&lt;BR /&gt;2) If you have more than one interface card or bus to which you can connect the disks, distribute the disks as evenly as possible among them to achieve best I/O performance.&lt;BR /&gt;&lt;BR /&gt;Much of this&lt;BR /&gt;information came from Tom Madell's excellent book, "Disks and File Management Tasks on HP-UX".&lt;BR /&gt;&lt;BR /&gt;hope this helps...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Mon, 18 Jul 2005 21:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585182#M826825</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-07-18T21:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585183#M826826</link>
      <description>hi allan&lt;BR /&gt;&lt;BR /&gt;on mirroring:...&lt;BR /&gt;&lt;BR /&gt;Mirroring permits you to store identical copies of data on separate disks.&lt;BR /&gt;&lt;BR /&gt;The advantages of mirroring are:&lt;BR /&gt;&lt;BR /&gt;    * Increased safety of data.&lt;BR /&gt;&lt;BR /&gt;      Data is not lost if a single disk fails, or because of media errors local to one part of a disk. Even when using logical volumes spanning multiple disks, you run the risk of losing all your data if a single disk fails; if your logical volume is mirrored, such risk of total failure is considerably reduced.&lt;BR /&gt;    * Increased system availability.&lt;BR /&gt;&lt;BR /&gt;      The system can be kept running even if either the root or primary swap volumes fail when these logical volumes are mirrored.&lt;BR /&gt;      Together, increased safety of data and increased system availability promote high availability in the event an I/O channel fails.&lt;BR /&gt;    * Less administrative downtime.&lt;BR /&gt;&lt;BR /&gt;      Backups can be done on one copy of the data while the other copy is still in use.&lt;BR /&gt;    * Improved performance.&lt;BR /&gt;&lt;BR /&gt;      Hardware can read data from the most convenient mirror copy. However, writes may take longer. Therefore, if you access data frequently while not performing many writes, your performance will improve. &lt;BR /&gt;&lt;BR /&gt;When using lvextend(1m) to add a mirror to an existing volume, the entire contents of the volume will be copied. When first establishing a mirrored volume it is very important to decide on the allocation policies that you whish to use. Once the volume is mirrored it will not be possible to use lvchange(1m) to tighten up these policies.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Vinod K</description>
      <pubDate>Mon, 18 Jul 2005 22:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585183#M826826</guid>
      <dc:creator>vinod_25</dc:creator>
      <dc:date>2005-07-18T22:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585184#M826827</link>
      <description>Hi Allan,&lt;BR /&gt;&lt;BR /&gt;Mirrored disk operations require the installation of the optional HP MirrorDisk/UX software, which is not included in the standard HP-UX operating system.&lt;BR /&gt;&lt;BR /&gt;The basic reason for striping is performance. Mirroring is for data redundancy/protection. The requirement of your environment / business and the types of disks you are using makes a large difference. Also remember that mirroring creates twice the number of writes. &lt;BR /&gt;&lt;BR /&gt;You can mirror and strip with "extent-based mirrored strips". A good discussion can acutally be found in the man pages for 'lvcreate'. You can adjust the extent size on the disk during the 'pvcreate' if you wish. 'lvcreate's distributed allocation policy is incompatible with the striped scheduling policy ('-i stripes').&lt;BR /&gt;&lt;BR /&gt;lvcreate cannot be performed if the volume group is activated in shared mode. Logical volumes that were created using the striped option are not supported in shared mode.&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2005 22:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585184#M826827</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-07-18T22:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585185#M826828</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;refer to this doc, KBRC00012000:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=KBRC00012000&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=33&amp;amp;search.y=6" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=KBRC00012000&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=33&amp;amp;search.y=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;through it reference to 11.0 but it is still in place for 11i.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 18 Jul 2005 22:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585185#M826828</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-07-18T22:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585186#M826829</link>
      <description>Hi Allan&lt;BR /&gt;&lt;BR /&gt;Please view the following links to get more details on subject&lt;BR /&gt;&lt;BR /&gt;Striping&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch08s02.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch08s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch08s05.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch08s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mirroring&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B7961-90026/ch04s08.html" target="_blank"&gt;http://docs.hp.com/en/B7961-90026/ch04s08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may have combination of striping &amp;amp; mirroring &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Mon, 18 Jul 2005 23:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585186#M826829</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-07-18T23:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stripping and mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585187#M826830</link>
      <description>hi allan,&lt;BR /&gt;&lt;BR /&gt;also bookmark this one:&lt;BR /&gt;&lt;A href="http://www.raid5.com/04_00.html" target="_blank"&gt;http://www.raid5.com/04_00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 19 Jul 2005 01:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stripping-and-mirroring/m-p/3585187#M826830</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-07-19T01:38:36Z</dc:date>
    </item>
  </channel>
</rss>

