- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE Desktop not coming
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
10-20-2005 09:59 PM
10-20-2005 09:59 PM
Please help me in this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 10:03 PM
10-20-2005 10:03 PM
Re: CDE Desktop not coming
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=726279
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 10:10 PM
10-20-2005 10:10 PM
Re: CDE Desktop not coming
Set DISPLAY Variable with ip-address for every client with /etc/profile (Enable with CDE to use /etc/profile while log-in).
export DISPLAY="$(who -muR | awk '{ print $NF}' | xargs getip):0.0"
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 10:14 PM
10-20-2005 10:14 PM
Re: CDE Desktop not coming
Posibally it is a name resolution problem. Is it able to look up for hostname and vice-versa.
Try
#nslookup hostnanme
&
#tracert w.x.y.z
Where w.x.y.z is the IP Address of the host.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 10:17 PM
10-20-2005 10:17 PM
Re: CDE Desktop not coming
# cat /etc/nsswitch.conf
hosts: entry part
# cat /etc/resolv.conf for DNS host resolvation
# cat /etc/hosts for files host resolvation.
# check resolvation with nslookup / nsquery tool.
# nsquery hosts hostname "hosts: entry from dns"
Is it working correctly.
# check .dt directory file permission more. It may be given permission to root only.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 11:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 11:23 PM
10-20-2005 11:23 PM
Re: CDE Desktop not coming
\etc\hosts ; nsswitch.conf ; resolv.conf
also I tried nslookup its also running fine.
Hostname is coming properly. Also I checked up permissions \etc\lib\security\*.* set to 555
Now advice me what I can do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 11:29 PM
10-20-2005 11:29 PM
Re: CDE Desktop not coming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 11:50 PM
10-20-2005 11:50 PM
Re: CDE Desktop not coming
your last post wasn't too clear, but did you have to correct file permissions? Is it working well now or did you need additional help?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 11:58 PM
10-20-2005 11:58 PM
Re: CDE Desktop not coming
Thats why I said thanks.