<?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: _hp_root_disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168706#M514941</link>
    <description>The root disk is typically the disk that your machine boots from.  So whatever your primary boot disk is will be your root disk.  You could change this, but it is very possible that you would render your system unbootable.&lt;BR /&gt;&lt;BR /&gt;What exactly are you trying to accomplish?</description>
    <pubDate>Tue, 20 Jan 2004 11:43:44 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-01-20T11:43:44Z</dc:date>
    <item>
      <title>_hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168700#M514935</link>
      <description>As I understand, this is equivalent to disk[0], and the second disk will be disk[1] and so on.&lt;BR /&gt;What is the selection rule ? Is it according to scsi-id/controller or the hardware path?&lt;BR /&gt;Looking at the different size of disks on one machine of mine, I would like to know some ways to have controls on it.&lt;BR /&gt;&lt;BR /&gt;Jun Z</description>
      <pubDate>Tue, 20 Jan 2004 10:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168700#M514935</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T10:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168701#M514936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I couldn't quite well get the context of your question. If you are referring to lvm order it's the way the disks are added into /etc/lvmtab. Then the boot path determines who disk to boot from.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 20 Jan 2004 10:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168701#M514936</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T10:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168702#M514937</link>
      <description>HI Jun Z,&lt;BR /&gt;&lt;BR /&gt;It is the hardware path ( this includes the SCSI id at the end), you can alter this info with ioinit ( man ioinit ). But this info normally is stable.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 20 Jan 2004 10:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168702#M514937</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-20T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168703#M514938</link>
      <description>HP-UX doesn't work like that. The primary and alternate boot devices are stored in protected/stable memory on the systemboard.&lt;BR /&gt;These can be set to any valid boot device regardless of the controller slot or SCSI ID.&lt;BR /&gt;&lt;BR /&gt;HP does not follow the stupid PC convention of looking for SCSI ID 0 -- which was a bad choice because under SE-SCSI, 0 was the lowest priority device. The smart play would have been to look for 6 -- the highest after the controller itself (7).&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 11:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168703#M514938</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-20T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168704#M514939</link>
      <description>Can one change this protected/stable memory settings on the system board?&lt;BR /&gt;I have an E35 with 5 disks on the same controller, and 56/52.0.0 is being used as the root disk, so I'am not sure if the pick is from high to low or vice versa (scsi id).&lt;BR /&gt;This has nothing to do with lvm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun Z</description>
      <pubDate>Tue, 20 Jan 2004 11:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168704#M514939</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T11:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168705#M514940</link>
      <description>This has nothing to do with LVM and again there is no hard-set rule. You can use the setboot command to set the primary and alternate boot paths to whatever physical device you like. Man setboot for details. You can also interrupt the boot process and set the paths under the firmware monitor. Note that using either method, it is possible to create an unbootable machine; although, assuming that you do have a valid bootable disk, you can correct your mistakes using the firmware monitor.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 11:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168705#M514940</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-20T11:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168706#M514941</link>
      <description>The root disk is typically the disk that your machine boots from.  So whatever your primary boot disk is will be your root disk.  You could change this, but it is very possible that you would render your system unbootable.&lt;BR /&gt;&lt;BR /&gt;What exactly are you trying to accomplish?</description>
      <pubDate>Tue, 20 Jan 2004 11:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168706#M514941</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-01-20T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168707#M514942</link>
      <description>I want to know the mapping rule of _hp_root_disk to the actual disk, when ivoked from within an Ignite config file, and the possibility to change the rule.&lt;BR /&gt;My apology if I didn't express it clearly.&lt;BR /&gt;&lt;BR /&gt;Jun Z</description>
      <pubDate>Tue, 20 Jan 2004 12:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168707#M514942</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168708#M514943</link>
      <description>By default, Ignite puts everything back as it was but you can easily enter an interactive session in which you are allowed to change disks, file systems, hostname, tiimezone, etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 12:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168708#M514943</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-01-20T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168709#M514944</link>
      <description>Hi Jun Z,&lt;BR /&gt;&lt;BR /&gt;I looked at save_config script that makes the config files *if* this is what you are referring to.&lt;BR /&gt;&lt;BR /&gt;Here is where the root disk is initialized. I am pasting only the lines that are appropriate.&lt;BR /&gt;&lt;BR /&gt;root_disk=$(grep "^Root:" $lvlnboot_temp_file | awk ' { print $4 } '&lt;BR /&gt;&lt;BR /&gt;This is part of find_root_disk function. Then it gets the hardware path of this disk by calling another function disk_to_path. Then it assigns it to _hp_root_disk&lt;BR /&gt;&lt;BR /&gt;print -u4 "init _hp_root_disk=\"$root_hardware_path\""&lt;BR /&gt;&lt;BR /&gt;So, it's nothing but from the output of lvnlboot which is decided by the order in which the PV appears in /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Similar procedure is there if the root disk is part of vxvm.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2004 14:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168709#M514944</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168710#M514945</link>
      <description>Thank you for digging so deeply, Sridhar. Can I further ask, what would happen if I choose "Whole disk (not LVM) with HFS" as the disk layout, instead of the LVM?&lt;BR /&gt;Sorry at this point I didn't do any research but shoot my question once it came upon me.&lt;BR /&gt;&lt;BR /&gt;Jun Z</description>
      <pubDate>Tue, 20 Jan 2004 15:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168710#M514945</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168711#M514946</link>
      <description>Well - I haven't tried it so far. But I would guess it is going to create a big HFS wholedisk filesystem on the disk you choose, mounts it as / and then extracts the data under it. So, you will find /usr, /var, /opt, /tmp etc., as subdirectories under it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 20 Jan 2004 15:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168711#M514946</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168712#M514947</link>
      <description>Sorry I mean would it still rely on the output from lvlnboot to assign _hp_root_disk a value?&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Tue, 20 Jan 2004 15:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168712#M514947</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168713#M514948</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;When you create a recovery archive using make_net_recovery or make_tape_recovery, a config file will be created using save_config command and the path to the root disk (as determined in my previous posts). When you restore the system using this image and if you do not interact (or take the defaults) OS will be recovered exactly on the same disk like it was before.&lt;BR /&gt;&lt;BR /&gt;You can change the configuration by interacting with it. Like creating the whole disk configuration or changing the hardware path.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 20 Jan 2004 15:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168713#M514948</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168714#M514949</link>
      <description>I realized that A Clay is right: There is always a primary boot path, which is assigned to _hp_root_disk, and one can use setboot to change it.&lt;BR /&gt;&lt;BR /&gt;Jun Z</description>
      <pubDate>Tue, 20 Jan 2004 16:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168714#M514949</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2004-01-20T16:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: _hp_root_disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168715#M514950</link>
      <description>As per the script, the output of lvlnboot -v determines the _hp_root_disk *if* you are using save_config to generate the configuration file and if you are talking about that configuration file for use with recovery.&lt;BR /&gt;&lt;BR /&gt;You can reboot the system with the alternate path and see if _hp_root_disk gets changed after running save_config. It should if the output of lvlnboot gets changed.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 20 Jan 2004 16:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-root-disk/m-p/3168715#M514950</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-20T16:29:12Z</dc:date>
    </item>
  </channel>
</rss>

