Operating System - HP-UX
1833841 Members
3061 Online
110063 Solutions
New Discussion

Not able run CDE in HP-Unix 11.11

 
Diva
Occasional Contributor

Not able run CDE in HP-Unix 11.11

I am running my HP-UX system a standalone.When i start the CDE it is listing some error like,

Check to see that the desktop item installed properly, /etc/host the hostname is correct

How do i solve it?

Thanks in advance

3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: Not able run CDE in HP-Unix 11.11

Hi,

Check you /etc/hosts file for your servers name

127.0.0.1 hostname_of_machine localhost loopback

Check /etc/rc.config.d/netconf file for

HOSTNAME="hostname_of_machine" ## where hostname is the name of the machine.
IP_ADDRESS[0]="127.0.0.1"

# shutdown -r -y now

Hope this helps,
Robert-Jan

Pete Randall
Outstanding Contributor

Re: Not able run CDE in HP-Unix 11.11

Generally this is a hostname resolution issue. Start by running "/sbin/set_parms hostname" and "/sbin/set_parms ip_address" to reset your hostname and ip_address properly. Reboot when set_parms asks you to after setting the ip_address. Then try CDE.


Pete

Pete
Bharat Katkar
Honored Contributor

Re: Not able run CDE in HP-Unix 11.11

Hi,

See the output of
#hostname
Then check /etc/hosts file check whether the hostname in /etc/hosts and that one listed by hostname command are same.

# ping hostname
# ping localhosts

See if that works. DO the required changes it necessary and try accessing CDE.

Hope that helps.


You need to know a lot to actually know how little you know