- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Test failed during bootup
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
12-01-2004 09:03 PM
12-01-2004 09:03 PM
Test failed during bootup
I experience 2 failures during bootup. they are
1. start NCS broker daemon => (FAILED)
2. start audio server daemon => (FAILED)
the message in /etc/rc.log is:
start NCS broker daemon
output from "/sbin/rc22.d/5590ncs start":
EXIT CODE : 1
Starting the DCE RPC Daemon
/opt/dce/sbin/rpcd
"/sbin/rc2.d/S590ncs start" FAILED
Start audio server down
Output from "/sbin/rc2.d/5770audio start":
Cannot communicate with rpcd -Aserver exiting
ERROR CODE 1
"/sbin/rc2.d/5770audio start" FAILED
What could be the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:05 PM
12-01-2004 09:05 PM
Re: Test failed during bootup
What is your model of HP9000 machine?
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:10 PM
12-01-2004 09:10 PM
Re: Test failed during bootup
# cd /etc/rc.config.d
# vi audio
and set AUDIO_SERVER=0
at next boot FAILED on audio server will become N/A
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:12 PM
12-01-2004 09:12 PM
Re: Test failed during bootup
The model will be "9000/743i/A" and the UX version is "B.10.20 A 9000/743 2009951535".
Thank u!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:33 PM
12-01-2004 09:33 PM
Re: Test failed during bootup
http://www.dsps.net/RPC.html
at the end they says, in a nutshell, that dce make the same or more functions that ncs so you just have to disable ncs at startup...
you just have to move /sbin/rc2.d/S590ncs to another directory (it's better) or delete it.
Stf ;-)