Operating System - HP-UX
1753265 Members
5405 Online
108792 Solutions
New Discussion юеВ

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

 
Fandi Kurnia
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

hai Holia,

10.33.1.75 is another server. (HP UX 11.23)

now I trying to browser 10.33.1.22 (HP UX 11.31)

i have ipf -Fa and search solution but the problem not solve.

Fandi Kurnia
Look confused, but happy;
Fandi Kurnia
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

telnet from 10.33.1.22 to 10.33.1.23 : report :
# telnet 10.33.1.23 6001
Trying...
Connected to 10.33.1.23.
Escape character is '^]'.

telnet> quit
Connection closed.
# telnet 10.33.1.23 6000
Trying...
telnet: Unable to connect to remote host: Connection refused

telnet from 10.33.1.75 to 10.33.1.23: report :
$ telnet 10.33.1.23 6000
Trying...
telnet: Unable to connect to remote host: Connection refused
$ telnet 10.33.1.23 6001
Trying...
Connected to 10.33.1.23.
Escape character is '^]'.

telnet> quit
Connection closed.

there aren't not different result from hp ux 11.23 and hp ux 11.31. But I cann't use xbrowser on HP UX 11.31

Fandi.

Thank Horia
Horia Chirculescu
Honored Contributor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

>telnet from 10.33.1.22 to 10.33.1.23 : report :
# telnet 10.33.1.23 6001
Trying...
Connected to 10.33.1.23.
Escape character is '^]'.

This is good, there is nothing blocking the XWindows port (600).

Can you do this:

go to 10.33.1.22 (your HP-UX server)
and do this:

DISPLAY=10.33.1.23:1.0
export DISPLAY

then run this:

xclock

Do you have the output on your windows station (10.33.1.23)

Horia
Best regards from Romania,
Horia.
Fandi Kurnia
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

Error: Can't open display: 10.33.1.23:1.0
Error: Couldn't find per display information


thank your effort

horia nice to share this problem with you..
shanmuhanandam
HPE Pro

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

Hi,
please check the below files also.

1. /etc/dt/config/Xservers

├в ┬в Local local@console /usr/bin/X11/X: 0 (Remove the # from this Statement)

2. /usr/dt/config/Xconfig

# To disable R4 MIT-MAGIC-COOKIE-1 per-user authorization.

#Dtlogin*authorize: False (Remove the # from this Statement)

3. /usr/dt/config/Xservers

├в ┬в Local local@console /usr/bin/X11/X: 0 (Remove the # from this Statement)


Thanks & Regards,
Shanmugam.B
I am an HPE Employee

Accept or Kudo

Fandi Kurnia
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

Thank's Shamuggan and Horia. The problem has been solved. Thank before.

I will post how to fix them all..

Horia, your solution help me to get another solution. But the point is you can use xbrowser to get Xwindows using SSH.

So, I using XStart from Xmanager to get the display. Now my problem is Install oracle..

huh.. No simple.. Thank all for helping me.
Fandi Kurnia
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

correction :
"Horia, your solution help me to get another solution. But the point is you can not use xbrowser to get Xwindows using SSH. "


Horia Chirculescu
Honored Contributor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

>But the point is you can not use xbrowser to get Xwindows using SSH. "

If you are talking about:

http://xbrowser.armondavanes.com/

This is only a WEB browser. Seems to me that you are a bot confused about the protocols used.

The http protocol is different than the one that XServer is using.

Please read

http://en.wikipedia.org/wiki/X_Window_System_protocols_and_architecture

http://en.wikipedia.org/wiki/X_Window_System_core_protocol

And one more observation: X Server does not use SSH. Someone could use a wrapper in order to secure communications but this is another discussion.

Horia.
Best regards from Romania,
Horia.
Harikrishnan L
Frequent Advisor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

Hi

I am also facing same error can you suggest me how can i use x manager with x start.

Thanks,
Hari
Steven Schweda
Honored Contributor

Re: X Manager - Xbrowser cannot Remote HP UX 11.3.1

> I am also facing same error [...]

Tired of your own thread on this topic?

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1414776


> Please read [...]

Did you try that?