- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to handle this error: Init: Command is r...
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
10-29-2001 06:01 AM
10-29-2001 06:01 AM
How to handle this error: Init: Command is respawning too rapidly.......
Init: Command is respawning too rapidly.
id: samd "/usr/sam/lbin/samd #system mgmt daemon"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 06:09 AM
10-29-2001 06:09 AM
Re: How to handle this error: Init: Command is respawning too rapidly.......
file until the lan/networking information is configured.
#ups::respawn:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
#samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon
ems1::bootwait:/sbin/rm -f /etc/opt/resmon/persistence/runlevel4_flag
ems2::bootwait:/sbin/cat /etc/opt/resmon/persistence/reboot_flag
ems3:3456:wait:/usr/bin/touch /etc/opt/resmon/persistence/runlevel4_flag
ems4:3456:respawn:/etc/opt/resmon/lbin/p_client
NOTE:
The init q command must be issued for the changes to the
/etc/inittab file to be re-read and to take effect.
This error is being generated because the system was installed as a standalone,
without configuring the network card or network settings. The sam daemon (samd)
is not able to resolve the hostname and network configuration. A look at
the /etc/hosts file showed only 2 entries:
127.0.0.1 server1
127.0.0.1 localhost loopback
This issue is resolved by configuring the lan card and network settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 06:10 AM
10-29-2001 06:10 AM
Re: How to handle this error: Init: Command is respawning too rapidly.......
I fould this thread which seems to be your problem; it was related to not having the hosts file properly configured.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2907c7af36b7d5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 06:11 AM
10-29-2001 06:11 AM
Re: How to handle this error: Init: Command is respawning too rapidly.......
First start by commenting out the line starting the samd, i.e. the line with /usr/sam/lbin/samd in /etc/inittab. Then tell initd to reread the configuration file (init q). Then try to debug why the samd process will not start...start by looking at syslog.
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2001 06:24 AM
10-29-2001 06:24 AM
Re: How to handle this error: Init: Command is respawning too rapidly.......
Here is a thread for your info.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c5762ac117cb7a7f2a/screen=ckiDisplayDocument?docId=200000055293010
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c5762ac117cb7a7f2a/screen=ckiDisplayDocument?docId=200000048161893
Hope this helps.
thanks