- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to connect to server using CDE env using Hu...
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
04-28-2006 07:07 AM
04-28-2006 07:07 AM
I have rebooted a prod machine and now the users says that they are unable to connect the server using Hummingbird.
I have noticed that /etc/rc.config.d/desktop was having the entry wrong to start the X server, now i changed it to like this..
DESKTOP=CDE
DTPRTSVR=
DT_LOCAL_X_START_ALWAYS=
How can i start the X - server manually.
Thanks !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 07:11 AM
04-28-2006 07:11 AM
Re: Unable to connect to server using CDE env using Hummingbird.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 08:46 AM
04-28-2006 08:46 AM
Re: Unable to connect to server using CDE env using Hummingbird.
When HummingBird is used, the CDE login screen comes up, the user logs in , after 15-20 seconds, it again asks for the password.
the errors are like this....
ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Explorer failed to initialize.
ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Explorer failed to initialize.
ERROR: Device does not support full-screen.
ERROR: Device does not support full-screen...
Any ideas..???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 10:38 AM
04-28-2006 10:38 AM
Re: Unable to connect to server using CDE env using Hummingbird.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 10:43 AM
04-28-2006 10:43 AM
Re: Unable to connect to server using CDE env using Hummingbird.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 05:28 PM
04-30-2006 05:28 PM
Re: Unable to connect to server using CDE env using Hummingbird.
Can you type the following commands again? The first command will enable the desktop auto-start.
/usr/dt/bin/dtconfig -e
dtlogin.rc start
Best Regards,
Onur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2006 05:34 PM
04-30-2006 05:34 PM
Re: Unable to connect to server using CDE env using Hummingbird.
Sorry Silver,
I forgot to write /sbin/init.d/ for dtlogin.rc start command.
Right one is
/usr/dt/bin/dtconfig -e
/sbin/init.d/dtlogin.rc start
Onur