- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- INIT:Command is respawing too rapidly
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 08:24 PM
07-03-2007 08:24 PM
INIT:Command is respawing too rapidly
INIT:Command is respawing too rapidly
id:ems4 "/etc/opt/resmon/lbin/p client"
id:Dial "/opt/sanmgr/hostagent/sbin/diald"
id:hagt "/opt/sanmgr/hostagent/sgin/HostAgent"id:cons "/usr/sbin/getty console console #system console.
action taken boot using as single user ok.
Kindly advice. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 09:08 PM
07-03-2007 09:08 PM
Re: INIT:Command is respawing too rapidly
Frauke Denker in this link describes the way to stop and start the EMS:
https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=781417
You might look at all you logfiles:
dmesg, syslog, console when booting and the /etc/rc.log.
Make sure you have a ignite backup handy :-).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 04:40 PM
07-08-2007 04:40 PM
Re: INIT:Command is respawing too rapidly
cstm>remap ,system responded : A-- (RemapSystem is currently diable). When run stm , it hanged when first page of infomation been display.
1. After changes made except remap, reboot system, halt with same error.
2. Uncomment the 4 errors in inittab and rebooot. It halt with messages : /sbin/rc[67]: core : unknown test operator.
Please advice most of logfiles seem ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 05:04 PM
07-08-2007 05:04 PM
Re: INIT:Command is respawing too rapidly
Typically this occurs because a variable isn't defined and isn't quoted:
$ if [ $abc -eq 0 ]; then
If "abc" isn't set, then $abc isn't there at all.
Can you show lines around 67?
Use nl -ba and paste that here. Or attach the whole file.
Perhaps you have a junk file left in the /etc/rc.config.d/ directory?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1116823
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 08:02 PM
07-08-2007 08:02 PM
Re: INIT:Command is respawing too rapidly
This message generall comes on console and caused by some errors
in processes defined in /etc/inittab.
Here it seems that the process with
init id ems4 dial hagt are respawning very fast due to some reasons.
I think these processes are related to some type of SAN storage configured in ur system,
Just check network, fiber connectivity to this system.
Just check whether the errors goes if u comment
lines in /etc/inittab having these init ids.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2007 09:28 PM
07-08-2007 09:28 PM
Re: INIT:Command is respawing too rapidly
Attached is the requested file. Appreciate id you could assist. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 05:18 AM
07-09-2007 05:18 AM
Re: INIT:Command is respawing too rapidly
The file seems to be corrupted? Is it like that on your system?
I see several "fi" and "}" missing.
What do you get with: (-n checks syntax)
$ sh -n /sbin/rc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 03:03 PM
07-09-2007 03:03 PM
Re: INIT:Command is respawing too rapidly
no message as it return to #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 06:12 PM
07-09-2007 06:12 PM
Re: INIT:Command is respawing too rapidly
That's good, no errors on that file.
I took a look at my /sbin/rc and line 67 is:
. /etc/rc.config
This means you need to look there. And looking there shows a hint of the problem:
for CFG_FILE in /etc/rc.config.d/* /etc/TIMEZONE; do
fname=${CFG_FILE##*/} # get file basename
if [ -f $CFG_FILE -a "$fname" != "core" -a "${fname##*[.,~\#]}" = "$fname" ]
I'm not sure how you get that particular error but I think my suggestion of a junk file in /etc/rc.config.d/ makes sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 01:56 PM
07-10-2007 01:56 PM
Re: INIT:Command is respawing too rapidly
Restored the failed server using make_tape_recovery from another server.
Best Regards
Alfred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 06:13 AM
07-11-2007 06:13 AM
Re: INIT:Command is respawing too rapidly
http://forums1.itrc.hp.com/service/forums/helptips.do?#33