<?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: PDC Boot Disk Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984600#M782744</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;consider that the alternate path for vg00 means essantially having two (or more disks) mirrored in vg00. That also means you can boot from the primary or from the alternate (if the primary is not available). You normally see the hw path pf boot disks by&lt;BR /&gt;&lt;BR /&gt;setboot &lt;BR /&gt;&lt;BR /&gt;or you can set this info by setboot in this way:&lt;BR /&gt;&lt;BR /&gt;setboot -p &lt;HW path="" of="" primary="" path=""&gt;&lt;BR /&gt;setboot -a &lt;HW path="" of="" alternate="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;man setboot&lt;BR /&gt;"setboot - display and modify boot variables in stable storage"&lt;BR /&gt;&lt;BR /&gt;Another way to configure that (but that I don't use so often) is by BCH and its interactive menu.&lt;BR /&gt;&lt;BR /&gt;But think that if all is ok you will see the same info (about LVM, /etc/fstab, etc.) whether on the primary and the alternate disks.&lt;BR /&gt;&lt;BR /&gt;After this can you explain better what is your doubt about / and /stand filesystems?&lt;BR /&gt;&lt;BR /&gt;Sorry, just to understand better your question....&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;/HW&gt;&lt;/HW&gt;</description>
    <pubDate>Mon, 12 Jun 2006 04:32:03 GMT</pubDate>
    <dc:creator>Fabio Ettore</dc:creator>
    <dc:date>2006-06-12T04:32:03Z</dc:date>
    <item>
      <title>PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984598#M782742</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to clarify the following Query from you all..&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;I heard that in PDC there are primary and alternate Boot disk configuration. &lt;BR /&gt;&lt;BR /&gt;--&amp;gt;If primary fails to boot then the system start booting automatically from alternate boot disk and bring the system up.&lt;BR /&gt;&lt;BR /&gt;My Query is :-&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;If the primary disk fails the system starts booting from the alternate disk..well&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;But the alternate disk is having a different controller and different target id and it will be sensed with different H/W path.&lt;BR /&gt;&lt;BR /&gt;IF so..&lt;BR /&gt;&lt;BR /&gt;--&amp;gt;then how the / &amp;amp; /stand will get mounted as  specified in /etc/fstab file .....which indicates to the different H/W path..&lt;BR /&gt;&lt;BR /&gt;Expecting the brief Explanation from guys&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2006 03:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984598#M782742</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-06-12T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984599#M782743</link>
      <description>Hello Sundar,&lt;BR /&gt;&lt;BR /&gt;Check the /etc/fstab file entries, here we specify the volume manager and not the disk details against teh mount point &lt;BR /&gt;ex &lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol1  /stand&lt;BR /&gt;/dev/vg00/lvol3  /&lt;BR /&gt;&lt;BR /&gt;and not as (my understanding of the question)&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cxtydz  /stand&lt;BR /&gt;&lt;BR /&gt;The volume manager will have the details about how to access the data (actually you have to configure it as well).&lt;BR /&gt;vgdisplay -v will be help you find out which disks are part of which vg.&lt;BR /&gt;&lt;BR /&gt;Hope its clear now.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Albert</description>
      <pubDate>Mon, 12 Jun 2006 04:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984599#M782743</guid>
      <dc:creator>Albert_31</dc:creator>
      <dc:date>2006-06-12T04:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984600#M782744</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;consider that the alternate path for vg00 means essantially having two (or more disks) mirrored in vg00. That also means you can boot from the primary or from the alternate (if the primary is not available). You normally see the hw path pf boot disks by&lt;BR /&gt;&lt;BR /&gt;setboot &lt;BR /&gt;&lt;BR /&gt;or you can set this info by setboot in this way:&lt;BR /&gt;&lt;BR /&gt;setboot -p &lt;HW path="" of="" primary="" path=""&gt;&lt;BR /&gt;setboot -a &lt;HW path="" of="" alternate="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;man setboot&lt;BR /&gt;"setboot - display and modify boot variables in stable storage"&lt;BR /&gt;&lt;BR /&gt;Another way to configure that (but that I don't use so often) is by BCH and its interactive menu.&lt;BR /&gt;&lt;BR /&gt;But think that if all is ok you will see the same info (about LVM, /etc/fstab, etc.) whether on the primary and the alternate disks.&lt;BR /&gt;&lt;BR /&gt;After this can you explain better what is your doubt about / and /stand filesystems?&lt;BR /&gt;&lt;BR /&gt;Sorry, just to understand better your question....&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;/HW&gt;&lt;/HW&gt;</description>
      <pubDate>Mon, 12 Jun 2006 04:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984600#M782744</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-06-12T04:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984601#M782745</link>
      <description>Both Of you are right.,&lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;&lt;BR /&gt;Contains the VG Information such that there is no Probs in hardware path.&lt;BR /&gt;&lt;BR /&gt;Let us take a Situation :-&lt;BR /&gt;&lt;BR /&gt;This is the Booting Sequence Upto My Knowledge.&lt;BR /&gt;&lt;BR /&gt;PDC---&amp;gt; Boot Disk--&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Disk MBR Contains ( ISL --&amp;gt; AUTO file ( Which specify the location of kernel )&lt;BR /&gt;&lt;BR /&gt;Boot disk --&amp;gt; ISL---&amp;gt; hpux --&amp;gt; Loads kernel&lt;BR /&gt;&lt;BR /&gt;hpux utility in ISL starts loading the kernel  specified path by the ISL AUTO file..&lt;BR /&gt;&lt;BR /&gt;1..Let tell me whether the boot sequence is right.?&lt;BR /&gt;&lt;BR /&gt;If Soo&lt;BR /&gt;&lt;BR /&gt;2..If the Disk that contains the ISL Fails then how the system boots via the alternate disk.?&lt;BR /&gt;&lt;BR /&gt;3..Is it,the alt disk also contains any kind of ISL in its MBR.?&lt;BR /&gt;&lt;BR /&gt;If soo&lt;BR /&gt;&lt;BR /&gt;4.. Then when &amp;amp; How it is get created..?&lt;BR /&gt;&lt;BR /&gt;I hope now my query is clear</description>
      <pubDate>Mon, 12 Jun 2006 05:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984601#M782745</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-06-12T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984602#M782746</link>
      <description>The "MBR" of a disk used for a PA-RISC machine is called LIF area. The area is created with the command "pvcreate -B ..." and populated with "mkboot -l /dev/rdsk...".&lt;BR /&gt;In case you want to be able to boot the system automatically even if one disk is failed, you should set your bootstring to "hpux -lq" and enable "autoboot" and "autosearch" in BCH (boot console handler). Of course you have to configure the correct alternate hw-path to the disk.</description>
      <pubDate>Mon, 12 Jun 2006 05:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984602#M782746</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-06-12T05:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984603#M782747</link>
      <description>Hi Susee, &lt;BR /&gt;&lt;BR /&gt;This may help you, &lt;A href="http://docs.hp.com/en/B2355-60127/pdc.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/pdc.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 12 Jun 2006 06:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984603#M782747</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-06-12T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: PDC Boot Disk Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984604#M782748</link>
      <description>Hi Thanks for the information now i am clear about PDC alt booting configuration.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2006 06:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pdc-boot-disk-configuration/m-p/4984604#M782748</guid>
      <dc:creator>susee_sundar</dc:creator>
      <dc:date>2006-06-12T06:18:30Z</dc:date>
    </item>
  </channel>
</rss>

