Operating System - HP-UX
1752578 Members
4981 Online
108788 Solutions
New Discussion юеВ

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

 
Vinay GM
Occasional Contributor

Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

Hi all,

I have installed Hp-ux 11iv1. and i have tunned maxswapchunks file.. after getting restart.. i am geting this error "INIT:command is respawning too rapidly.. will try again in 5 mins"

couldnt able to do anything bcoz as soon as i log in to the server it is prompting this error.. can somebody help me on this.. pls..

Regards
Vinay
vinay787@gmail.com
5 REPLIES 5
Nido
Trusted Contributor

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

Hi Vinay,

>>>> "INIT:command is respawning too rapidly.. will try again in 5 mins"

This message doesn't really explain the cause of the problem.
I would say to restart your machine in Single user mode and see if you can find any error message in syslog.log.

Check the time-stamp of the /etc/inittab and see if any modification performed. Else try copy the /etc/inittab file from other machine.


Thanks,
" Let Villagers Be Happy!! "
Jozef_Novak
Respected Contributor

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

Hello,

when this message is displayed on the system console, there should be also the name of the process that is causing this right below it. It should be a process that is run from /etc/inittab with respawn command and for some reason it terminates too often.

Post more info in order to get more assistance.

J.
avizen9
Esteemed Contributor

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

I found something like below from one of similar thread, you may try out this in single user mode, or if you can get command prompt in normal mode.

edit /etc/inittab
find p_client
change respawn to off
save the file
and issue
init -q

After you find and fix the problem.
edit inittab and change off back to respawn
and issue
init -q

thanks,
Steven E. Protter
Exalted Contributor

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

Shalom,

Wow Vinay, your a server!

/etc/inittab has changes to it that are causing this problem or has become corrupted. Restore it from a backup or another system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TTr
Honored Contributor

Re: Giving error like"INIT:command is respawning too rapidly.. will try again in 5 mins

The samx entry in inittab may be the cause of this. Usually this happens when you have just installed the server but have not setup the network and/or name resolution yet.