- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to start CDE session from Unix Server.
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
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
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
тАО01-27-2005 05:49 AM
тАО01-27-2005 05:49 AM
Thanks,
Gulam.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 05:57 AM
тАО01-27-2005 05:57 AM
Re: How to start CDE session from Unix Server.
DESKTOP=CDE
Then /sbin/init.d/dtlogin.rc start
If the CDE is installed and configured, which it is by default you should be good to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:09 AM
тАО01-27-2005 06:09 AM
Re: How to start CDE session from Unix Server.
The desktop file is OK.
But nothing happend when I did:
/sbin/init.d/dtlogin.rc start
CDE didn't start or I didn't see any screen!
Thanks,
Gulam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:14 AM
тАО01-27-2005 06:14 AM
SolutionIf you did this from the console, you have to logout to allow the CDE to start. But remember, if you started dtlogin.rc from console, logging out may kill that process unless started using nohup.
If you started dtlogin.rc from any other telnet/ssh connection and nobody is logged into the console, you should see a CDE screen.
To start the dtlogin.rc command with nohup use this,
first shutdown dtlogin.rc
/sbin/init.d/dtlogin.rc stop
nohup /sbin/init.d/dtlogin.rc start &
Also make sure you see the dtlogin process when you do ps -ef and grep for dtlogin./
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2005 06:26 AM
тАО01-27-2005 06:26 AM
Re: How to start CDE session from Unix Server.
Here is a step by step guide to check and resolve your CDE startup problem.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072805125
The itrc doc is XMKKBAN00000234.
Hope this helps.
Regds