- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
10-18-2002 08:26 AM
10-18-2002 08:26 AM
I have one HP-900 K420 with HP-UX 11.0
I'm getting this message:
INIT: Command is respawning too rapidly
Will try again in 5 minutes
Check for possible errors
id: "/usr/bin/getty console console"
I can't login then.
Any idea what's going on?
Thank's
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 08:47 AM
10-18-2002 08:47 AM
SolutionOne of the common causes of this is if you have a script in /etc/rc.config.d that shouldn't be there.
Check for any timestamps in that directory since your last reboot - then see if those files contain anything more than just setting variables. If they do then move them to a temporary location and check them out.
Also, be aware that as any files in this directory will be sourced you should check for any old backup files, ie wibble.bak.
Here's a doc in the knowledge base that can talk you through fixing this issue: UXDNKBRC00000918
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:01 AM
10-18-2002 09:01 AM
Re: Respawning too rapidly
If no then there is some problem witht he console port , you can disable it by changing the respan to off in /etc/iniitab and after that killing the getty
ps -aef | grep respan | grep console . This is will not send any logins to the console but then u will need to call HP to cahnge the console port in the server ( essetnially the card which ahs the console port )
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:08 AM
10-18-2002 09:08 AM
Re: Respawning too rapidly
INIT: Command is respawning too rapidly
Will try again in 5 minutes
Check for possible errors
id: ems4 "/etc/opt/resmon/bin/pclient"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:20 AM
10-18-2002 09:20 AM
Re: Respawning too rapidly
When did this first start happening? What changes have been made on the system around that time?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:26 AM
10-18-2002 09:26 AM
Re: Respawning too rapidly
Check out this thread..
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7ccaa2db8513d6118ff40090279cd0f9,00.html
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:37 AM
10-18-2002 09:37 AM
Re: Respawning too rapidly
A few weeks ago I installed some patches because sybase team needed update the replication software (ver. 12.1) that we use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 01:53 AM
10-21-2002 01:53 AM
Re: Respawning too rapidly
I'd check into what files were altered/replaced with those patches. If they're HP patches then check the patch text, otherwise check whatever documentation came with them. You're looking for changes to inittab or /etc/rc.config.d
regards,
Darren.