- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Runing X remotely
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-31-2003 05:14 AM
12-31-2003 05:14 AM
Runing X remotely
Every once it a while some thing work faster in the GUI.
Can some one point me to what I need to do this?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 05:29 AM
12-31-2003 05:29 AM
Re: Runing X remotely
# xhost +hp_hostname
(where hphostname is the hostname or IP of the hp box)
login as you normally do, to the hp machine:
# slogin/rlogin/ssh/telnet/etc... hp_hostname
# export DISPLAY=linux_hostname:0.0
# gui_command_here
(linux_hostname can be IP instead, if needed)
Another way is to make sure the Xserver is running on the
HP side, and possibly the X font server as well...
then shutdown X on the linux box, and type:
# X -query hp_hostname
This gives you the entire CDE desktop of the remote machine.
That may or may not be what you desire.
Hope this helped!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 06:31 AM
12-31-2003 06:31 AM
Re: Runing X remotely
This will start the font server on boot.
This is not needed if you've already done a connect to the box via Exceed or some other X front end.
A search on the itrc search engine for X Windows Linux will reveal a few cookbooks that will tell you how to deal with other issues you need to make the process work perfectly.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 10:59 PM
12-31-2003 10:59 PM
Re: Runing X remotely
Client side:
First you have to use this command:
xhost + or xhost +namemachine
With this command you give permission to use your display for output.
Go to the UNIX box en typ
DISPLAY=aaa.bb.c.d:0.0 ( ip adres van je Linux box)
export DISPALY
Typ Xload &
You should see xload screen on your Linux box
Succes
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:15 AM
01-03-2004 09:15 AM
Re: Runing X remotely
you could use "xauth(1)" to grant permission or you could use "ssh" with the "-X" and "-f" option:
|HPUX:
| sshd # must be running
|
|Linux:
| ssh -X -f HPUX /usr/dt/bin/dtterm
FWIW,
Wodisch