- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: INIT: command is respawning 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
04-05-2006 10:01 PM
04-05-2006 10:01 PM
I have a K class server. when i work on the console of the server, it keeps throwing the following message very frequently,
INIT:command is respawning too rapidly
will try again in 5 minutes
ckeck for possible errors
id:samd "/usr/sam/lbin/samd #system management daemon"
what shall i do to stop this message?
regards,
Leo.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 10:06 PM
04-05-2006 10:06 PM
Re: INIT: command is respawning too rapidly
Put off instead of spawn on line that contains samd. Do init q now. It will stop these messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 10:10 PM
04-05-2006 10:10 PM
Re: INIT: command is respawning too rapidly
vi /etc/inittab file
samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon
and replace respawn with off:
samd:23456:off:/usr/sam/lbin/samd # system mgmt daemon
then do : init q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 10:10 PM
04-05-2006 10:10 PM
SolutionYou need to edit /etc/inittab
samd:123:respawn:/usr/sam/lbin/samd # system mgmt daemon
and replace respawn with off on above line.
samd:123:off:/usr/sam/lbin/samd # system mgmt daemon
and init q to proceed further.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:39 PM
04-05-2006 11:39 PM
Re: INIT: command is respawning too rapidly
This message occurs because the particular command is not able to start correctly.
As others have mentioned, you can turn off the process via a modification to inittab.
If you are interested in finding out what is causing the problem, I would check the status of the filesystems and make sure they all mount (i.e. mount -a ).
Do:
ll /usr/sam/lbin
and
ll -d /usr/sam/lbin
and compare permissions to those on one of your systems that doesn't have the error and modify if needed.
Check your patch level for SAM and possibly apply the latest SAM patch which should check your file links as well.