- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: help! one of my hpux boxes won't boot...
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
02-02-2001 08:51 AM
02-02-2001 08:51 AM
help! one of my hpux boxes won't boot...
when booting, it gets as far as echoing hewlett packard's address and patents(or copyrights?)..
then, i get an error:
/sbin/rc[61] syntax error at line 22:
INIT: command is respawning too rapidly
will try again in 5 minutes.
check for possible errors.
id:cons "/usr/sbin/getty console
i am connecting to the box via an hp secure web console.
thanks in advance!
-edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 09:18 AM
02-02-2001 09:18 AM
Re: help! one of my hpux boxes won't boot...
Line-61 of /sbin/rc points is the sourcing of /etc/rc.config files during startup. It appears that you have a syntax error in line-22 of one of those scripts (in the /etc/rc.config.d/ directory). See if you can bootup to single user mode (only) and check for recent changes therein. If you can look in /etc/rc.log you probably will see where things went wrong.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 10:49 AM
02-05-2001 10:49 AM
Re: help! one of my hpux boxes won't boot...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2001 02:07 PM
02-05-2001 02:07 PM
Re: help! one of my hpux boxes won't boot...
for x in $(ls /etc/rc.config.d)
do
echo $x
. /etc/rc.config.d/$x
done
I also find doing an ll -t (to sort files by time) will show me the files that have been edited most recently/since the last reboot. These are the most likely canidates for errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2001 07:27 AM
02-06-2001 07:27 AM
Re: help! one of my hpux boxes won't boot...
a. an erroneous or incorrect setting in inittab
b. Did you or someone else changed the kernel parameters? Than you might want to reboot from previous kernel.
c. Make sure there are no script copies like netconf.old in /etc/rc.config.d/. Please remove any bogus files and reboot.
good luck
Ajay