This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem using XWin for HP-Unix


You are a little bit generic with your request.
Anyway here is a script that I use to connect via XDMCP to a HP-UX 11.11 machine (but it works also for HP-UX 11.00 and 10.20):


-----------------CUT--------------------
#!/bin/sh
export DISPLAY=127.0.0.1:1.0
IPADDRESS=`ipconfig  | grep "IP Address" | sed -e "s/^[^0-9]*//g"`
export PATH="/usr/X11R6/bin:$PATH"
eval `ssh-agent`

# Cleanup from last run.
rm -rf /tmp/.X11-unix

XWin :0 -clipboard -kb -nowinkill -unixkill -fp \
  tcp/fontserverhost:7000 -ac -once -query hosttoconnecto \
  -fullscreen -screen 0 1024 768 -from $IPADDRESS -audit 4

eval `ssh-agent -k`

# Return from sh.
exit
-----------------CUT--------------------

where:
- "fontserverhost" is the hostname (or IP address) of a HP-UX machine that runs the font server;
- "hosttoconnectto" is the hostname to which you wish to connect via XDMCP.


Ciao,

Danilo

geethar wrote:
Hi,
    We tried to use Cygwin's XWin command to connect to the HP-UNIX machine
remotely. But we do not know which port number has to be used. Please let me
know which command should be used to connect to HP-Unix and what port has to
used for the same.

I appreciate your early response. We are actually stuck with this problem
and waiting for this to be resolved.

Thanks in advance.

Warm Regards,
Geetha.D
Senior Software Engineer
Network Systems Division
Sasken Communication Technologies Ltd
Ring Road, Domlur
Bangalore 560 071,
India
Ph: 91 80 5355501 - 03 Xtn: 8026


------------------------------------------------------------------------


***********************************************************************

PLEASE VISIT US AT STAND E13B, AT 3GSM WORLD CONGRESS 2004, CANNES.

********************************************************************

SASKEN BUSINESS DISCLAIMER

This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.

***********************************************************************


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]