- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: xterm set up
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-04-2001 07:37 AM
09-04-2001 07:37 AM
xterm set up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 07:44 AM
09-04-2001 07:44 AM
Re: xterm set up
Normally you need do nothing on the server side to enable X access. The default HP-UX install handles it. You then use an XDMCP Broadcast connection from ReflectionX and you should see a CDE login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 08:02 AM
09-04-2001 08:02 AM
Re: xterm set up
As to RX : see A.Clay stevensons suggestion or use RX's client wizard utility ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 07:08 AM
09-05-2001 07:08 AM
Re: xterm set up
You can check with:
# swinstall | more
This will list all "Packages" that are installed on the system, not necissarily all programs installed. But CDE is a package and should be listed by swinstall if it's there. If it isn't there you will have to add it. Send up a reply and me, or someone can tell you how to add it to your system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 01:09 PM
09-05-2001 01:09 PM
Re: xterm set up
first check, wether the daemon "dtlogin" is actually
running: "ps -ef | grep dtlogin".
If not, then start it: "/sbin/init.d/dtlogin.rc start"
and check again.
The next step would be to configure you Reflection/X
properly: start it on your windows box, and go through
all the setup options, verifying that:
- use "X-Terminal" not "MS Windows"
- use the font server (perhaps from your HPUX box)
- have choosen the matching keyboard (I did get the
japanese one a lot on HP Brio PCs automagically)
- use the "XDMCP query" selection for your hp box
(use the ip-addr first, just to make sure you will not run
into name resolution problems).
HTH,
Wodisch