How to open 6000 port for XDMCP?


 
Thread Tools Search this Thread
Operating Systems HP-UX How to open 6000 port for XDMCP?
# 8  
Old 05-31-2012
It was just who -r
to type:
Code:
ant:/home/vbe $ who -r
   .       run-level 3  Sep  6 11:08    3    0    S

Then look at the end of /etc/rc.log :
Code:
...skipping...

Start CDE login server
Output from "/sbin/rc3.d/S990dtlogin.rc start":
----------------------------

**************************************************
HP-UX run-level transition completed
Tue Sep  6 11:10:45 METDST 2011
**************************************************
rc.log: END


Last edited by vbe; 05-31-2012 at 08:44 AM..
# 9  
Old 06-06-2012
in rc.log its not showing this as per you said -:

...skipping... Start CDE login server Output from "/sbin/rc3.d/S990dtlogin.rc start": ---------------------------- ************************************************** HP-UX run-level transition completed Tue Sep 6 11:10:45 METDST 2011 ************************************************** rc.log: END
# 10  
Old 06-06-2012
edit /etc/rc.config.d/desktop and
add "DESKTOP=CDE" or modify the line to if exist
then do a
Code:
/sbin/init.d/dtlogin.rc start

OR

dtconfig -e can be used to set this up for you. Man dtconfig for details.
# 11  
Old 06-06-2012
in desktop its showing " CDE Desktop enabled Thu May 24 17:50:34 IST 2012
DESKTOP=CDE
DTPRTSVR= "

so is it require to take backup of the file before editing ??
where shall i add the code in desktop ?? front of "DESKTOP=CDE " ??
# 12  
Old 06-06-2012
No
execute dtconfig -e

Then look again at /etc/rc.config.d/desktop

It should have added new lines like:
Code:
# CDE Desktop enabled Mon Feb  7 20:18:43 MET 2011
DESKTOP=CDE
DTPRTSVR=

If so, execute now (as root...)
Code:
/sbin/init.d/dtlogin.rc start

# 13  
Old 06-06-2012
Well?
# 14  
Old 06-07-2012
After doing this its also not showing anything regarding dtlogin in /etc/rc.log.
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