<?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: rc script hung on bootup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135976#M154010</link>
    <description>I renamed S742diagnostic, rebooted machine. Came up fine. I manually ran /sbin/init.d/diagnostic, it started. I renamed S742diagnostic back and rebooted machine. Everything came up fine. ? I did not change anything. Never know?</description>
    <pubDate>Thu, 04 Dec 2003 14:48:28 GMT</pubDate>
    <dc:creator>John Peace</dc:creator>
    <dc:date>2003-12-04T14:48:28Z</dc:date>
    <item>
      <title>rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135971#M154005</link>
      <description>K580&lt;BR /&gt;HP-UX 11.0&lt;BR /&gt;&lt;BR /&gt;The server is located 6 hours away. I administer it remotely. I have someone at the site that can "turn the key" on.&lt;BR /&gt;&lt;BR /&gt;Problem:&lt;BR /&gt;&lt;BR /&gt;The server went down hard. There was a power outage at the site. When the server was turned back on, it started its boot process. It is hung after /sbin/rc2.d/S742diagnostic. The next script is /sbin/rc2.d/S744predictive.&lt;BR /&gt;&lt;BR /&gt;I have checked the syslog and tombstones files. I can find no errors. Where else can I look? I only boot up to run level 2. I have a database package running, and 50 people connected. I have already planned a reboot later tonight.&lt;BR /&gt;&lt;BR /&gt;What can I do to research the problem?</description>
      <pubDate>Thu, 04 Dec 2003 07:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135971#M154005</guid>
      <dc:creator>John Peace</dc:creator>
      <dc:date>2003-12-04T07:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135972#M154006</link>
      <description>To start with, search for child processes of the script by doing "ps -ef | grep &lt;PID of="" s742diagnostic=""&gt;"&lt;BR /&gt;and then of all the found subprocesses, so you know what command hangs.&lt;BR /&gt;&lt;BR /&gt;Do you have access to the console? Perhaps it is waiting for some user-input or the buffer of your console driver is full...&lt;/PID&gt;</description>
      <pubDate>Thu, 04 Dec 2003 07:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135972#M154006</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-12-04T07:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135973#M154007</link>
      <description>Just check /etc/rc.log.&lt;BR /&gt;&lt;BR /&gt;check the STm logs&lt;BR /&gt;&lt;BR /&gt;/var/stm/logs/os&lt;BR /&gt;&lt;BR /&gt;Try stating manually the /usr/sbin/stm/uut/bin/sys/diagmond&lt;BR /&gt;&lt;BR /&gt;This should start other services&lt;BR /&gt;&lt;BR /&gt;REvert&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2003 07:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135973#M154007</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-12-04T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135974#M154008</link>
      <description>When you have a reboot later tonight, Boot into single user mode, move sbin/rc2.d/S742diagnostic to sbin/rc2.d/TS742diagnostic. This will stop diagnostics.&lt;BR /&gt;&lt;BR /&gt;When booted, try starting it manually and check. Also check if you are upto date on STM.</description>
      <pubDate>Thu, 04 Dec 2003 07:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135974#M154008</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-04T07:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135975#M154009</link>
      <description>No access to the console. &lt;BR /&gt;&lt;BR /&gt;I had already checked the rc.log This is the tail of it:&lt;BR /&gt;&lt;BR /&gt;# tail rc.log&lt;BR /&gt;----------------------------&lt;BR /&gt;cron started&lt;BR /&gt;&lt;BR /&gt;Support Tools Informational Fileset&lt;BR /&gt;Output from "/sbin/rc2.d/S740supprtinfo start":&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Start diagnostic subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S742diagnostic start":&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Thats as far as it got.  I will check patches. I am pretty sure I am up to date on this server ( I have 10 all configured the same). I will rename the startup tonight and manually start it.</description>
      <pubDate>Thu, 04 Dec 2003 08:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135975#M154009</guid>
      <dc:creator>John Peace</dc:creator>
      <dc:date>2003-12-04T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135976#M154010</link>
      <description>I renamed S742diagnostic, rebooted machine. Came up fine. I manually ran /sbin/init.d/diagnostic, it started. I renamed S742diagnostic back and rebooted machine. Everything came up fine. ? I did not change anything. Never know?</description>
      <pubDate>Thu, 04 Dec 2003 14:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135976#M154010</guid>
      <dc:creator>John Peace</dc:creator>
      <dc:date>2003-12-04T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135977#M154011</link>
      <description>One other thing, IF you can direct someone with console access... &lt;BR /&gt;&lt;BR /&gt;The / key will abort a startup script. This will get you past the error next time.</description>
      <pubDate>Thu, 04 Dec 2003 15:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135977#M154011</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-04T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135978#M154012</link>
      <description>Hi All, I'm facing this problem of extremely long bootup time for my server. It wasn't like this previously, i'm using a K580 running HPUX 11.11. &lt;BR /&gt;&lt;BR /&gt;Currently it took 1hr 30mins to bootup. I've logged a case to investigate the problem but i would like to put it on forum to discuss with the experts. &lt;BR /&gt;&lt;BR /&gt;Previously it took only 20mins, now i tried using single user mode and bootup to 3rd level, it took only 15mins. &lt;BR /&gt;&lt;BR /&gt;I have simply no idea what is wrong with the normal bootup, could anyone kindly tell me how to look for the source of this long bootup problem? &lt;BR /&gt;&lt;BR /&gt;I figured it that there might be some hardware monitoring process that needs a long time to process during the bootup before HPUX. &lt;BR /&gt;&lt;BR /&gt;Anyone has any advise, please give me some tips, thanks!&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Edmund</description>
      <pubDate>Mon, 09 Jan 2006 23:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135978#M154012</guid>
      <dc:creator>javasoup</dc:creator>
      <dc:date>2006-01-09T23:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: rc script hung on bootup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135979#M154013</link>
      <description>Stop to start /sbin/rc2.d/S742diagnostic service on bootup. Start it manually after coming to terminal. &lt;BR /&gt;&lt;BR /&gt;Change,&lt;BR /&gt;&lt;BR /&gt;DIAGNOSTICS=0&lt;BR /&gt;&lt;BR /&gt;on /etc/rc.config.d/diagnostic file.&lt;BR /&gt;&lt;BR /&gt;It will not start that script. Are you getting any errors on syslog or console when starting up this.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 10 Jan 2006 00:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rc-script-hung-on-bootup/m-p/3135979#M154013</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-10T00:01:27Z</dc:date>
    </item>
  </channel>
</rss>

