- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
06-28-2004 12:23 PM
06-28-2004 12:23 PM
INIT: Command is respawning too rapidly
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cons "/usr/sbin/getty console console # system console"
And this repeats after every 5 mintes and is not at all booting up.
How to overcome this problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:38 PM
06-28-2004 01:38 PM
Re: INIT: Command is respawning too rapidly
Comment out the line that is firing up the getty console.
Use Sam to properly configure a getty top run.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 01:53 PM
06-28-2004 01:53 PM
Re: INIT: Command is respawning too rapidly
If the console cable has been connected to some new device, disconnect it and see if the messages stop (wait for 10 minutes to be sure). If the console terminal is actually connected, cycle power on the terminal and see if can login...the terminal may have died electronically.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 07:21 PM
06-28-2004 07:21 PM
Re: INIT: Command is respawning too rapidly
Boot to single user mode and try this:
# . /etc/rc.config
You should see *no* output. If you get an error message, try to track that down further using:
# sh -x /etc/rc.config
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 09:14 PM
06-28-2004 09:14 PM
Re: INIT: Command is respawning too rapidly
You should have a line like this
cons:1234:respawn:/usr/sbin/getty console console vt100
(console = refers to console entry /etc/gettydefs, vt100 = terminal type)
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 09:17 PM
06-28-2004 09:17 PM
Re: INIT: Command is respawning too rapidly
in single user mode
boot pri
yes to interact with ISL
hpux -is
check very well /etc/rc.config.d directory to see if there are commands or strange files. Dietmar's command about sh -x will help you to discover what is/are mock files.
HTH.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 05:39 AM
06-29-2004 05:39 AM
Re: INIT: Command is respawning too rapidly
I am unable to solve this - Please let me explain my setup here.
Check Attatchment for snap-shot.
I don't have HP-UX dispaly monitor, so I have connected RS-232 console cable and using Hyper-Terminal in Win-2000 to interact with my HP-UX box.
I am unable to go to Single user mode.
Check Attatchment for snap-shot.
This what happens when I press key to Interrupt and go to Single user mode
"Processor is booting from first available device.
To discontinue, press any key within 10 seconds.
Boot terminated.
------- Main Menu -------------------------------------------------------------
Command Description
------- -----------
BOot [PRI|ALT|
PAth [PRI|ALT|CON|KEY] [
SEArch [DIsplay|IPL] [
COnfiguration [
INformation [
SERvice [
DIsplay Redisplay the current menu
HElp [
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 06:12 AM
06-29-2004 06:12 AM
Re: INIT: Command is respawning too rapidly
At this prompt:
Main Menu: Enter command >
Enter:
bo pri
When asked "Interact with IPL (Y/N)?" enter:
Y
At the next prompt enter:
hpux -is
When that is done then you are in single-user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 10:47 AM
06-30-2004 10:47 AM
Re: INIT: Command is respawning too rapidly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 02:40 PM
06-30-2004 02:40 PM
Re: INIT: Command is respawning too rapidly
Hein.