- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X-Windows
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
11-14-2002 04:08 AM
11-14-2002 04:08 AM
I have a K450 server running with HP-UX 10.20. I'd like to known how to configure the x-windows enviroment. What is necessary for it?
Thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 04:28 AM
11-14-2002 04:28 AM
Re: X-Windows
X-windows is in ux 10.20 by default. you can check this by ps -ef | grep X. Which show you an xfs (X font server) and probably some /usr/bin/X11/X processes.
Use "man X" to get info on configuration. Config files are in /etc/X11. X-programs are in /etc/bin/X11. A good (=small) test-app is xclock.
Hope this helps
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 04:32 AM
11-14-2002 04:32 AM
Re: X-Windows
What kind of configuration do you think about ? To run Xwindows local you need a graphic card, a mouse and a keybard connected local but, for if using Reflection you should normal not need to do any configurations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:00 AM
11-14-2002 05:00 AM
Re: X-Windows
What X-Window emulator that you use is just a matter of choice, some like Exceed, some like Reflection, some even like a little product called, Kea (ugh!).
Nonetheless, using either of these should not present any problem.
Until you get used to using the software, I suggest that when trying to create client connections to your UNIX servers, that you utilize the 'Client Wizard' that you'll find on your Windows Start Menu after you have installed your product.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:00 AM
11-14-2002 05:00 AM
Re: X-Windows
I'll use a X-Win emulator, the Exceed from Hummingbird Coporation. I haven't got a graphical workstation. Any problem?
Thanks for your interest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:33 AM
11-14-2002 05:33 AM
SolutionVUE Runtime or CDE Runtime enviroments: these bundles include your X11 filesets :
check using swlist -l fileset | grep -i
If either are installed check for the following processes : either vuelogin or dtlogin if either are running then that's it on the unix side either process will await and listen for an xdmcp request from a remote client : in your case a PC running exceed.
When it recieves the request if will fire back a reply packet and providing it reaches the PC it should appear in Exceeds chooser list (use xdmcp broadcast mode - see exceeds Xconfig section).
If you select that host from the choser screen a child dtlogin process is spawned to take control of your remote Xsession.
NB requires hostname resolution & lookup to be working on both PC and hpux systems : check with nslookup on both thier ip and hostnames.
I'd also advise you ensure the pc and hpux systems are on the same subnet to start with.
ps both cde and vue have diagnostic tools which may prove useful : dr_dt and dr_vue see /usr/contrib/bin/X11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 09:49 AM
11-14-2002 09:49 AM