<?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: details on /stand/rootconf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170748#M457967</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;I wonder what might happen if the root file system is mirrored but its starting block in the mirror disk is different than the "main" disk&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It cannot be. Because first three logical volumes of vg00(boot,swap,root) should be same as original. You cannot have these lv's somewhere else on the disk like other lv's.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Apr 2009 09:30:33 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-04-21T09:30:33Z</dc:date>
    <item>
      <title>details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170747#M457966</link>
      <description>&lt;!--!*#--&gt;Hi&lt;BR /&gt;&lt;BR /&gt;According to my knowledge about the file /stand/rootconf (in HP-UX 11.11), it contains the first disk block (1 block = 1024 bytes) where the root file systems resides and its size.&lt;BR /&gt;&lt;BR /&gt;The length of this file is 12 bytes:&lt;BR /&gt;00-03 : deadbeef (magic number)&lt;BR /&gt;04-07 : starting block&lt;BR /&gt;08-11 : size&lt;BR /&gt;&lt;BR /&gt;# xd -tx4 /stand/rootconf&lt;BR /&gt;0000000         deadbeef          14bb60           23000&lt;BR /&gt;000000c&lt;BR /&gt;&lt;BR /&gt;This file is rewriten every time the system boots and this info is necessary to boot in maintenance mode.&lt;BR /&gt;&lt;BR /&gt;I wonder what might happen if the root file system is mirrored but its starting block in the mirror disk is different than the "main" disk. I guess the system won't boot in maintenance mode from the mirror disk, will it?&lt;BR /&gt;&lt;BR /&gt;Why does rootconf contain info about just one disk, and not about every root disk in VG00?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These issues appeared recently when I booted a new HP-UX 11.31 server. The rootconf of this new server is larger than 12 bytes -- it is 40 bytes sized.&lt;BR /&gt;&lt;BR /&gt;# xd -v -tx4 /stand/rootconf&lt;BR /&gt;0000000         deadbeef          1f8b60           80000        40000003&lt;BR /&gt;0000010                0               0               0               0&lt;BR /&gt;0000020                0               0&lt;BR /&gt;0000028&lt;BR /&gt;&lt;BR /&gt;What are those new fields on this new rootconf?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance</description>
      <pubDate>Tue, 21 Apr 2009 08:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170747#M457966</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2009-04-21T08:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170748#M457967</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;I wonder what might happen if the root file system is mirrored but its starting block in the mirror disk is different than the "main" disk&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It cannot be. Because first three logical volumes of vg00(boot,swap,root) should be same as original. You cannot have these lv's somewhere else on the disk like other lv's.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 09:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170748#M457967</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-21T09:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170749#M457968</link>
      <description>really?</description>
      <pubDate>Tue, 21 Apr 2009 12:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170749#M457968</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2009-04-21T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170750#M457969</link>
      <description>lvol1, lvol2 and lvol3 in VG00 **MUST** be defined as contiguous LV's, meaning **ALL** extents have to be allocated in one chunk on the disk.&lt;BR /&gt;&lt;BR /&gt;Now, when you create a mirrored root disk, you **MUST** mirror lvol1, lvol2 and lvol3, in that order and before any other LV's in VG00.  The first 3 LV's must be first on the disk.&lt;BR /&gt;&lt;BR /&gt;Any LV's in VG00 other than those can be mirrored in any order.&lt;BR /&gt;&lt;BR /&gt;So, to your question -- the boot loader knows where to find the first 3 LV's and **should** know how to find anything it needs.  Booting into LVM maintenance from either disk should work fine.</description>
      <pubDate>Tue, 21 Apr 2009 12:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170750#M457969</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-04-21T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170751#M457970</link>
      <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;more information about /etc/rootconf is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/lvlnboot.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/lvlnboot.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"...&lt;BR /&gt;Mirrored root_lv volumes should start at the same offset on each physical volume so that the location stored in /stand/rootconf works for maintenance-mode boots off of any mirror."&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170751#M457970</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-04-21T18:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: details on /stand/rootconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170752#M457971</link>
      <description>.</description>
      <pubDate>Fri, 18 Dec 2009 12:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/details-on-stand-rootconf/m-p/5170752#M457971</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2009-12-18T12:13:44Z</dc:date>
    </item>
  </channel>
</rss>

