- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE problem
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
03-05-2003 12:11 PM
03-05-2003 12:11 PM
CDE problem
just hangs.But i'm able to login using different id with out any problems.Please help .Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:14 PM
03-05-2003 12:14 PM
Re: CDE problem
Can you telnet to the box with the same id that you are trying for reflection?
If you can then you might need to reset your dt configuration. Telnet to the box and move .dt directory to .dt.old. Then try through reflection x again. It should allow you to login. You can then copy dtwrmrc from .dt.old into your .dt directory and make other customizations.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 03:24 PM
03-05-2003 03:24 PM
Re: CDE problem
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 10:02 PM
03-06-2003 10:02 PM
Re: CDE problem
Insert the DISPLAY varible in users .profile file & export the same with IP address from which you are trying to run the CDE, for example if your PC ip address is 10.1.1.1 then insert the following line in user .profile
export DISPLAY=10.1.1.1:0.0
check the .dtprofile as well , it will be in users home directory makesure the you uncomment the DTSOURCEPROFILE parameter & set its value to true .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:58 PM
03-06-2003 11:58 PM
Re: CDE problem
In the id which will not work look at
$HOME/.dt/startlog
That will show where it hung.
Indeed a bad .profile will kill of a cde login.
Use something like the tty command to screen out the part that kills cde
mytty=$(tty)
if [ "$mytty" = "not a tty" ]; then
echo not terminal > /dev/null
else
part of .profile which relates to a real term such as stty
fi
steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 05:42 AM
03-07-2003 05:42 AM