- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about CDE login trouble:
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-28-2004 02:13 AM
10-28-2004 02:13 AM
about CDE login trouble:
B2000,hpux 11.0
one lan(NIC) ,it's ip is 128.1.0.8/16,
i use sam to add another ip: 129.1.0.8/16 to this nic,
but when i reboot it,.
Users cannot login in CDE. Session almost starts and then the login
screen reappears.
i think this maybe caused by DISPLAY ,but i don't know how to fix it?
Everything was fine just this.
and very strange is :
i can login from REflection from a pc,
and at the REflextion terminal window ,
echo $DISPLAY
may get the PC's IP:0.0
why? where and who set this?
Your answers were of great help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 02:19 AM
10-28-2004 02:19 AM
SolutionDISPLAY=$(who -m -u | awk '{print $8}'):0.0
export DISPLAY
This code is designed to help automatically assign the DISPLAY variable when a CDE login is attempted from a PC running X emulaton software.
There is no perfect answer, and this code could also be in .profile for the user or any script sourced by the startup process for that user. Its hard to make the DISPLAY variable turn out right in every circumstance.
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
10-28-2004 02:32 AM
10-28-2004 02:32 AM
Re: about CDE login trouble:
1)run dr_dt for errors
2)look in /var/dt/Xerrors and
$HOME/.dt/*log
The error will be there
Almost certainly name resolution
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 02:42 AM
10-28-2004 02:42 AM
Re: about CDE login trouble:
but how can i fix it?
can i use
export DISPLAY=128.1.0.8
AND PUT IT TO A FILE IN /etc/dt/config/Xsession.d?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 03:32 AM
10-28-2004 03:32 AM
Re: about CDE login trouble:
You need to fix the name resolution so ut gives the correct ip to host
What does
nslookup hostname
nslookup 129.1.0.8
nslookup 128.1.0.8
Give
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 03:58 AM
10-28-2004 03:58 AM
Re: about CDE login trouble:
How is your server configured, is it using DNS?
If so what do you have int /etc/hosts
and in /etc/nsswitch.conf is DNS before files?
When you say users cannot use CDE what shout I understand - X terminal using bootp to the server since xdmcp with ReflectionX works?
How are the netmasks correct?
What about the gateway?
All the best
Victor