1836772 Members
2219 Online
110109 Solutions
New Discussion

HP-UX 10.20

 
SOLVED
Go to solution
Mark Hatfield
Occasional Advisor

HP-UX 10.20

I have a simple PC network with one Unix station with a static IP 192.30.*
Domainname = root
Hostname = Unix1
I wanted to install the IExplorer, after I setup up the DNS for my service provider bad things happen immediately in CDE environment.

I can no longer login into CDE. I get the ussual known errors with the display. NSLOOKUP no longer works while in failsafe blah, blah, blah. I can get back to the original condition, where the browser does not do name recognition.

I would like some help with this "simple setup"
Thanks
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: HP-UX 10.20

Hi Mark:

I think you need to change your /etc/nsswitch.conf to use FILES first then DNS. Your box can't resolve its own hostname using DNS.

Clay
If it ain't broke, I can fix that.
Sachin Patel
Honored Contributor

Re: HP-UX 10.20

Hi Mark,
change your /etc/nsswitch.conf file
hosts files [NOTFOUND = continue] dns
or
hosts files dns

run nslookup systemname
it should resolv name
Most time CDE has name resolving problem.

Sachin
Is photography a hobby or another way to spend $
Santosh Nair_1
Honored Contributor

Re: HP-UX 10.20

Hi Mark,

CDE relies heavily on DNS working correctly befor it can run. Make sure you have nswitch.conf configured properly, (probably want to use files then dns), also make sure /etc/resolv.conf has the domainname and nameservers set appropriately.

-Santosh
Life is what's happening while you're busy making other plans
Mark Hatfield
Occasional Advisor

Re: HP-UX 10.20

Thanks to all