- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connecting to HP CDE via an X Client
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
08-01-2001 09:32 PM
08-01-2001 09:32 PM
I've got a quick question about connecting to CDE via an X Client.
What is the command I should be executing to start CDE?
Cheers,
Attila.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 10:05 PM
08-01-2001 10:05 PM
Re: Connecting to HP CDE via an X Client
If the CDE filesets are loaded you should be able to start it
# /sbin/rc3.d/S990dtlogin.rc start
You can check to see if the filesets are loaded with
# swlist -l fileset |grep -i cde
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 10:07 PM
08-01-2001 10:07 PM
Re: Connecting to HP CDE via an X Client
Rgds
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 11:37 PM
08-01-2001 11:37 PM
SolutionTo get a client login banner say from ReflectionX or equivalent client, issue an XDMCP Broadcast Query to host or lan...
XDMCP will return will hosts (those running the dtlogin process with Xaccess file configured correctly)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 01:44 PM
08-04-2001 01:44 PM
Re: Connecting to HP CDE via an X Client
first: you are talking about an "X-Terminal", right?
an X-Client is a program, like "xclock"...
second: is it an "old" one?
without support for "XDMCP"?
Then you will have to add that X-Terminal's
IP-Address to that config file
"/etc/dt/config/Xservers"
and send a signal HUP to the "dtlogin" process
with the lowest PID. The line would look like:
XTermName:0 Foreign foreign
where "XTermName" is the hostname or IP-address
of your X-Terminal...
HTH,
Wodisch