Operating System - HP-UX
1832566 Members
5910 Online
110043 Solutions
New Discussion

Re: Softbench nameserver error

 
Larry Risser
Occasional Advisor

Softbench nameserver error

When I attempt to compile a file using Softbench (cc -Aa -c ) I get the following: ERROR: NAMESERVER IS DOWN!!
TRY AGAIN WHEN IT IS UP

I have the nameserver specified in the .conf file and the server is up. Any ideas what else might cause this?

thanks in advance
4 REPLIES 4
IT Response
Esteemed Contributor

Re: Softbench nameserver error

Do you have the following lines in your /etc/services file ?

softcm 6110/tcp #HP SoftBench CM
softcm 6110/udp #HP SoftBench CM
spc 6111/tcp #HP SoftBench Sub-Process Control
spc 6111/udp #HP SoftBench Sub-Process Control
Marco A.
Esteemed Contributor

Re: Softbench nameserver error

That is not a common issue, but try to check the services, they must look as follows:


softcm 6110/tcp #HP SoftBench CM
softcm 6110/udp #HP SoftBench CM

spc 6111/tcp #HP SoftBench Sub-Process Control
spc 6111/udp #HP SoftBench Sub-Process Control

/etc/services
Just unplug and plug in again ....
Larry Risser
Occasional Advisor

Re: Softbench nameserver error

Changes were made with the same result. Does this require a reboot?

thanks
Larry Risser
Occasional Advisor

Re: Softbench nameserver error

I was able to fix this by changing the etc/nsswitch.conf file to add continue to the hosts entry. Thanks for you input and help.