- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure Xwindows 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
10-20-2005 03:18 AM
10-20-2005 03:18 AM
I'm triying to configure Xwindows on HP-UX 11.11, but I don't know how to do it.
Could you help me, please ¿¿
Thanks in advance
& Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 03:39 AM
10-20-2005 03:39 AM
Re: Configure Xwindows on HP-UX
Are you getting the GREETING / LOGIN screen?
Do you have graphics hardware (card and monitor)?
What are you wanting to configure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 03:47 AM
10-20-2005 03:47 AM
Re: Configure Xwindows on HP-UX
How I can to comprove that Xwindows works?
I'm so sure this is beginner,beginner question... but...it's my first question. Sorry.
Thanks and regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 04:06 AM
10-20-2005 04:06 AM
SolutionMake sure the first variable is set to 1.
/sbin/init.d/xfs start
Then try and connect to the server with XWindows client, it can even be another HP-UX or Linux WS.
DISPLAY variable must be set.
export DISPLAY=
Example
export DISPLAY=192.168.0.10:0.0
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
10-20-2005 05:24 AM
10-20-2005 05:24 AM
Re: Configure Xwindows on HP-UX
As mentioned, set the xfs variable to 1.
If WIN, you must configure the emulator to connect to the HPUX system and to provide you with a graphical login. There are many types of X emulators available so it is difficult to itemize them here.
If LINUX, and you are already running X on the LINUX PC, issue the command from your LINUX desktop, "xhost +" Connect to the HPUX system and "export DISPLAY=
From this point you might be able to issue an "xclock" command (or some other X GUI application command). If the application displays then you have a working X environment.
Some other "gotchas" exist as well. Example, if the network has X traffic blocked, nothing we do here will work until the network personnel unblock X traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 05:35 AM
10-20-2005 05:35 AM
Re: Configure Xwindows on HP-UX
Try to start /usr/dt/bin/dtlogin or dtgreet manually first from the commandline as user root.
If you find the X Server suddenly running you just need to make the correct update to the startup run-level script.
If it does not get running there are most
likely errors recorded in /var/dt/log/Xerrors...
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 08:28 AM
10-20-2005 08:28 AM
Re: Configure Xwindows on HP-UX
to see if CDE is currently running ->
ps -ef | grep dtlogin.
If you see one process, then that's the parent, it will await xdmcp requests prior to spawning a child dtlogin to run on your remote Xserver.
If you wish to have CDE start locally you will need a graphics device, device files and a monitor and cp /usr/dt/config/Xservers -> /etc/dt/config/Xservers.
vi the last line if need be to ensure the * local local console entry does not have a # in front of it.