- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- boot error
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
05-20-2007 10:21 PM
05-20-2007 10:21 PM
boot error
just installed HP-UX 11.11 on a visualise B2000.
I am getting the following error:
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: id:samd "/usr/sam/lbin/ samd # system mgmt daemon"
on top of that the system doesn't start Xwindows, and hangs up. I think the two errors might be correlated.
Do you have any idea how I can jump start my system? In another forum you point to a document but I am not able to see the document.
Can you help?
thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:42 PM
05-20-2007 10:42 PM
Re: boot error
check if this patch is installed
PHCO_31314
This is an excert from the patch details:
JAGae45106) On system boot, the following message is
displayed due to a inittab failure:
--------------------------------------------
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:samd "/usr/sam/lbin/samd # system mgmt
daemon"
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:46 PM
05-20-2007 10:46 PM
Re: boot error
this is the latest 'cumulative SAM patch':
PHCO_35520
http://www4.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_35520&sel={hpux:11.11,}&BC=main|search|
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:48 PM
05-20-2007 10:48 PM
Re: boot error
You can modify the line in /etc/inittab (or change the respawn action to off)
man init
samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon
Modify the entry in inittab and run "init q".
init Q|q Re-examine the inittab entries without changing the run
level.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 10:52 PM
05-20-2007 10:52 PM
Re: boot error
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2007 11:25 PM
05-20-2007 11:25 PM
Re: boot error
Will let you know. Thanks for the quickest response ever :-)
f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 02:30 PM
05-21-2007 02:30 PM
Re: boot error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 02:31 PM
05-21-2007 02:31 PM
Re: boot error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 08:16 PM
05-21-2007 08:16 PM
Re: boot error
I couldn't install the patch as yet. Infact I don't know how to put the patch files on the machine, since the machine doesn't connect to network.
How should I modify the inittab in order to have the machine starting in runlevel 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 08:22 PM
05-21-2007 08:22 PM
Re: boot error
init:3:initdefault:
vi /etc/inittab
and change the second field to 3. It normally is if none modified it.
Then run
inetd -c
or
/sbin/init.d/inetd stop
/sbin/init.d/inetd start
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 08:43 PM
05-21-2007 08:43 PM
Re: boot error
check with 'swlist -l product|grep SAM'
if you already have a patch installed.
USB mouse - which one do you use (model?) - did it come with the ws, then should it be no problem ...
Have you checked this forum with the search option?
Do you have a support agreement?
Check for example:
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01031186-1
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 09:29 PM
05-29-2007 09:29 PM
Re: boot error
But that depends on the configuration you entered after the first boot for the network configuration.
Reboot your system and interrupt the boot process when it tells you to.
Type bo pri
Type hpux -is
System will boot to single user mode now.
Type mount -a
Now go and check the following files for your network configuration :
/etc/hosts ( hostname and IP address of the host )
/etc/nsswitch.conf ( order of things to try for name resolution )
/etc/resolv.conf ( if it exists declaration of nameservers )
/etc/rc.config.d/netconf ( IP address of the system, gateway and such )
The IP address in /etc/hosts should be the same as in /etc/rc.config.d/netconf
same goes for the hostname in both files.
There should be no route information in /etc/rc.config.d/netconf
If /etc/nsswitch.conf exists it should say just files after the hosts entry.
/etc/resolv.conf should have no nameservers listed.
This should get you started at least.
You can also do a set_parms initial to redo all configuration you entered after the first boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 02:43 AM
05-30-2007 02:43 AM
Re: boot error
it was the network indeed. I will keep your suggestions for future reference.
Thanks and congrats for the good quality of this forum.
Francesco Animali