- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote X from HPUX to WinXP problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 04:23 PM
04-24-2003 04:23 PM
$ (/usr/bin/X11/xterm -fn 6x13 -sb -ls -display [PC_IP_ADDR]:0 -name "xterm ([SVR_IP_ADDR] via TELNET)" &)
[1] 25800
$
Nothing happens.
Tried it without putting it in the background --
$ (/usr/bin/X11/xterm -fn 6x13 -sb -ls -display [PC_IP_ADDR]:0 -name "xterm ([SVR_IP_ADDR] via TELNET)")
Error: Can't open display: [PC_IP_ADDR]:0
Error: Couldn't find per display information
$
Tried to use xterm on HPUX server via telnet --
$export DISPLAY=[PC_IP_ADDR]:0
$xterm
which gets same error --
Error: Can't open display: [PC_IP_ADDR]:0
Error: Couldn't find per display information
Any idea why this isn't working? hpterm also doesn't work for the same reasons.
P.S. The font server is working and nslookup resolves both the PC_IP_ADDR and the PC_DNS_NAME.
Thanks in advance,
Ann
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 05:59 PM
04-24-2003 05:59 PM
SolutionAlso make sure that Win XP isn't blocking port 6000. Can you telnet to the Win XP pc's 6000 port and connect?
To check XP's firewall settings...
right click "my network places" -> properties
-> right click lan connection -> properties -> Advanced tab
If "internet connection firewall" is turned on, go to the settings and add a service for incomming tcp on port 6000.
Hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 06:38 AM
04-28-2003 06:38 AM
Re: remote X from HPUX to WinXP problem
About X in windows, you can try one of these free great products that i use.
cygwin ( http://www.cygwin.com ) or vnc ( http://uk.research.att.com/vnc )
They are X clients, that you can use to connect to HP UX, Linux, etc.
With cygwin you need to open a session on server an export DISPLAY, with VCN you simple install an service (i prefer this one), and you can access server X inside your favorite internet browser!!!, or vnc viewer.
Best regards,
Joao Mendes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 06:51 AM
04-28-2003 06:51 AM
Re: remote X from HPUX to WinXP problem
Reflection is running on the XP box.
What is the refection running from.
At the prompt on the reflection type
xhost +
xterm
What happens
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:46 AM
04-29-2003 08:46 AM
Re: remote X from HPUX to WinXP problem
example...
rlogin [hostname]
...
$export DISPLAY=[PC_IP_ADDR]:0
$xterm
That should work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 09:12 AM
04-29-2003 09:12 AM
Re: remote X from HPUX to WinXP problem
If you want to launch an X display you MUST have an X server running to control the window, handle the widgets, pass controls, etc...
You will have to use a product for windblows like eXceed, reflections, which is an X server running on the PC. Additionally, you could run Linux and throw away the MS. Linux is 100% X compliant.
You can also run emulator products which are similar to citrix, I.E. AT&T's VNC, but these are slow as you have a pixel to pixel copy of each screen, not the delta. Citrix is the only program I know that uses only the delta to update displays. (performs much better than terminal server).
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 09:16 AM
04-29-2003 09:16 AM
Re: remote X from HPUX to WinXP problem
The X server emulators that run on the PC are very poor. In the past I have had to open a connection and launch a remote command to bring back the display. The display does not have the IP:0.0 as you would assume it does. Usually it is a wins name, dhcp name, etc... and many times runs on :1.0, :2.0, etc...
I have had the easiest time running remote desktop exclusively with xdmp, and not launching terminals with displays.
Regards,
Shannon