1834908 Members
3068 Online
110071 Solutions
New Discussion

xwin32

 

xwin32

I have a workstation hp-unix C360.
HP-UX hpux B.11.11 U 9000/785 2000455472 unlimited-user license.

when I want to connect to the c360 from xwin32 I see that is going to connect but only for a moment then is disconnected. I there somebody that knows about it?

Thanks & Best Regards
4 REPLIES 4
Robert A. Pierce
Frequent Advisor

Re: xwin32

Do you mean the CYGWIN X-Windows?

These are two scripts I use to connect from my Windows box to the Unix server. 10.0.12.3 is the HPUX server.


A fullscreen Xsession:

$ cat X_fullscreen
#!/bin/bash
/usr/X11R6/bin/XWin.exe -nowinkill -query 10.0.12.3

A 800x600 window:

$ cat X_window
#!/bin/bash
/usr/X11R6/bin/XWin.exe -screen 0 800 600 -nowinkill -query 10.0.12.3

Hope this helps,

Rob

Re: xwin32

Thank you very much for the response. I have installed the Xwin32 on the windows XP. I have on LAN the HP-UX workstation. Now I want to connect to hp-ux workstation in a X terminal from xwin32. But the problem is:
when I want to connect to the c360 from xwin32 I see that is going to connect but only for a moment then is disconnected.

Thanks very much
Robert A. Pierce
Frequent Advisor

Re: xwin32


How do you know it is going to connect?

What is the Unix box's IP address?

Can you ping the Unix box from your XP workstation?

Can you open a Cygwin command-line terminal window?

What happens if you type this at a cygwin bash prompt:

/usr/X11R6/bin/XWin.exe -nowinkill -query

Re: xwin32

when I did :

XWin.exe -query 192.168.1.123
there is the message below

thank you