<?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 which boot disk booted from in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038670#M432402</link>
    <description>How do I find on Itanium HP-UX server about which disk booted off from?&lt;BR /&gt;&lt;BR /&gt;echo "boot_string/S" |adb /stand/vmunix /stand/kmem&lt;BR /&gt;&lt;BR /&gt;doesn't work above command. Is there any equivalent command.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 06 Apr 2007 08:23:39 GMT</pubDate>
    <dc:creator>IT_2007</dc:creator>
    <dc:date>2007-04-06T08:23:39Z</dc:date>
    <item>
      <title>which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038670#M432402</link>
      <description>How do I find on Itanium HP-UX server about which disk booted off from?&lt;BR /&gt;&lt;BR /&gt;echo "boot_string/S" |adb /stand/vmunix /stand/kmem&lt;BR /&gt;&lt;BR /&gt;doesn't work above command. Is there any equivalent command.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 06 Apr 2007 08:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038670#M432402</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-04-06T08:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038671#M432403</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;i've no itanium system for test but what gives you the command setboot?:&lt;BR /&gt;# setboot&lt;BR /&gt;Primary bootpath : 1/0/0/3/0.6.0&lt;BR /&gt;Alternate bootpath : 1/0/1/1/0/1/1.6.0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Fri, 06 Apr 2007 08:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038671#M432403</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2007-04-06T08:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038672#M432404</link>
      <description>&lt;!--!*#--&gt;Try the command below:&lt;BR /&gt;&lt;BR /&gt;# echo "bootdev/X" | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;on IPF specify the "-o" switch for backward compatibility; see adb(1) for details. The output of the above command will be a hex string comprising the major / minor number of the device the machine was booted off on. If the output is say "0x1f011002" then the device file will be "/dev/dsk/c1t1d0s2" viz.,&lt;BR /&gt;&lt;BR /&gt;1f   =  Major Number&lt;BR /&gt;01  =  Bus&lt;BR /&gt;1  =   Target&lt;BR /&gt;0   =  Lun&lt;BR /&gt;02  =  Slice or Partition&lt;BR /&gt;&lt;BR /&gt;~hope it helps</description>
      <pubDate>Fri, 06 Apr 2007 09:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038672#M432404</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-04-06T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038673#M432405</link>
      <description>We only define primary boot disk, alternate boot disk. The primary boot disk is defined in several places: /stand/bootconf, setboot, lvlnboot -v vg00 if all configured correctly.</description>
      <pubDate>Fri, 06 Apr 2007 10:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038673#M432405</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-06T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038674#M432406</link>
      <description>string /etc/lvmtab tells you which disk has vg00 and vgdisplay will explain you which disk currently the os has booted.</description>
      <pubDate>Fri, 06 Apr 2007 10:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038674#M432406</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-06T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: which boot disk booted from</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038675#M432407</link>
      <description>echo "bootdev/X" | adb -o /stand/vmunix /dev/kmem is correct one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to Sandman.</description>
      <pubDate>Fri, 06 Apr 2007 12:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-boot-disk-booted-from/m-p/5038675#M432407</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-04-06T12:03:00Z</dc:date>
    </item>
  </channel>
</rss>

