HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote X.
Operating System - HP-UX
1833198
Members
3193
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-23-2002 05:02 AM
10-23-2002 05:02 AM
Remote X.
Hello,
I am running a variety of unices, they include Sun Solaris 7 & 8, HP-UX 11.0 and Linux. I mainly use my linux box for everyday tasks, but sometimes i need to log into the sun and hp boxes. I was easily able to setup remote X logins on the SUN machine, from my Linux machine. Somehow this fails with the HP. All i get is a black screen with an hourglass of cde. Any help in the matter will be appreciated.
P.S. The hp 11.00 runs on a Visualize C240.
Thanx.
I am running a variety of unices, they include Sun Solaris 7 & 8, HP-UX 11.0 and Linux. I mainly use my linux box for everyday tasks, but sometimes i need to log into the sun and hp boxes. I was easily able to setup remote X logins on the SUN machine, from my Linux machine. Somehow this fails with the HP. All i get is a black screen with an hourglass of cde. Any help in the matter will be appreciated.
P.S. The hp 11.00 runs on a Visualize C240.
Thanx.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:06 AM
10-23-2002 05:06 AM
Re: Remote X.
For solving the problem temporarily you can login with the changing
options--->session-->Failsafe session
in the CDE login screen.
This should take you in.
Thanks
options--->session-->Failsafe session
in the CDE login screen.
This should take you in.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:13 AM
10-23-2002 05:13 AM
Re: Remote X.
The scenario you describes smacks of font problems ..... do you see errors wrt the local Xservers log file (i presume on your linux system) specifically dt-interface fonts ?
Also how do you "remote X" from command line on linux system or using something line Xnest ...
eitherway I'd try the following : setup xfs on the hp system :
1 - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
then use Xnest with a command line argument -fp tcp/ etc or if you are using your linux box as an xterminal add the -fp argument to the command line of X
eg X :0 -query -ac -fp tcp/....etc
or detail how exactly you are achieving this wrt the other unix systems involved.
TGM : how can he access the options if he can't see it ;)
Also how do you "remote X" from command line on linux system or using something line Xnest ...
eitherway I'd try the following : setup xfs on the hp system :
1 - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
then use Xnest with a command line argument -fp tcp/
eg X :0 -query
or detail how exactly you are achieving this wrt the other unix systems involved.
TGM : how can he access the options if he can't see it ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:32 AM
10-23-2002 10:32 AM
Re: Remote X.
Hi Mustafa,
why would you actually want to do a graphical login all the time, if simply getting the X-window shown on your local X-server would do the trick?
Have you considered using the SSH (Secure SHell) with "X forwarding" on those systems? Then you would need a configured $DISPLAY on your linux system (you have that automatically if your are running KDE or Gnome there), and an SSH client (available on Linux by default), that client's configuration to include "X forwarding" (two options to be set in "ssh_config") and the SSH server running on the remote systems (available for all of them, one option to be changed in "sshd_config").
That would save you a lot of hassle IMHO...
You may to start the X-Windows Font Server (xfs) on one HP-UX system, still, and use it from your local session ("xset +fp tcp/HPUXaddress:7000").
FWIW,
Wodisch
why would you actually want to do a graphical login all the time, if simply getting the X-window shown on your local X-server would do the trick?
Have you considered using the SSH (Secure SHell) with "X forwarding" on those systems? Then you would need a configured $DISPLAY on your linux system (you have that automatically if your are running KDE or Gnome there), and an SSH client (available on Linux by default), that client's configuration to include "X forwarding" (two options to be set in "ssh_config") and the SSH server running on the remote systems (available for all of them, one option to be changed in "sshd_config").
That would save you a lot of hassle IMHO...
You may to start the X-Windows Font Server (xfs) on one HP-UX system, still, and use it from your local session ("xset +fp tcp/HPUXaddress:7000").
FWIW,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP