Operating System - HP-UX
1753337 Members
4959 Online
108792 Solutions
New Discussion юеВ

How to start the udp port 177 in HP-UX

 
SOLVED
Go to solution
Harikrishnan L
Frequent Advisor

How to start the udp port 177 in HP-UX

Hi Dues,

I have the problem to connect the x manger remote connection from windows machine to HP-UX server.
It is using the port number 177. how do i start the port number 177 in HP-UX.

#netstat -an | grep 177
output is not showing any thing..
16 REPLIES 16
Steven Schweda
Honored Contributor
Solution

Re: How to start the udp port 177 in HP-UX

You don't "start the port". You run (or
register) a program which listens at that
port. In this case, you probably wish to
enable an XDMCP server. Look for one of
those.
Harikrishnan L
Frequent Advisor

Re: How to start the udp port 177 in HP-UX

Hi

Thanks for you reply.

I am new to HP-UX. how can i do that.
Johnson Punniyalingam
Honored Contributor

Re: How to start the udp port 177 in HP-UX

Could you provide what OS version are running ?

# uname -a

# inetd -c

# export DISPLAY=.0
# xclock &

(first try with xclock) than please post the error message.
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: How to start the udp port 177 in HP-UX

also please check below link

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1268632517251+28353475&threadId=1213283
Problems are common to all, but attitude makes the difference
Steven Schweda
Honored Contributor

Re: How to start the udp port 177 in HP-UX

> I am new to HP-UX. how can i do that.

I know nothing, but a Google search for
keywords like, say,
hp-ux xdmcp
finds many things, many of which seem to
point to files like:

/usr/dt/config/Xaccess
/usr/dt/config/Xconfig

A Forum search might find other things, too.

Potentially useful:

man dtlogin


> # uname -a

Usually a good way to start.
Harikrishnan L
Frequent Advisor

Re: How to start the udp port 177 in HP-UX

Hi Thanks for you replay

# man dtlogin
No manual entry for dtlogin.


# netstat -an | grep 177
#

#/usr/dt dont have that file.

how can i reinstall the CDE in HP-UX 11.31



Harikrishnan L
Frequent Advisor

Re: How to start the udp port 177 in HP-UX

# xclock
sh: xclock: not found.

# uname -a
HP-UX maa2tamh B.11.31 U ia64 xxxxx unlimited-user license
Steven Schweda
Honored Contributor

Re: How to start the udp port 177 in HP-UX

> how can i reinstall the CDE in HP-UX 11.31

Did you try anything like a Forum search for
keywords like, say,
install cde
?

Or you could just read the manual(s). (Only
a thought.)
Harikrishnan L
Frequent Advisor

Re: How to start the udp port 177 in HP-UX

HI All,

I had checked this forum and start the dtlogin

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1268716499759+28353475&threadId=1361338

now the i can see

# netstat -an | grep 177
udp 0 0 *.177 *.*
#

# ps -eaf | grep dt
root 15983 1 0 10:59:21 ? 0:00 /usr/dt/bin/dtlogin -daemon
root 16328 15916 0 11:05:20 pts/1 0:00 grep dt
#

# swlist -l product | grep -i cde
CDE B.11.31 HP-UX CDE User Interface
#

But now i am not able to connect with Xbrowser. from the windows machine the x browser is opening and closed automatically with in 3 secancds.

Kindly help me out to short this issue.

Thanks in Advance.
Harikrishnan