<?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-UX Boot Process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484496#M18608</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It could be that the AUTO lif file has been set to force single user mode.&lt;BR /&gt;&lt;BR /&gt;Check the contents with the command:-&lt;BR /&gt;&lt;BR /&gt;lifcp /dev/rdsk/c?t?d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;where c?t?d0 is your boot disk.&lt;BR /&gt;&lt;BR /&gt;If the result reads 'hpux -is' then this is your problem. You can amend the AUTO file with the mkboot -a command.&lt;BR /&gt;&lt;BR /&gt;mkboot -a hpux /dev/rdsk/c?t?d0&lt;BR /&gt;is sufficient for a standard boot or if you have mirrored boot disks and want to ensure that you can still boot if you lose one of them then use:-&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c?t?d0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
    <pubDate>Fri, 19 Jan 2001 11:00:31 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2001-01-19T11:00:31Z</dc:date>
    <item>
      <title>HP-UX Boot Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484493#M18605</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using a N-Class Server running hp-ux1100.&lt;BR /&gt;When booted the system goes to single user&lt;BR /&gt;mode.I have to bring it to multi user mode&lt;BR /&gt;each time by giving init 3 command.&lt;BR /&gt;/etc/inittab file has the default run level set to 3.&lt;BR /&gt;Can anyone please help?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 19 Jan 2001 00:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484493#M18605</guid>
      <dc:creator>prashanth yadagiri</dc:creator>
      <dc:date>2001-01-19T00:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Boot Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484494#M18606</link>
      <description>I'd really need more info to answer this.  But I'll try to help.&lt;BR /&gt;&lt;BR /&gt;Have you checked for boot errors in /etc/rc.log?&lt;BR /&gt;It sounds like you have something failing very early in the rc scripts.&lt;BR /&gt;&lt;BR /&gt;What is root's login shell?&lt;BR /&gt;If it is anything but /sbin/sh, that can cause problems at system initialisation time.  If root's login shell is /usr/bin/ksh, for example, your shell resides on a filesystem which is not yet mounted, and so the rc scripts have no shell to run them.</description>
      <pubDate>Fri, 19 Jan 2001 03:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484494#M18606</guid>
      <dc:creator>Matt Livingston</dc:creator>
      <dc:date>2001-01-19T03:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Boot Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484495#M18607</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;without some more info it is very hard to determine why it won't boot further.&lt;BR /&gt;&lt;BR /&gt;One thing you can try if you don't use DHCP is to do the following:&lt;BR /&gt;&lt;BR /&gt;cd /sbin&lt;BR /&gt;chmod -x auto_parms&lt;BR /&gt;Other than that watch closely what is written to the console. That might give us a hint.&lt;BR /&gt;Another place you can check would be the /etc/rc.log file&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 04:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484495#M18607</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-01-19T04:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Boot Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484496#M18608</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It could be that the AUTO lif file has been set to force single user mode.&lt;BR /&gt;&lt;BR /&gt;Check the contents with the command:-&lt;BR /&gt;&lt;BR /&gt;lifcp /dev/rdsk/c?t?d0:AUTO -&lt;BR /&gt;&lt;BR /&gt;where c?t?d0 is your boot disk.&lt;BR /&gt;&lt;BR /&gt;If the result reads 'hpux -is' then this is your problem. You can amend the AUTO file with the mkboot -a command.&lt;BR /&gt;&lt;BR /&gt;mkboot -a hpux /dev/rdsk/c?t?d0&lt;BR /&gt;is sufficient for a standard boot or if you have mirrored boot disks and want to ensure that you can still boot if you lose one of them then use:-&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c?t?d0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 19 Jan 2001 11:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484496#M18608</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2001-01-19T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Boot Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484497#M18609</link>
      <description>Thanks Matt,&lt;BR /&gt;Changing the root's login shell to /sbin/sh&lt;BR /&gt;from /usr/bin/ksh in the passwd file resolved&lt;BR /&gt;the problem.&lt;BR /&gt;Thank's steffi,john and others for your time.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 17:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-process/m-p/2484497#M18609</guid>
      <dc:creator>prashanth yadagiri</dc:creator>
      <dc:date>2001-01-19T17:59:34Z</dc:date>
    </item>
  </channel>
</rss>

