<?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 can we find  that which disk is booted on HP server? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944024#M412246</link>
    <description>It's a little bit tricky to answer. First, execute setboot without any options. That will identify the primary and alternate boot paths. Normally the primary path is used; however, it is possible the neither was used; the box may have been manually booted.&lt;BR /&gt;&lt;BR /&gt;That is when the method proposed by Jim should be used:&lt;BR /&gt;&lt;BR /&gt;# echo "boot_string/S" | adb /stand/vmunix /dev/mem (or /dev/kmem)&lt;BR /&gt;&lt;BR /&gt;However, there is a "gotcha" there as well in that the box might not have booted from the default "/stand/vmunix". If the adb command above returns NULL or garbaged values then that means that the symbol table in /stand/vmunix does not correspond to the running kernel's memory image in /dev/kmem.&lt;BR /&gt;You then have to repeat the command using /stand/vmunix.prev, /stand/vmunix.save, or any other kernel files found in /stand until adb returns meaningful strings.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Thu, 01 Dec 2005 16:06:48 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-12-01T16:06:48Z</dc:date>
    <item>
      <title>How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944021#M412243</link>
      <description>Hi All,&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;We need to find that,which path the server is booted..Is it primary or secondary path?&lt;BR /&gt;Please provide the details.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 01 Dec 2005 15:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944021#M412243</guid>
      <dc:creator>Sudhaadm</dc:creator>
      <dc:date>2005-12-01T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944022#M412244</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# echo boot_string/S|adb /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Dec 2005 15:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944022#M412244</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-01T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944023#M412245</link>
      <description>so a search IPL at the IPL prompt</description>
      <pubDate>Thu, 01 Dec 2005 15:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944023#M412245</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2005-12-01T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944024#M412246</link>
      <description>It's a little bit tricky to answer. First, execute setboot without any options. That will identify the primary and alternate boot paths. Normally the primary path is used; however, it is possible the neither was used; the box may have been manually booted.&lt;BR /&gt;&lt;BR /&gt;That is when the method proposed by Jim should be used:&lt;BR /&gt;&lt;BR /&gt;# echo "boot_string/S" | adb /stand/vmunix /dev/mem (or /dev/kmem)&lt;BR /&gt;&lt;BR /&gt;However, there is a "gotcha" there as well in that the box might not have booted from the default "/stand/vmunix". If the adb command above returns NULL or garbaged values then that means that the symbol table in /stand/vmunix does not correspond to the running kernel's memory image in /dev/kmem.&lt;BR /&gt;You then have to repeat the command using /stand/vmunix.prev, /stand/vmunix.save, or any other kernel files found in /stand until adb returns meaningful strings.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 16:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944024#M412246</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-01T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944025#M412247</link>
      <description>Hi Sudhaadm,&lt;BR /&gt;&lt;BR /&gt;You can try thist to know , from which disk the system is booted up:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# echo "boot_string/S" | adb64 stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The output will be like this :&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;boot_string:&lt;BR /&gt;boot_string:    disk(0/0/1/1.0.0.0.0.0.0;0)/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 16:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944025#M412247</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-01T16:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can we find  that which disk is booted on HP server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944026#M412248</link>
      <description>Hi all,&lt;BR /&gt;Thanks for the help and providing the great support.</description>
      <pubDate>Thu, 01 Dec 2005 17:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-we-find-that-which-disk-is-booted-on-hp-server/m-p/4944026#M412248</guid>
      <dc:creator>Sudhaadm</dc:creator>
      <dc:date>2005-12-01T17:31:04Z</dc:date>
    </item>
  </channel>
</rss>

