<?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: General query on root disk mirroring.... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767782#M389601</link>
    <description>If all the LVOLs are mirrored (including swap!), the system continues to run.&lt;BR /&gt;&lt;BR /&gt;But in case of a reboot you need to boot in quorum mode because of the missing disk.</description>
    <pubDate>Mon, 21 Mar 2011 12:12:58 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2011-03-21T12:12:58Z</dc:date>
    <item>
      <title>General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767780#M389599</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;A query on root disk mirroring in any version 11iv1/v2/v3.&lt;BR /&gt;&lt;BR /&gt;If my primary disk goes down due to any reason, is server reboot/hung or it keep working from the secondary disk?..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jimbe....</description>
      <pubDate>Mon, 21 Mar 2011 10:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767780#M389599</guid>
      <dc:creator>jimbe21688207</dc:creator>
      <dc:date>2011-03-21T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767781#M389600</link>
      <description>Assuming that you correctly followed all of the steps for mirroring your root disk, a disk failure will allow the system to keep running. However, if the two disks are on the same controller, an electronic failure in a disk may lockup everything on that bus. That's why mirroring should be done with disks on different controllers. If you reboot (and you've setup the two disks correctly, a failed disk will cause the system to boot from the alternate disk.</description>
      <pubDate>Mon, 21 Mar 2011 11:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767781#M389600</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-03-21T11:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767782#M389601</link>
      <description>If all the LVOLs are mirrored (including swap!), the system continues to run.&lt;BR /&gt;&lt;BR /&gt;But in case of a reboot you need to boot in quorum mode because of the missing disk.</description>
      <pubDate>Mon, 21 Mar 2011 12:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767782#M389601</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-03-21T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767783#M389602</link>
      <description>need to make sure the auto file on your system says &lt;BR /&gt;&lt;BR /&gt;boot vmunix -lq&lt;BR /&gt;&lt;BR /&gt;hpux -lq&lt;BR /&gt;&lt;BR /&gt;depending on whether it is PA or IA.&lt;BR /&gt;&lt;BR /&gt;if you boot vg00 without quorum your system should keep on running as long as all of the LVs are still available from one of the mirrors.&lt;BR /&gt;&lt;BR /&gt;IF the disk comes back it should sync up automatically.&lt;BR /&gt;&lt;BR /&gt;it should be the same if you use VxVM for your boot disk.  BASE VxVM allows you to mirror the boot disk free.</description>
      <pubDate>Mon, 21 Mar 2011 13:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767783#M389602</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2011-03-21T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767784#M389603</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please ensure that autoboot/autosearch capabilities are ON/enabled status.&lt;BR /&gt;#setboot&lt;BR /&gt;Primary bootpath : 8/4.5.0&lt;BR /&gt;Alternate bootpath : 8/16/5.0.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (disabled)&lt;BR /&gt;Autosearch is ON (disabled)&lt;BR /&gt;&lt;BR /&gt;To enable autoboot:&lt;BR /&gt;#setboot -b on&lt;BR /&gt;To enable autosearch:&lt;BR /&gt;#setboot -s on&lt;BR /&gt;#setboot&lt;BR /&gt;Primary bootpath : 8/4.5.0&lt;BR /&gt;Alternate bootpath : 8/16/5.0.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;Also ensure that secondary system loader (SSL) utility load "hpux -lq" (man hpux) to boot the system with quorum override  option. This option is used in a scenario where a disk is removed from the system or is otherwise unavailable, but the corresponding entry for the physical volume has not yet been removed from the volume group using vgreduce.&lt;BR /&gt;#mkboot -a "hpux -lq" /dev/rdsk/c[n]t[n]d[n]&lt;BR /&gt;&lt;BR /&gt;-a option creates an autoexecute file AUTO on device, if none exists.  mkboot deposits  auto_file_string in that file. If this string contains spaces, it must be quoted so that it is a single parameter.&lt;BR /&gt;#man mkboot&lt;BR /&gt;&lt;BR /&gt;Please keep in mind that "-lq" flag is supported by LVM layouts only.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Mon, 21 Mar 2011 15:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767784#M389603</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-03-21T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767785#M389604</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It should keep working if your mirroring is proper. Then what is the use of mirroring if goes to reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00872150&amp;amp;cc=us&amp;amp;dlc=en&amp;amp;lc=en&amp;amp;jumpid=reg_R1002_USEN" target="_blank"&gt;http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00872150&amp;amp;cc=us&amp;amp;dlc=en&amp;amp;lc=en&amp;amp;jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Mon, 21 Mar 2011 16:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767785#M389604</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-03-21T16:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: General query on root disk mirroring....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767786#M389605</link>
      <description>Thank u All, closing the thread....</description>
      <pubDate>Tue, 22 Mar 2011 04:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/general-query-on-root-disk-mirroring/m-p/4767786#M389605</guid>
      <dc:creator>jimbe21688207</dc:creator>
      <dc:date>2011-03-22T04:32:02Z</dc:date>
    </item>
  </channel>
</rss>

