- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE login 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
04-29-2003 06:25 AM
04-29-2003 06:25 AM
Checked nslookup for hostname /IP , it is ok.
How to troubleshoot this problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:31 AM
04-29-2003 06:31 AM
Re: CDE login problem
check your $DISPLAY varible. It should point to your machine.
Greetzz
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:39 AM
04-29-2003 06:39 AM
Re: CDE login problem
ex
192.168.0.10:0.0
This needs to be set in the user .profile
DISPLAY=192.168.0.10:0.0
export DISPLAY
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:48 AM
04-29-2003 06:48 AM
Re: CDE login problem
what is your errorlog? if you trying to login as root then it is in /.dt/
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 06:55 AM
04-29-2003 06:55 AM
Solutionps -ef | grep rpcbind or portmap ... are they running ?
At what stage of the login does it fail ... do you see the cde login and copyright screens ?
run dr_dt and postt output.
does the syslog.log contain any clues ? and are any services failing at boot checked the /etc/rc.log ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:07 AM
04-29-2003 07:07 AM
Re: CDE login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 09:28 AM
04-29-2003 09:28 AM
Re: CDE login problem
This is HP-UX 10.20.
CDE login process remain stuck on copyright screen
No change in inetd.conf recently.
While dr_dt , Error - 0,Warning 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 11:30 PM
04-29-2003 11:30 PM
Re: CDE login problem
If this a workstation and CDE is failing to display locally or the above does not resolve :
comment on the h/w involved, how hostname resolution is made etc/hosts, DNS ? post dr_dt output regardless of errors/warnings.
check/var/dt/Xerrors and add set -x in $HOME/.dtprofile, attempt to login then look at $HOME/.dt/startlog and the syslog.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 04:03 AM
04-30-2003 04:03 AM
Re: CDE login problem
I am trying to login CDE from server console , not from teminal.
How/where can I insert line
"$XDIR/xset fp+ tcp/IPAddress :7000 1 > /dev/null" in /etc/dt/config/Xsetup file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 04:56 AM
04-30-2003 04:56 AM
Re: CDE login problem
please post ioscan output.
please please post dr_dt output
Please comment on what you see appearing on the server console
Please see above unanswered questions from my last post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 08:37 AM
04-30-2003 08:37 AM
Re: CDE login problem
The problem has been resolved.
portmap was not running.
(ps -ef | grep portmap )
After starting portmap (/usr/sbin/portmap), I am able to login through CDE.
But now question is how to start portmap at boottime ?