- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX and Reflection X problem, window redirected ...
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
12-04-2008 08:22 AM
12-04-2008 08:22 AM
HP-UX and Reflection X problem, window redirected to somebody else's screen
We had an application running on HPUX PARISC. To start the application graphical console, users used to connect to the server from Reflection X. They opened xterm via OPENSSH and then the console. Several users used one system account to connect, they worked in parallel without any problem.
One day the server crashed and was replaced by a new, Itanium based machine. The disk volume with the application was remounted to the new server and the application was started. The manufacturer of the software confirmed that the application can run on Itanium without any reinstallation.
On the new machine users sometimes experience a strange behaviour. When one user is logged into machine, and a second one starts the application console, quite often the window openes on the desktop of the first one. There are about 12 users working in parallel, and often they see their windows on somebody's else screen.
I don't know the software versions on the PARISC machine because the server crashed. Currently we are working on the following software:
- HP-UX B.11.23 U ia64
- OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005
- HP-UX Secure Shell-A.04.30.007, HP-UX Secure Shell version
- WRQ Reflection X Version 12.0.0
Reflection X connection configuration:
Method: OPENSSH
Command: (/usr/bin/X11/xterm -fn 6x13 -sb -ls -display %IP#% -name %T% &)
Does anybady have an idea how to debug or resolve the issue?
Kind Regards,
Pit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 08:46 AM
12-04-2008 08:46 AM
Re: HP-UX and Reflection X problem, window redirected to somebody else's screen
If it is set with onother one IP the windows is displayed at that IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 03:35 PM
12-04-2008 03:35 PM
Re: HP-UX and Reflection X problem, window redirected to somebody else's screen
X11 Forwarding via SSH is in use. Because of that all sessions have the DISPLAY variable set to the IP address of the HP server. Each user session use other display number (high values starting from 10,11...)
Regards,
Pit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 03:46 AM
12-05-2008 03:46 AM
Re: HP-UX and Reflection X problem, window redirected to somebody else's screen
I think I isolated the problem. We use X11 forwarding via SSH. According to documentation:
"The ssh server (sshd) at the remote end automatically sets DISPLAY to point to its end of the X forwarding tunnel."
The problem is that sometimes (even quite often) ssh sets the DISPLAY value equal to the value already used by another session. The problem is system wide, not only user wide. A session get the DISPLAY value of any other session (regardless of the user the session is logged as)
It looks like the sshd daemon is not aware of DISPLAY variables which it has already set for other sessions.
Any ideas how to solve the issue?
Regards,
Pit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2008 09:33 AM
12-05-2008 09:33 AM
Re: HP-UX and Reflection X problem, window redirected to somebody else's screen
any reason why the users don't have reflection on there desktop and then the ssh to whatever?