<?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: SWAP MIRROR? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657674#M47563</link>
    <description>Hello Robert,&lt;BR /&gt;&lt;BR /&gt;see it that way:&lt;BR /&gt;if you have a bad block on a data disk, what will happen?&lt;BR /&gt;The application accessing it (well, trying to) gets an error - but your systems keeps on running...&lt;BR /&gt;&lt;BR /&gt;now, what happens if you have a bad block on the swap space?&lt;BR /&gt;Your whole system dies immediatly (and dumps core - which might be the same space on disk, so the core-dumping runs into problems itself ;-) not so funny)&lt;BR /&gt;&lt;BR /&gt;The moral: always mirror your swap space!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
    <pubDate>Sun, 03 Feb 2002 20:34:00 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-02-03T20:34:00Z</dc:date>
    <item>
      <title>SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657669#M47558</link>
      <description>I am adding a 2gig swap file to ease some contention. Should you always mirror a swap file?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Sat, 02 Feb 2002 13:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657669#M47558</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-02-02T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657670#M47559</link>
      <description>check these discussions:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbfc2d08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbfc2d08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15b279bffde7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15b279bffde7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x72b7119c3420d411b66300108302854d,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x72b7119c3420d411b66300108302854d,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;g'd luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Feb 2002 15:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657670#M47559</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2002-02-02T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657671#M47560</link>
      <description>Not necessary. You don't have mirror the additional swap (whether it's a fs swap or device swap). Mirroring it will introduce some level of overhead and we all want swap to be fast. But I always mirror additional swap that I added if and only if the swap comes an lvol in the root vg (ie vg00), no particular reason, I just want to be consistent. If my additional swap is on a different vg (non-root vg) then I don't mirror it.</description>
      <pubDate>Sat, 02 Feb 2002 17:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657671#M47560</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-02-02T17:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657672#M47561</link>
      <description>I ALWAYS mirror my swap.  Whatever overhead the mirroring takes, is more than made up for by the fact that is mirrored.  &lt;BR /&gt;&lt;BR /&gt;What would happen if the disk drive that your additional non-mirrored swap is on decided to die?  You would be in trouble because your swap is suddenly inaccessible.&lt;BR /&gt;&lt;BR /&gt;If it is mirrored, and one of the disks dies, then the other one takes over and you can keep running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Feb 2002 18:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657672#M47561</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-02T18:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657673#M47562</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I'll have to side with Patrick on this one. Always mirror your swap unless you don't mind your box crashing when the swap disk dies.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Feb 2002 21:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657673#M47562</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-02T21:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657674#M47563</link>
      <description>Hello Robert,&lt;BR /&gt;&lt;BR /&gt;see it that way:&lt;BR /&gt;if you have a bad block on a data disk, what will happen?&lt;BR /&gt;The application accessing it (well, trying to) gets an error - but your systems keeps on running...&lt;BR /&gt;&lt;BR /&gt;now, what happens if you have a bad block on the swap space?&lt;BR /&gt;Your whole system dies immediatly (and dumps core - which might be the same space on disk, so the core-dumping runs into problems itself ;-) not so funny)&lt;BR /&gt;&lt;BR /&gt;The moral: always mirror your swap space!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sun, 03 Feb 2002 20:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657674#M47563</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-03T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657675#M47564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Whilst I agree that the swap partition should &lt;BR /&gt;be mirrored on any internal drives, if you have&lt;BR /&gt;other swap partitions on RAID5 I believe it not&lt;BR /&gt;necessary to mirror. With RAID 5 basically looking after the disk in case of fail-over mirroring it will add overhead. Now this also depends on the type of disk(s) being used. If your using a SAN because of the caching such hardware provides I see no harm in mirroring at all. So in conclusion it may come to down to these factors:&lt;BR /&gt;&lt;BR /&gt;What hardware is being used&lt;BR /&gt;Can you afford to mirror&lt;BR /&gt;Can you afford NOT to mirror.&lt;BR /&gt;Always mirror any internal disks.&lt;BR /&gt;&lt;BR /&gt;My 3 cents worth&lt;BR /&gt;-Michael</description>
      <pubDate>Sun, 03 Feb 2002 23:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657675#M47564</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-02-03T23:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657676#M47565</link>
      <description>You do have a good point Michael.  I always assume that my swap will be on external disks on not on a SAN or some type of RAID unit.  If you do have your swap on a RAID5 system, then you are correct in that you probably do not want to mirror it.</description>
      <pubDate>Mon, 04 Feb 2002 03:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657676#M47565</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-04T03:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP MIRROR?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657677#M47566</link>
      <description>Thanks All,&lt;BR /&gt;I'll start the mirror process.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 04 Feb 2002 17:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-mirror/m-p/2657677#M47566</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-02-04T17:25:26Z</dc:date>
    </item>
  </channel>
</rss>

