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
06-21-2004 09:44 PM
06-21-2004 09:44 PM
xwin32
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 07:13 AM
06-23-2004 07:13 AM
Re: xwin32
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 06:35 PM
06-23-2004 06:35 PM
Re: xwin32
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:02 AM
06-24-2004 01:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 06:52 AM
06-29-2004 06:52 AM
Re: xwin32
XWin.exe -query 192.168.1.123
there is the message below
thank you