- 论坛徽章:
- 1
|
init respawning too rapidly,id:ems4 /etc/opt/resmon/lbin/p_client
init respawning too rapidly,id:ems4 /etc/opt/resmon/lbin/p_client
DocId:
KBRC00002376
Updated:
2/20/02 8:50:00 AM
PROBLEM
At bootup the following error mesage is displayed:
INIT:command is respawing too rapidly --- will try again in 5 minutes
check for possible errors
id:ems4 "/etc/opt/resmon/lbin/p_client"
RESOLUTION
1) Ensure the following line is in /etc/inittab:
ems4:3456:respawn:/etc/opt/resmon/lbin/p_client
2) Change the startup order of S900ems and S900emsa by renaming S900ems to
S901ems:
cd /sbin/rc2.d
mv S900ems S901ems
3) Add a sleep command to S900emsa:
vi S900emsa
...
start)
sleep 15
if [ -f /etc/rc.config.d/emsagtconf ] ; then
. /etc/rc.config.d/emsagtconf
...
4) Reboot and verify the message does not occur |
|