Operating System - HP-UX
1834288 Members
2247 Online
110066 Solutions
New Discussion

INIT: command is respawning too rapidly

 
Dhile
New Member

INIT: command is respawning too rapidly

INIT: Command is respawning too rapidly
I get this message whenever I try to boot the machine.

>>INIT: command is respawning too rapidly
>>Will try again in 5 minutes
>>check for possible errors
>>id: OS "/products/components/OS/bin/dcStartup # OS invocation"

During the boot, the machine stays there and doesn't run-up. Is there any way that I can fix these issues?
I tray to recover from the tape unit but it doesn't work.

thanks
2 REPLIES 2
support_s
System Recommended

Query: INIT: command is respawning too rapidly

System recommended content:

1. HP-UX Operating Systems - INIT: Command /usr/lbin/icapd Is Respawning Too Rapidly

2. HP-UX 11.x Operating System - Error "INIT: command is respawning too rapidly. Will try again in 5 minutes"

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

Re: INIT: command is respawning too rapidly

The error message means that the init-procress was not able to start  ""/products/components/OS/bin/dcStartup" .

Check if that path exists. Could be that it is on a filesystem that is not available. E.g. due to disk-problems.

If you can´t check, because the system does not come up then:

1. boot into single-user mode.

2. run "mount -a" to get /usr mounted and "vi" working.

3. check/modify the contents of /etc/inittab

There should be a line that has the failing command "/products/components/OS/bin/dcStartup".

4. Add a "#" at the beginning of that line, then save and run "init 4" to change to multi-user-mode or simply reboot.

 

Hope that helps.



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo