<?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: how to check which disk is boot in morroring setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577201#M373407</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You boot off of the alt, look at setboot, see both the pri and alt listed in the output and you can't make a distinction.  'setboot' lists three possiblitiles including the cdrom.&lt;BR /&gt;&lt;BR /&gt;To find what you are currently boot off of you have to query the kernel with this command:&lt;BR /&gt;&lt;BR /&gt;echo "bootdev/X" | adb -o /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;...is correct choice for Ia64 and,&lt;BR /&gt;&lt;BR /&gt;echo "boot_string/S" |adb /stand/vmunix /stand/kmem &lt;BR /&gt;&lt;BR /&gt;...is the correct choice for Pa-risc.&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Feb 2010 17:03:13 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2010-02-03T17:03:13Z</dc:date>
    <item>
      <title>how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577191#M373397</link>
      <description>&lt;BR /&gt;Dear Sir&lt;BR /&gt;In a mirrored boot disk server how to find out and check which disk is booting&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ajin.S</description>
      <pubDate>Wed, 03 Feb 2010 12:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577191#M373397</guid>
      <dc:creator>Ajin_1</dc:creator>
      <dc:date>2010-02-03T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577192#M373398</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use just&lt;BR /&gt;&lt;BR /&gt;setboot&lt;BR /&gt;&lt;BR /&gt;You'll see the primary path and the alternate path (which is the mirrored disk).&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 03 Feb 2010 12:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577192#M373398</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2010-02-03T12:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577193#M373399</link>
      <description># setboot&lt;BR /&gt;Primary bootpath : 0/8/0/0.3.0&lt;BR /&gt;Alternate bootpath : 1/4/0/0.3.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;This will tell you which is your primary and which is your secondary disk</description>
      <pubDate>Wed, 03 Feb 2010 12:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577193#M373399</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-03T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577194#M373400</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dmesg | grep -i boot&lt;BR /&gt;&lt;BR /&gt;then compare that with setboot and lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Wed, 03 Feb 2010 12:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577194#M373400</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2010-02-03T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577195#M373401</link>
      <description>Hi Ajin,&lt;BR /&gt;&lt;BR /&gt;Boot disks configured shown by:&lt;BR /&gt;# setboot&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;To find which disk the system is booted from currently:&lt;BR /&gt;&lt;BR /&gt;# more /var/adm/syslog/syslog.log | grep -i boot&lt;BR /&gt;&lt;BR /&gt;Nov 30 12:35:43 xxxxxx vmunix: Boot device's HP-UX HW path is: 0/1/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;So you will get the HW path of current disk.&lt;BR /&gt;&lt;BR /&gt;Regds..</description>
      <pubDate>Wed, 03 Feb 2010 12:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577195#M373401</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2010-02-03T12:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577196#M373402</link>
      <description>#setboot &lt;BR /&gt;would tell you which is primary disk and which is secondary and &lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;would tell you which disk are boot disks so as to decide which disks you need to put in setboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 03 Feb 2010 12:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577196#M373402</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-03T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577197#M373403</link>
      <description>setboot&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;to show both (pri &amp;amp; sec)mirrored disk</description>
      <pubDate>Wed, 03 Feb 2010 12:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577197#M373403</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-03T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577198#M373404</link>
      <description>Hello Ajin, How are you?&lt;BR /&gt;&lt;BR /&gt;One liner From my old notes: &lt;BR /&gt;echo "boot_string/S" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Wed, 03 Feb 2010 12:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577198#M373404</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2010-02-03T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577199#M373405</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;u can use&lt;BR /&gt;&lt;BR /&gt; #setboot&lt;BR /&gt;&lt;BR /&gt;# dmesg | grep -i boot&lt;BR /&gt;&lt;BR /&gt;this will show the last boot disk in which the system is booted..&lt;BR /&gt;&lt;BR /&gt;if u have both primary and secondary disk&lt;BR /&gt;&lt;BR /&gt;u can use this &lt;BR /&gt;&lt;BR /&gt;# echo "bootdev/X"|adb -n /stand/vmunix/dev/kmem&lt;BR /&gt;&lt;BR /&gt;if u have IR volume&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;#echo "boot_string/S" | adb /stand/vmunix/dev/mem&lt;BR /&gt;&lt;BR /&gt;compare the both output value bt &lt;BR /&gt;&lt;BR /&gt;#ll /dev/dsk&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 12:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577199#M373405</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-02-03T12:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577200#M373406</link>
      <description>Hi,&lt;BR /&gt;If you satisfied with the answer and your problem got solved then please make a habit to assign points,&lt;BR /&gt;Those people who give there valuable time for your problem they should expect some apparition from you in terms of points.&lt;BR /&gt;&lt;BR /&gt;To know how to assign points please go through the below link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Feb 2010 16:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577200#M373406</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-02-03T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to check which disk is boot in morroring setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577201#M373407</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You boot off of the alt, look at setboot, see both the pri and alt listed in the output and you can't make a distinction.  'setboot' lists three possiblitiles including the cdrom.&lt;BR /&gt;&lt;BR /&gt;To find what you are currently boot off of you have to query the kernel with this command:&lt;BR /&gt;&lt;BR /&gt;echo "bootdev/X" | adb -o /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;...is correct choice for Ia64 and,&lt;BR /&gt;&lt;BR /&gt;echo "boot_string/S" |adb /stand/vmunix /stand/kmem &lt;BR /&gt;&lt;BR /&gt;...is the correct choice for Pa-risc.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-which-disk-is-boot-in-morroring-setup/m-p/4577201#M373407</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-03T17:03:13Z</dc:date>
    </item>
  </channel>
</rss>

