1834711 Members
2267 Online
110069 Solutions
New Discussion

Re: CDE problem

 
subhashni
Regular Advisor

CDE problem

Hi Recently i have changed my HP machines IP .
After that i'm not able to get in to CDE.But i can get CDE when i acess the same machine through reflectionx.Please help me to figure this out.
Thanks
unix4me
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: CDE problem

When you changed the IP address did you also change it in /etc/hosts file and in DNS (if you use DNS)?
subhashni
Regular Advisor

Re: CDE problem

Yes.
unix4me
Sridhar Bhaskarla
Honored Contributor

Re: CDE problem

You can get through Reflection-X which is interesting.

Can you run /usr/contrib/bin/X11/dr_dt and see if it reports any problems?.

Can you post your 'netstat -in' output?

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Paul Sperry
Honored Contributor

Re: CDE problem

check your /etc/nsswitch.conf
if the ip is ok in the hosts
file then use
hosts: files [NOTFOUND=continue] dns

in the nsswitch.conf file.

At least that's what I had to do.
Sergejs Svitnevs
Honored Contributor

Re: CDE problem

CDE is critically dependent on hostname/IP resolution.

1. Check /etc/hosts. May be you have multiple or inconsistent entries in the file.
2. Test yor DNS server (/etc/resolv.conf). Try to resolve your own hostname and IP address from the nameserver.

Regards,
Sergejs
Abhay D Warik
Occasional Contributor

Re: CDE problem

Hi

Check your /dev/null file permission .It should be a character file with proper major and minor no. It should be smiliar to this
crw-rw-rw- 1 root sys 3 0x000002 Mar 26 15:51 null

All the best