How to open 6000 port for XDMCP?


 
Thread Tools Search this Thread
Operating Systems HP-UX How to open 6000 port for XDMCP?
# 1  
Old 05-30-2012
[Solved] How to open 6000 port for XDMCP?

Hi,

While login to Xmanager its showing " XDMCP connection failed. Try again? "
the error attached .
How to open 6000 port for XDMCP?-xdmcppng
# 2  
Old 05-30-2012
Is the /usr/dt/bin/dtlogin process running on your server?
dtlogin is the process that handles your XDM connections.
# 3  
Old 05-30-2012
Hi vbe,

Yes it's working the output given below -:

Code:
# ps -ef | grep dtlogin
    root  3448 26431  0 15:53:49 pts/0     0:00 grep dtlogin


Last edited by Scott; 05-31-2012 at 08:44 AM.. Reason: Code tags
# 4  
Old 05-30-2012
the output shows your gep only

Look what it should look like:
Code:
# a HPUX 11.00 box
ra1:/home/vbe $ ps -ef|grep [d]tlogin
    root  1534  1515  0  Aug 25  ?         0:07 /usr/dt/bin/dtlogin
# a HPUX 11.11...
ant:/home/vbe $ ps -ef|grep [d]tlogin
    root  2369  2319  0  Sep  6  ?         0:01 /usr/dt/bin/dtlogin
    root  6243  2369  0  May 29  ?         0:00 /usr/dt/bin/dtlogin

now look using your command:
Code:
ant:/home/vbe $ ps -ef|grep dtlogin  
    root  2369  2319  0  Sep  6  ?         0:01 /usr/dt/bin/dtlogin
    root  6243  2369  0  May 29  ?         0:00 /usr/dt/bin/dtlogin
     vbe 12142 12047  1 16:31:01 pts/2     0:00 grep dtlogin

In red, the grep command...
# 5  
Old 05-31-2012
OK,
Then please tell me where is the problem occurred.
# 6  
Old 05-31-2012
Let's start by the obvious... Arrghhh you did not mention your OS version and platform...
So till 11.11 this is what you do to find your init level: who -r dtlogin starts at 3...
# 7  
Old 05-31-2012
Hi vbe,

The OS details is as follows -:
Code:
 HP-UX   B.11.31 U ia64

And after using who -r its showing -:

Code:
# who -r dtlogin
dtlogin doesn't exist or isn't readable
Usage:  who [-rbtpludAasHTqRmW] [am i] [utmp_like_file]


Last edited by Scott; 05-31-2012 at 08:44 AM.. Reason: Code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Script for port is open or not

I need a script on which if i will pass the port number and the host name as external parameter then it should respond me if the port is open or not thread moved (0 Replies)
Discussion started by: patitapaban
0 Replies

2. Solaris

Solaris 10: How to just open a port - nothing else

Hi there, I tried just open a port but I failed ;-( # telnet localhost 9876 That should work so I did ... # vi /etc/services myport 9876/tcp # my port # svcadm restart inetd -> New pid, see ps - ef | grep inet # netstat -an | grep 9876 No port 9876 is waiting ;( #... (4 Replies)
Discussion started by: System
4 Replies

3. IP Networking

Tcp ip port open but no such process (merged: Release A Port)

i want to kill a tcp connection by killing its pid with netstat -an i got the tcp ip connection on port 5914 but when i type ps -a or ps-e there is not such process running on port 5914 is it possible that because i do not log on with proper user account i can not see that process running? (30 Replies)
Discussion started by: alinamadchian
30 Replies

4. Red Hat

Open port with iptables

Hi, What iptables command do I need to run in order to open up the following port for incomming traffic on the following server: # telnet 127.0.0.1 1521 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host: Connection... (3 Replies)
Discussion started by: Duffs22
3 Replies

5. Shell Programming and Scripting

find port greater than 6000

How to get the listening ports which is greater than 6000 using netstat ? (1 Reply)
Discussion started by: gsiva
1 Replies

6. IP Networking

Unknown open port: "6881/tcp open bittorrent-tracker" found with nmap

Hi. I ran nmap on my server, and I get the following: Starting Nmap 4.76 ( http://nmap.org ) at 2009-03-19 16:33 EDT Interesting ports on -------- (-----): Not shown: 997 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 6881/tcp open bittorrent-tracker The... (0 Replies)
Discussion started by: Rledley
0 Replies

7. AIX

Get CDE/dtlogin to stop listening on port 6000

Hi all, can anyone help me with this? I'm running AIX 5L v5.3 base and installed CDE is 1.0. I've seen recommendations to add "-nolisten tcp" to the args for X but anytime I try that it simply fails to start. I've tried adding it as an arg to /usr/dt/config/Xservers as well as trying to add it... (0 Replies)
Discussion started by: AIXNewbie
0 Replies

8. Linux

open port

How can I open a port on linux machine ??? (5 Replies)
Discussion started by: mm00123
5 Replies

9. UNIX for Dummies Questions & Answers

Closing port 6000

Hi I am on solaris 8. And using xdm Xsun for X windows capabilities. Is it possible to close port 6000 and still have xdm Xsun for X windows capabilities. I came across http://www.sunmanagers.org/pipermail/summaries/2004-May/005208.html and neither i can close off port 6000 Rgds (2 Replies)
Discussion started by: yls177
2 Replies

10. Solaris

Solaris 8 to many open port

hi all, My OS is solaris 8 with core system installation only. so far everything works fine. by i do some testing from my xp pc as client to nmap and scan opening port to my solaris. the result as below: Initiating SYN Stealth Scan against 10.10.10.10 at 16:25 Discovered open port 21/tcp on... (3 Replies)
Discussion started by: hezry79
3 Replies
Login or Register to Ask a Question