- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Exporting an Xterm session
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
02-25-2002 03:47 PM
02-25-2002 03:47 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 04:31 PM
02-25-2002 04:31 PM
Re: Exporting an Xterm session
The workstation has to be running an Xserver (like Exceed in a Windows environment, or CDE/VUE for UNIX) if your workstation (model unspecified) is running X, as long as you've properly set your DISPLAY environment variable, it should work.
If you were getting a "could not connect" type of error, I would expect that the problem would be solved with "xhost +", but this seems a different sort of problem...
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 04:56 PM
02-25-2002 04:56 PM
Re: Exporting an Xterm session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 05:35 PM
02-25-2002 05:35 PM
Re: Exporting an Xterm session
You obviously know this already, but just so we get our terminology straight --
The service that is displaying a window on your workstation is an Xserver -- either eXceed on your NT box or CDE on your UNIX w/s.
The actual host (or server if you will) upon which the application runs that you wish to display back to the Xserver on your w/s need not run X at all.
So you have been doing something like
1 W/S: start CDE (local XServer)
2 Server (where the application actually runs): export DISPLAY=
and then when you run the app on your w/s, it craps out with the message you related before.
Hard to fathom why this wouldn't work unless the problem is that you need to "xhost +". But if you can display back an xterm or xclock etc from the remote server...
I don't have any applications that insist upon multiple windows at once, save Glance (motif) but it opened up nicely (once I set xhost +).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 05:43 PM
02-25-2002 05:43 PM
Re: Exporting an Xterm session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 11:39 AM
02-26-2002 11:39 AM
Re: Exporting an Xterm session
Certainly something to look at. Font errors are not always obvious.
Spent some time looking for similar problems in the KB here, but didn't find anything that struck me as a match.
Have you examined the error logs to see if any other hints are there? $HOME/.dt/errorlog, syslog, etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:18 PM
02-26-2002 07:18 PM
SolutionI have something to share which may be relvent for this.
We can launch the X server of remote worktions on your local workstation by doing the below mentioned steps.
This is just similar to the approach Exceed works in getting the CDE of a hp using XDCMP broadcast. But in the case of Exceed we run it from windows so it has avoided some issues like clash betwen local X server and remote X server )
We can launch the remote Xserver on you local system by ,
1. login to command line mode.
2.issue the command
X -query
Ex.
#X -query 92.12.140.2
This will give the CDE login screen of the second server on your local system.
(Similar to Exceed's approach)
Here you can work as if you are on the remote system.
But to come back to your system , you have to kill this process by telneting to your system from some PC or unix systems.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 06:07 AM
02-27-2002 06:07 AM