Operating System - HP-UX
1827025 Members
2505 Online
109713 Solutions
New Discussion

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

 
SOLVED
Go to solution
常有慈悲心
Regular Advisor

hp b2000/b2600 workstation, hpux 11i v1,when network down

the cde window locked(mouse can move ,but can't select any icon.)
when network link,cde window turn ok.


why?
how can i avoid this?
thanks
7 REPLIES 7
Alex Lavrov.
Honored Contributor
Solution

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

What do you mean by "when network link, cde window turn ok" ?
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Senthil Kumar .A_1
Honored Contributor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

Hi,

Please be forthcoming of the issue u are facing.. The details provided, is too less for us to even fathom what you are really facing...

Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
常有慈悲心
Regular Advisor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

sorry ,everyone.
i have two workstation hp b2000,hp b2600.
and both of them link to network by a hub.
when i power off the hub,the workstations cde

window will become locked.nothing can do,mouse can move ,but can't do anything.

when i power on the hub,the workstations' cde
window become ok.

i want to know why?how can i avoid this.



thanks.





Devender Khatana
Honored Contributor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

Hi,

From the information provided here it appears as if any one pf these is trying to access a resource which is available on the other server. It may be any file required by some application, NFS etc. You can try lokking at syslog.log and dmesg first. If this do not help try to see the utilization of both servers by running "top" on both and then remove cable to find out what process is causing this. You might see some process consuming heavy resources.

HTH,
Devender
Impossible itself mentions "I m possible"
Naveej.K.A
Honored Contributor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

Hi,

If you don't want them on the network, disable networking..You can do this from the command line by using set_parms initial or use SAM.

Also check how your hostname is getting resolved, are you using DNS??
(check /etc/hosts and /etc/nsswitch.conf).

Make sure you have the following in the /etc/hosts
127.0.0.1 hostname localhost loopback
where hostname should be the actual hostname.

Regards,
Naveej
practice makes a man perfect!!!
Pete Randall
Outstanding Contributor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

Most likely this is a name resolution issue. Without the network, name resolution is failing and CDE is extremely dependant on name resolution.

Check you /etc/nsswitch.conf file and make sure you're searching files first, rather than dns:

hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return] nis


Pete

Pete
常有慈悲心
Regular Advisor

Re: hp b2000/b2600 workstation, hpux 11i v1,when network down

thanks everyone.
i have change /etc/nsswitch.conf
hosts files
and change /etc/hosts
127.0.0.1 hostname localhost loopback
to first line.


then restart cde.

then now,if i down the network,the cde is still ok.

thanks.