Operating System - HP-UX
1837121 Members
2376 Online
110112 Solutions
New Discussion

Test failed during bootup

 
Henry Chua
Super Advisor

Test failed during bootup

Hi,

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?
4 REPLIES 4
Stf
Esteemed Contributor

Re: Test failed during bootup

Hello,

What is your model of HP9000 machine?

Stf ;-)
Stf
Esteemed Contributor

Re: Test failed during bootup

First to disable audio FAILED:

# cd /etc/rc.config.d
# vi audio
and set AUDIO_SERVER=0

at next boot FAILED on audio server will become N/A

Stf ;-)
Henry Chua
Super Advisor

Re: Test failed during bootup

Hi,

The model will be "9000/743i/A" and the UX version is "B.10.20 A 9000/743 2009951535".


Thank u!
Stf
Esteemed Contributor

Re: Test failed during bootup

for NCS broker daemon look at this doc:
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 ;-)