![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boot failure | joshighanshyam | Linux | 2 | 04-16-2008 08:05 AM |
| boot failure-init died | mrviking | HP-UX | 12 | 02-25-2008 11:00 AM |
| Help! Boot failure - corrupt superblock | alarmcall | Linux | 0 | 06-04-2004 11:22 AM |
| boot failure SCO 5.0.6 OpenServer | josramon | UNIX for Dummies Questions & Answers | 2 | 12-18-2003 12:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
HP-UX respawning boot failure
Hello.
System is a HP Visualize C3600 running X11 and after a power failure machine will not boot (see error messages below) From what I've read, this may be caused by a corrupted etc/inittab file. Solution suggested on other websites is to boot in single user mode and edit file inittab commenting out offending lines. Was able to boot in ISL and use hpux -is to get command prompt, but vi not available. Wondering how to edit the inittab file and it this is indeed the correct solution. Error messages: INIT: Command is respawning too rapidly id:cons "/usr/sbin/getty console console INIT Command is respawing too rapidly id:cim1 "/opt/ubem/sbine/cimserverd INIT Command is respawing too rapidly id:ems4 "/etc/opt/resmon/lbin/p_cllient INIT Command is respawing too rapidly id:samd "/usr/sam/lbin/samd * system mgmt daemon" |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
#3
|
||||
|
||||
|
In this particular case, I suspect that filesystems are unmountable. Go back to single user mode and do:
mount -a -l If everything mounts, then I am wrong. But you will then have vi available. If they don't mount, use fsck on the broken ones. |
||||
| Google The UNIX and Linux Forums |