<?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 Mirroring primary swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431548#M656192</link>
    <description>I want to mirror the primary swap logical volume. But I want to set Mirror Write Cache to off. Currently this is set to on. Command :&lt;BR /&gt;&lt;BR /&gt;lvchange -M n -c n /dev/vg00/c1t2d0&lt;BR /&gt;&lt;BR /&gt;This command don't work in single user mode : couldn't change Mirror Write Cache when logical volume is opened.&lt;BR /&gt;&lt;BR /&gt;This common don't work in system maintenance mode : volume group not activated.&lt;BR /&gt;&lt;BR /&gt;I have read this in my HP-UX manual:&lt;BR /&gt;Caution: do not activate the root volume group in system maintenance mode or you might corrupt the file system.&lt;BR /&gt;&lt;BR /&gt;Whau now ?&lt;BR /&gt;&lt;BR /&gt;Leo</description>
    <pubDate>Wed, 19 Jul 2000 08:04:35 GMT</pubDate>
    <dc:creator>Van Molle</dc:creator>
    <dc:date>2000-07-19T08:04:35Z</dc:date>
    <item>
      <title>Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431548#M656192</link>
      <description>I want to mirror the primary swap logical volume. But I want to set Mirror Write Cache to off. Currently this is set to on. Command :&lt;BR /&gt;&lt;BR /&gt;lvchange -M n -c n /dev/vg00/c1t2d0&lt;BR /&gt;&lt;BR /&gt;This command don't work in single user mode : couldn't change Mirror Write Cache when logical volume is opened.&lt;BR /&gt;&lt;BR /&gt;This common don't work in system maintenance mode : volume group not activated.&lt;BR /&gt;&lt;BR /&gt;I have read this in my HP-UX manual:&lt;BR /&gt;Caution: do not activate the root volume group in system maintenance mode or you might corrupt the file system.&lt;BR /&gt;&lt;BR /&gt;Whau now ?&lt;BR /&gt;&lt;BR /&gt;Leo</description>
      <pubDate>Wed, 19 Jul 2000 08:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431548#M656192</guid>
      <dc:creator>Van Molle</dc:creator>
      <dc:date>2000-07-19T08:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431549#M656193</link>
      <description>Correct command, but same problem:&lt;BR /&gt;lvchange -M n -c n /dev/vg00/lvol2</description>
      <pubDate>Wed, 19 Jul 2000 08:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431549#M656193</guid>
      <dc:creator>Van Molle</dc:creator>
      <dc:date>2000-07-19T08:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431550#M656194</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in maintenance mode have you tested after&lt;BR /&gt;vgchange -a y vg00 ?&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 08:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431550#M656194</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-07-19T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431551#M656195</link>
      <description>Using SAM you can configure or change the characteristics of a logical volume's mirrors: The Mirror Write-Cache or the Mirror consistency Recovery method&lt;BR /&gt;Using line command at boot up:&lt;BR /&gt;lvchange -M y -c n /dev/vg00/c1t2d0 &lt;BR /&gt;It Mirror Write Cache method and Mirror Consistency Recovery method can safely be applied to mirrored logical volume that the data is not needed after a crash, such as swap or other raw scratch data; and data that an application itself will automatically reconstruct.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 08:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431551#M656195</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-19T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431552#M656196</link>
      <description>You can activate vg00 in lvm maintaince mode. the thing you MUST NOT DO, is then come from lvm maint mode to multiuser mode. You MUST reboot afterwards.&lt;BR /&gt;&lt;BR /&gt;Just doing a vgchange -a y /dev/vg00 and the lvchange is fine. I'd do a vgchange -a n too, but I'm just paranoid.</description>
      <pubDate>Wed, 19 Jul 2000 08:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431552#M656196</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-07-19T08:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431553#M656197</link>
      <description>To change the mirror consistency recovery policy:&lt;BR /&gt;1)Boot into LVM maintenance mode&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;BOOT_ADMIN&amp;gt;boot pri isl&lt;BR /&gt;ISL&amp;gt;hpux -lm&lt;BR /&gt;2) From maint. mode activate the volume group and change the recovery policy&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;lvchange -M n -c n /dev/vg00/lvol2&lt;BR /&gt;3) Update the BDRA&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;4) Reboot system&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 11:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431553#M656197</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-19T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring primary swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431554#M656198</link>
      <description>goto LVM maintenance mode by typeing hpux -lm during  boot time at ISL prompt. and do vgchange -a y vg00 to activate the volume group and then run lvchange command.&lt;BR /&gt;After this enter the following commands&lt;BR /&gt;&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 &lt;BR /&gt;&lt;BR /&gt;This should work</description>
      <pubDate>Thu, 03 Aug 2000 06:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-primary-swap/m-p/2431554#M656198</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-03T06:16:49Z</dc:date>
    </item>
  </channel>
</rss>

