- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hpterm/xterm display issues on HP-UX
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
05-07-2004 09:10 AM
05-07-2004 09:10 AM
hpterm/xterm display issues on HP-UX
When trying to start both hpterm and xterm to display on the remote display (even an HP-UX 11.0 display) these messages came:
Error: Can't open display:
Error: Couldn't find per display information
When starting dtterm, no such message came and the terminal window appeared without problems.
Could it be some environment setting that is upsetting X somehow?
Thanks,
Myrianthe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 09:20 AM
05-07-2004 09:20 AM
Re: hpterm/xterm display issues on HP-UX
On the
# xhost remotemachinename
or to allow ALL X connections:
# xhost +
# man xhost
for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 11:35 AM
05-07-2004 11:35 AM
Re: hpterm/xterm display issues on HP-UX
Patrick's solution is what you are looking for. I would caution you though if you are working in a secure environment not to use the 'xhost +' command. If you are not working in a secure environment you are ok.
If 'xhost' does not solve your issue, another problem might be causing this if you are behind a firewall and the display is not being mapped correctly back to your system. What kind of network is this? Is there a firewall? Are your systems on the same subnet?
Also, before starting the session, it's important to make sure you can reach the remote host. Try pinging the remote host, and if that works try starting a telnet session with the remote host.
Oops, sorry. Just re-read your question and I now understand that you don't have a problem with dtterm, so forget the previous two suggestions, you will be fine with 'xhost' ... I left the other paragraphs in my reply in case someone else has the same problem but neither term works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2004 11:06 PM
05-09-2004 11:06 PM
Re: hpterm/xterm display issues on HP-UX
xhost can't be the problem, because dtterm works. Looks like you missed that when reading Myrianthe's post.
The only guess I can come up with right now is that an HP-UX 11.11 OS-patch maybe broke something?
Kind regards, Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 01:57 AM
05-10-2004 01:57 AM
Re: hpterm/xterm display issues on HP-UX
I beg to differ! The error message the Myrianthe is getting is a classic xhost permissions issue.
How about we let Myrianthe decide if it will work or not? Hmmmm?
The thing is, what the problem is depends entirely on how EXACTLY the xterm, hpterm, dtterm sessions are being started.
I DID read the ENTIRE post. I did NOT miss the piece about the dtterm. I took what information was there and offered the best advice I could based on the information given. Since I typically see the errors given when there is an xhost issue, that is the advice I gave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 02:11 AM
05-10-2004 02:11 AM
Re: hpterm/xterm display issues on HP-UX
# xhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 03:29 AM
05-10-2004 03:29 AM
Re: hpterm/xterm display issues on HP-UX
Thanks for all the responses. Well I failed to mention that I do run "xhost +" before executing the application on the remote host. And I appologize for the confusion caused.
I can see the system (ping, telnet)no problem. Not sure what could be causing this message.
I receive this error running OVO/Unix (version 7 and 8) application remotely from an HP-UX 11.11 OS.
I have another question, are there any other applications that come with HP-UX that run hpterm or xterm? I would like to test other applications to see if this error occurs as well with them when executed remotely on another system.
Any other suggestions?
Thanks,
Myrianthe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 04:10 AM
05-10-2004 04:10 AM
Re: hpterm/xterm display issues on HP-UX
I remember participating discussion on this topin on the OpenView forums. This suggestion may be totally off-kilter but, did you try moving xterm and dtterm out of the way and symbollicly link these executables to dtterm as it seems to work for you ?
Just a suggestion.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 06:26 AM
05-10-2004 06:26 AM
Re: hpterm/xterm display issues on HP-UX
Read "man nsswitch.conf" and have a look at the /etc/nsswitch.conf file on the system that you run hpterm on. You may need to change the file to add criteria like "[NOTFOUND=continue TRYAGAIN=continue]" that are the default for newer programs. (You may need to create an nsswitch.conf file if there isn't one yet.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:42 PM
05-18-2004 03:42 PM
Re: hpterm/xterm display issues on HP-UX
I assume this is your first experience on the ITRC forum as you did not award points to the forumers for the answers you were provided. May I suggest that you take a look at the following link to learn about the points system in use here. Thanks.
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
Please read the article, assess the assistance you were provided by the forumers, then reward them. Thanks!