Operating System - HP-UX
1753525 Members
5452 Online
108795 Solutions
New Discussion юеВ

Re: cde connection problem

 
akhilesh kumar_1
Occasional Contributor

cde connection problem

how to open port no 6000 in hp-unix 11
5 REPLIES 5
Jayakrishnan G Naik
Trusted Contributor

Re: cde connection problem

Hi Akhilesh,

In unix servers, the ports related to a service is opened when the service is up and running. Check whether all your CDE server services are up and running.

Check whether cde service is up
# ps -ef|grep -i dtlogin

configuration file to check
/etc/rc.config.d/desktop

To start the cde

/sbin/init.d/dtlogin.rc start

run netstat -na|grep 6000 to see whether the server listens at this port.

If the problem persists again, you need to check the connectivity between the system from you attempt the connection --> to the server.

Thanks & Regards
Jayakrishnan G Naik
Steven Schweda
Honored Contributor

Re: cde connection problem

> how to open port no 6000 [...]

What makes you think that it's not "open"
now? (What does "open port" mean to you?)

> [...] hp-unix 11

Not a very detailed description of anything.

uname -a

Why ask in a Linux forum instead of in an
HP-UX forum?

http://forums.itrc.hp.com/service/forums/familyhome.do?familyId=117

If it's not too much to ask, what, exactly
are you trying to do?
akhilesh kumar_1
Occasional Contributor

Re: cde connection problem

thanks for relpy

port no 6000 is open but it does not show in xbrowser & after manual connection in x browser

also not opening in cde environment
Alex Glennie
Honored Contributor

Re: cde connection problem

try answering the following

uname -a of unix server ?

p -ef | grep dtlogin ?

nslookup of pc and unix server ... outputs ? feel free to run on both systems involved.

fyi ports 6000 177 and possibly 7000 maybe of interest but is there a firewall involved ?
are these on the same subnet ?
has this ever worked ?
do other unix servers work ?

I'm assumming manual connection means you are trying to perform an XDMCP session to display CDE locally on the pc via an X emulator ?

syntax ? errors ? anything ? any client logs ?
Alex Glennie
Honored Contributor

Re: cde connection problem

Assuming this is the same server as you are referring to installing PHSS_39824 (your Oracle install problem) my guess is this is 11.31 and hence the followiing could also be relevant :

http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1443417&sortPointsFlag=1

my psychic powers aren't that good so get back to us on both the above.