- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote CDE Login
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
12-23-2004 12:12 AM
12-23-2004 12:12 AM
Remote CDE Login
Hi All
I've just recently had to rebuild an HP9000 (rp2470) server with HP-UX11i.
Although I can telnet into the machine when I try and get a CDE connection to it from another machine (it's a Sun Solaris) it drops out and doesn't start the CDE.
I've put a monitor on the machine with a kdb and mouse and the XServer starts OK meaning I can run it locally so that's OK.
Is there some sort of permissions or config file that I have to mod to get it to allow remote connections?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:31 AM
12-23-2004 12:31 AM
Re: Remote CDE Login
at the command prompt try the following
# export DISPLAY=
# xhosts+
then do your procedure
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 12:32 AM
12-23-2004 12:32 AM
Re: Remote CDE Login
Check with SAM and setup the access to these system.
SAM --> Network & Communications --> System Access --> Remote Logins
You have to do it on both systems.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 01:00 AM
12-23-2004 01:00 AM
Re: Remote CDE Login
Thanks - but neither of these options worked.
Other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 08:59 PM
01-03-2005 08:59 PM
Re: Remote CDE Login
OK - I've sort of cured this myself. I've installed VNC on the machine and can now get access to the desktop.
If anybody can get this working though - let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 09:05 PM
01-03-2005 09:05 PM
Re: Remote CDE Login
Is it possible to connect, using "Failsafe session" ?
Also, is there any errors in the file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 09:12 PM
01-03-2005 09:12 PM
Re: Remote CDE Login
*** ERROR(4): dtsession: PID 3193: Thu Dec 23 11:20:01 2004
Invalid display name - exiting.
*** [91]
I've tried DISPLAY=
xhost +
but that gives me
xhost: unable to open display ""
Think that could be the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 06:57 AM
01-18-2005 06:57 AM
Re: Remote CDE Login
Do a nslookup, both forward and reverse, on the machine you're tryng to run the xhost command on. It has to be able to resovlve it's own name. If not look in the /etc/nsswitch.conf file and see that it is actually looking in /etc/hosts as well as DNS. If it's looking in /etc/hosts (files) then make sure that the first entry in /etc/hosts is the loopback address and the second is the machine address followed by FQDN and short name in that order. I.E.
127.0.0.1 localhost loopback
192.168.0.21 your.dom.com your
Let us know what you find.