<?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: Primary boot path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196060#M462545</link>
    <description># strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk9_p2&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Aug 2009 20:17:03 GMT</pubDate>
    <dc:creator>David Willams</dc:creator>
    <dc:date>2009-08-28T20:17:03Z</dc:date>
    <item>
      <title>Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196043#M462528</link>
      <description>How to change the primary Boot path</description>
      <pubDate>Fri, 28 Aug 2009 16:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196043#M462528</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196044#M462529</link>
      <description>man setboot&lt;BR /&gt;&lt;BR /&gt;setboot -p &lt;PRIMARY_PATH&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;/PRIMARY_PATH&gt;</description>
      <pubDate>Fri, 28 Aug 2009 16:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196044#M462529</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-08-28T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196045#M462530</link>
      <description>How will this affect the OS..&lt;BR /&gt;&lt;BR /&gt;I have OS installed on this path.&lt;BR /&gt;&lt;BR /&gt;* Setting primary boot path to "/dev/rdisk/disk10".&lt;BR /&gt;Primary boot path set to 1/0/2/2/0.0x4.0x0 (/dev/rdisk/disk10)&lt;BR /&gt;       * Starting install of the source (HP-UX Core Software).&lt;BR /&gt;&lt;BR /&gt;Does it mean the the OS is installed on this disk which is external to the server.&lt;BR /&gt;&lt;BR /&gt;In this case I want the OS on the Internal drive of thee server.</description>
      <pubDate>Fri, 28 Aug 2009 16:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196045#M462530</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T16:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196046#M462531</link>
      <description>Well if you say that disk (disk10) is external than...yes that is being set as the primary boot path.&lt;BR /&gt;&lt;BR /&gt;But couldn't you let it go that way and then when it's done set up your boot mirror disk on an internal disk, and then switch the boot paths order afterwards.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Fri, 28 Aug 2009 16:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196046#M462531</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2009-08-28T16:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196047#M462532</link>
      <description>thats a good idea...&lt;BR /&gt;&lt;BR /&gt;how to set up boot mirror disk on an internal disk.Is there a command to do this ??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 17:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196047#M462532</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T17:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196048#M462533</link>
      <description>David ,&lt;BR /&gt;Check this commands to mirror the boot disk: (Source Disk) , to another disk (Target Disk):&lt;BR /&gt;&lt;BR /&gt;In the below example you have to enter SOURCE_DSK and TARGET_DSK details , &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;################&lt;BR /&gt;#Enter the Target and Source disk "&lt;BR /&gt;TARGET_DSK="diskXX"  #Example : disk12 &lt;BR /&gt;SOURCE_DSK="diskYY"  #Example : disk13&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/tmp/partfile ; echo "3 \nEFI 500MB \nHPUX 100% \nHPSP 400MB" &amp;gt; /tmp/partfile ; cat /tmp/partfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;idisk -wf /tmp/partfile /dev/rdisk/$TARGET_DSK&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;idisk /dev/rdisk/$TARGET_DSK&lt;BR /&gt;&lt;BR /&gt;insf -eC disk&lt;BR /&gt;&lt;BR /&gt;ioscan -efnC disk&lt;BR /&gt;efi_fsinit -d /dev/rdisk/$TARGET_DSK'_p1'&lt;BR /&gt;&lt;BR /&gt;mkboot -e -l /dev/rdisk/$TARGET_DSK&lt;BR /&gt;&amp;gt; /tmp/AUTO.lq ; echo "boot vmunix -lq" &amp;gt; /tmp/AUTO.lq ; cat /tmp/AUTO.lq&lt;BR /&gt;&lt;BR /&gt;efi_cp -d /dev/rdisk/$TARGET_DSK'_p1' /tmp/AUTO.lq /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/tmp/x1 ; efi_cp -d /dev/rdisk/$TARGET_DSK'_p1'  -u /EFI/HPUX/AUTO /tmp/x1 ; cat /tmp/x1&lt;BR /&gt;pvcreate -fB /dev/rdisk/$TARGET_DSK'_p2'&lt;BR /&gt;vgextend vg00 /dev/disk/$TARGET_DSK'_p2'&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab | head -n 5 ; echo ""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#checking EFI details on both disks:&lt;BR /&gt;&lt;BR /&gt;efi_ls -d/dev/rdisk/$TARGET_DSK'_p1' EFI/&lt;BR /&gt;echo ""&lt;BR /&gt;efi_ls -d/dev/rdisk/$SOURCE_DSK'_p1' EFI/&lt;BR /&gt;echo "----------------------------------------"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;####&lt;BR /&gt;echo "Press any key to start Mirroing the lvols... "&lt;BR /&gt;read ans&lt;BR /&gt;#11: Mirror the LV's of the $TARGET_DSK's _p2 partition .&lt;BR /&gt;echo "7.Mirroring the LV's of the $TARGET_DSK's _p2 partition .."&lt;BR /&gt;&lt;BR /&gt;for i in `vgdisplay -v /dev/vg00 | grep lvol | awk '{print $3}' `&lt;BR /&gt;do&lt;BR /&gt;echo "Mirroring LVOL = $i "&lt;BR /&gt;lvextend -m 1 $i /dev/disk/$TARGET_DSK'_p2'&lt;BR /&gt;echo "Mirroring Done for $i."&lt;BR /&gt;echo "----------------------------"&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#: Write the content of the LABEL file , i.e set root/boot/swap &amp;amp; dump.&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v ; echo "\n\n" ; sleep 2  ; setboot -b on  ; setboot&lt;BR /&gt;# Set the Alternate boot disk path with setboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo " You can reboot and verify with the ALT disk. "&lt;BR /&gt;echo " ROOT DISK     M I R R O R I N G   P R O C E S S    C O M P L E T E D.  * * * "&lt;BR /&gt;#__________________________________________________________________________________________&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 18:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196048#M462533</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-28T18:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196049#M462534</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;that mirroring procedure may or may not be right for you?&lt;BR /&gt;&lt;BR /&gt;first you need to have the mirrodisk/ux software installed? have you? without this you cannot mirror like this&lt;BR /&gt;&lt;BR /&gt;then do you have PA or IA type architecture server?&lt;BR /&gt;&lt;BR /&gt;mirroring procedure is different for both systems&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 28 Aug 2009 18:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196049#M462534</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2009-08-28T18:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196050#M462535</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;What system do you have , &lt;BR /&gt;Can you provide the output of :&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;# swlist -l bundle | grep -i hpux | grep OE&lt;BR /&gt;# uname -a &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* * Also make sure you have assigned points to all the responses who tried to help in this thread, and before closing the thread.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 28 Aug 2009 18:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196050#M462535</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-28T18:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196051#M462536</link>
      <description>this is an Integrity servers.... plz give me the procedure</description>
      <pubDate>Fri, 28 Aug 2009 19:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196051#M462536</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T19:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196052#M462537</link>
      <description>model : rx7640&lt;BR /&gt;OS : 11.31</description>
      <pubDate>Fri, 28 Aug 2009 19:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196052#M462537</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196053#M462538</link>
      <description>David,&lt;BR /&gt;The above procedure given is for 11.31 Integrity server, root disk mirror. Be careful to specify the source and target disk. Source is the current disk system is booted from.&lt;BR /&gt;&lt;BR /&gt;Source Disk is the current boot disk.&lt;BR /&gt;lvlnboot -v vg00 , will show the current boot disk.  &lt;BR /&gt;&lt;BR /&gt;- Also string /etc/lvmtab , check the disk under vg00 , that is the current boot disk.&lt;BR /&gt;&lt;BR /&gt;- You can pickup the other  disk for mirroring from the internal harddisk (ioscan -fnC disk ) , and go ahead with the mirroring steps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 19:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196053#M462538</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-28T19:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196054#M462539</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;is that a script to run...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 19:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196054#M462539</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T19:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196055#M462540</link>
      <description>fs0  : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)/HD(Part1,Sig33D59DF8-376F-11DB-8002-D6217B60E588)&lt;BR /&gt;  fs1  : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)/HD(Part3,Sig33D59E34-376F-11DB-8004-D6217B60E588)&lt;BR /&gt;  fs2  : Acpi(HWP0002,PNP0A03,102)/Pci(1|0)/Scsi(Pun8,Lun0)/HD(Part1,Sig266DCC6A-93F3-11DE-8000-D6217B60E588)&lt;BR /&gt;  fs3  : Acpi(HWP0002,PNP0A03,102)/Pci(1|0)/Scsi(Pun8,Lun0)/HD(Part3,Sig266DCCD8-93F3-11DE-8000-D6217B60E588)&lt;BR /&gt;  blk0 : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)&lt;BR /&gt;  blk1 : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)/HD(Part1,Sig33D59DF8&lt;BR /&gt;-376F-11DB-8002-D6217B60E588)&lt;BR /&gt;  blk2 : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)/HD(Part2,Sig33D59E16&lt;BR /&gt;-376F-11DB-8003-D6217B60E588)&lt;BR /&gt;  blk3 : Acpi(HWP0002,PNP0A03,100)/Pci(3|0)/Scsi(Pun6,Lun0)/HD(Part3,Sig33D59E34&lt;BR /&gt;-376F-11DB-8004-D6217B60E588)&lt;BR /&gt;Shell&amp;gt; : Acpi(HWP0002,PNP0A03,100)/Pci(3|1)/Scsi(Pun2,Lun0)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have the above and when my system boots up.... it picks on 11.23 instaed of 11.31...&lt;BR /&gt;&lt;BR /&gt;when I go to efi and go to fs1&amp;gt;hpux ... now it goes to 11.31...&lt;BR /&gt;&lt;BR /&gt;So looks like some thing to do with the booth path... &lt;BR /&gt;&lt;BR /&gt;Now I want the system to pickup 11.31 and not 11.23...&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 19:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196055#M462540</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T19:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196056#M462541</link>
      <description>when i runt he script i get the following error &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Syntax error at line 61 : `"' is not matched.</description>
      <pubDate>Fri, 28 Aug 2009 19:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196056#M462541</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T19:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196057#M462542</link>
      <description>I have the following errors after I run the script:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7.Mirroring the LV's of the 's _p2 partition ..&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol1&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol1.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol2&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol2.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol3&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol3.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol4&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol4.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol5&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol5.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol6&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol6.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol7&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol7.&lt;BR /&gt;----------------------------&lt;BR /&gt;Mirroring LVOL = /dev/vg00/lvol8&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [PhysicalVolumePath ... | PhysicalVolumeGroupName ...]&lt;BR /&gt;"m": Illegal option.&lt;BR /&gt;Mirroring Done for /dev/vg00/lvol8.&lt;BR /&gt;----------------------------&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/disk/disk9_p2 -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/disk/disk9_p2&lt;BR /&gt;Root: lvol3     on:     /dev/disk/disk9_p2&lt;BR /&gt;Swap: lvol2     on:     /dev/disk/disk9_p2&lt;BR /&gt;Dump: lvol2     on:     /dev/disk/disk9_p2, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Primary bootpath : 1/0/0/3/0.0x6.0x0 (/dev/rdisk/disk6)&lt;BR /&gt;HA Alternate bootpath : 1/0/0/3/0.0x6.0x0 (/dev/rdisk/disk6)&lt;BR /&gt;Alternate bootpath :&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 20:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196057#M462542</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T20:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196058#M462543</link>
      <description>I have the following ioscan:-&lt;BR /&gt;&lt;BR /&gt;I have hpux 11.31 running on disk9. But somehow when i boot the server... it is picking up some other disk on which 11.23 is installed...&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkNC disk&lt;BR /&gt;Class     I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;===================================================================&lt;BR /&gt;disk      6  64000/0xfa00/0x0  esdisk   CLAIMED     DEVICE       HP 146 GMAW3147NC&lt;BR /&gt;                      /dev/disk/disk6      /dev/disk/disk6_p2   /dev/rdisk/disk6     /dev/rdisk/disk6_p2&lt;BR /&gt;                      /dev/disk/disk6_p1   /dev/disk/disk6_p3   /dev/rdisk/disk6_p1  /dev/rdisk/disk6_p3&lt;BR /&gt;disk      7  64000/0xfa00/0x1  esdisk   CLAIMED     DEVICE       _NEC    DVD_RW ND-3550A&lt;BR /&gt;                      /dev/disk/disk7   /dev/rdisk/disk7&lt;BR /&gt;disk      8  64000/0xfa00/0x2  esdisk   CLAIMED     DEVICE       HP 146 GMAW3147NC&lt;BR /&gt;                      /dev/disk/disk8   /dev/rdisk/disk8&lt;BR /&gt;disk      9  64000/0xfa00/0x3  esdisk   CLAIMED     DEVICE       HP 146 GMAW3147NC&lt;BR /&gt;                      /dev/disk/disk9      /dev/disk/disk9_p2   /dev/rdisk/disk9     /dev/rdisk/disk9_p2&lt;BR /&gt;                      /dev/disk/disk9_p1   /dev/disk/disk9_p3   /dev/rdisk/disk9_p1  /dev/rdisk/disk9_p3</description>
      <pubDate>Fri, 28 Aug 2009 20:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196058#M462543</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T20:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196059#M462544</link>
      <description>could someone help on this plz</description>
      <pubDate>Fri, 28 Aug 2009 20:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196059#M462544</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T20:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196060#M462545</link>
      <description># strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk9_p2&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 20:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196060#M462545</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T20:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196061#M462546</link>
      <description>David,&lt;BR /&gt;If the disk9 is having 11.31  , so it has to be set as primary boot disk. Which is currently not.&lt;BR /&gt;&lt;BR /&gt;As per the above setboot output it is pri boot disk refering to disk6.&lt;BR /&gt;&lt;BR /&gt;You can do below to set pri boot path:&lt;BR /&gt;&lt;BR /&gt;# setboot -p /dev/rdisk/disk9&lt;BR /&gt;&lt;BR /&gt;To check again with:&lt;BR /&gt;# setboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 28 Aug 2009 20:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196061#M462546</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-08-28T20:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Primary boot path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196062#M462547</link>
      <description>I have a different script which when used... gives the following error:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please Enter original Root disk device file : /dev/rdsk/disk9&lt;BR /&gt;Please Enter disk device file to be mirrored : /dev/rdsk/disk6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Original Root Disk  : /dev/rdsk/disk9&lt;BR /&gt;Mirror Disk: /dev/rdsk/disk6&lt;BR /&gt;&lt;BR /&gt;Confirm your selection are correct : [Y/N] Y&lt;BR /&gt;Started  mirroring&lt;BR /&gt;Init disk with DD (For safety)&lt;BR /&gt;3662+1 records in&lt;BR /&gt;3662+1 records out&lt;BR /&gt;pvcreate -B&lt;BR /&gt;Couldn't stat physical volume "/dev/rdsk/disk6":&lt;BR /&gt;pvcreate: Couldn't open physical volume "/dev/rdsk/disk6":&lt;BR /&gt;No such file or directory&lt;BR /&gt;ERROR pvcreate of disk6&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 20:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/primary-boot-path/m-p/5196062#M462547</guid>
      <dc:creator>David Willams</dc:creator>
      <dc:date>2009-08-28T20:28:36Z</dc:date>
    </item>
  </channel>
</rss>

