- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote X from Linux to HP 9000
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
09-25-2001 05:19 AM
09-25-2001 05:19 AM
Remote X from Linux to HP 9000
I am having a problem getting graphics to display on my Linux box from my HP 9000 (no graphics card).
I am running Redhat 7.1 with gnome. Here is the process I am using:
1. Start a terminal from Gnome (X Window is working locally).
2. Use rlogin to connect to the HP 9000 (as root).
3. Export DISPLAY=
4. Type either xterm or xclock.
5. I get the following error:
Can't open display:
Couldn't find per display information.
I have also tried to use,
X -query
from the command line of Linux (init 3). But, I get the same error.
Any information you can give me would be a great help.
Linux, Unix and HP forum newbie :)
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:21 AM
09-25-2001 05:21 AM
Re: Remote X from Linux to HP 9000
That should do it.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:23 AM
09-25-2001 05:23 AM
Re: Remote X from Linux to HP 9000
Can your HP box resolve the
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:24 AM
09-25-2001 05:24 AM
Re: Remote X from Linux to HP 9000
ie add ip of linux host to /etc/hosts on the hp9000 system and vice versa .... or just check with nslookup first ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:27 AM
09-25-2001 05:27 AM
Re: Remote X from Linux to HP 9000
Have a look at the thread below.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x077d87dc4d7dd5118ff00090279cd0f9,00.html
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:29 AM
09-25-2001 05:29 AM
Re: Remote X from Linux to HP 9000
I tried that and got the same error, save for it saying
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:36 AM
09-25-2001 05:36 AM
Re: Remote X from Linux to HP 9000
I checked the host name resolution with nslookup. It worked correctly. I can also 'ping' the Linux box using both the IP address and the host name.
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:40 AM
09-25-2001 05:40 AM
Re: Remote X from Linux to HP 9000
xhost +
Then try it again.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:49 AM
09-25-2001 05:49 AM
Re: Remote X from Linux to HP 9000
fyi : can't find per display information suggests it's hostname / ip related. If it were xhost or xauth related the error normally reads host not authorised to connect to DISPLAY blah blah ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:00 AM
09-25-2001 06:00 AM
Re: Remote X from Linux to HP 9000
I cannot get the Linux/HP 9000 IP address or host names to resolve on the linux box using nslookup.
When I use nslookup
** server can't find
When I use nslookup
** server can't find
Do I have my Linux box configured wrong?
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:03 AM
09-25-2001 06:03 AM
Re: Remote X from Linux to HP 9000
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:11 AM
09-25-2001 06:11 AM
Re: Remote X from Linux to HP 9000
It is in my hosts file. In fact I can ping every name in my hosts file, but when I try to use nslookup on any of them, I get the errors listed above.
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:20 AM
09-25-2001 06:20 AM
Re: Remote X from Linux to HP 9000
order hosts,bind
multi on
This tells the linux box to use local files and then DNS to do name resolution.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:34 AM
09-25-2001 06:34 AM
Re: Remote X from Linux to HP 9000
No, I did not have that file. I added it, exactly as you said. Then I rebooted the linux box and tried nslookup again. The resulting errors were the same.
Vermissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:47 AM
09-25-2001 06:47 AM
Re: Remote X from Linux to HP 9000
Can you do nslookups on ANY hosts, i.e. even those not in your domain? If not then I would look at the /etc/resolv.conf file and make sure that looks okay. It should have entries as the following:
domain
nameserver
nameserver
where
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 07:11 AM
09-25-2001 07:11 AM
Re: Remote X from Linux to HP 9000
xhost +
DPC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 07:21 AM
09-25-2001 07:21 AM
Re: Remote X from Linux to HP 9000
I'm not a linux guy, but it sure sounds like the problem is on the linux box with a resolution issue. If you have the ip and hostname in your /etc/hosts file of the hp box on your linux box, then nslookup should find the hosts. That is if it is looking the the hosts file. I'm not sure what controls this on linux, but on hp, it is the /etc/nsswitch.con. On the linux box, you need to tell it to check the hosts file before using DNS. Like I said, I'm not sure what file that is on linux.
Once you get your resolution issue fixed, I bet you will be XXXXXing away.
Hope this helps,
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 11:08 PM
09-25-2001 11:08 PM
Re: Remote X from Linux to HP 9000
I believe you are right. I think the problem is in my Linux box and has something to do with name resolution. I will start looking into why my linux is not working correctly.
Thank you all for helping me narrow this down :)
Vermissa