- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Screen Hang After Logon Using X-Windows (Refle...
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
02-25-2002 05:26 PM
02-25-2002 05:26 PM
Screen Hang After Logon Using X-Windows (Reflection)
I had experienced problem with logon to the HP-UX using Reflection after I opened connect to the host, after I logged on to the system then the license screen (the blue screen) is displayed and then it will not bring me to the terminal session. After that I have to reboot the system, actually this is not the good way to do, but there are not any choices for me.
When this is occurred, it will affect to all clients and every accounts. Anyway before it's go wrong the hosts is working well.
What's going wrong to me,
My HP-UX is 11.0
Thanks in advanced for anyone who looking forward to help me,
Sorayuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 05:58 PM
02-25-2002 05:58 PM
Re: Screen Hang After Logon Using X-Windows (Reflection)
In the first place, are you able to login and access CDE from the server itself? If you can't, login to the CLI (command line) mode and run /usr/contrib/bin/dr_dt to find out what is wrong with your CDE.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 05:59 PM
02-25-2002 05:59 PM
Re: Screen Hang After Logon Using X-Windows (Reflection)
Sorry, the full path of dr_dt should be:
# /usr/contrib/bin/X11/dr_dt
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 09:07 PM
02-25-2002 09:07 PM
Re: Screen Hang After Logon Using X-Windows (Reflection)
Go to comand line login and(options>command line login>)at CDE login screen,
1)
Check the permissions of the file /etc/hosts and /etc/copyright. Permissions for these two files should be set to atleast readable by every one using the commands.
chmod o+r /etc/hosts
chmod o+r /etc/copyright
If root itself is not able to login successfully in CDE,
2)
There may be a IP clash in your network.
There may another node or system in your network using the IP address of your system.
To find this out, disconnect your system from network and ping the Ip address of your system from some other system in network. In ideal condition it should not ping if it pings then there is an another system with same IP.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 06:59 AM
02-26-2002 06:59 AM
Re: Screen Hang After Logon Using X-Windows (Reflection)
1)check dr_dt
2)Look at /var/dt/Xerrors
$HOME/.dt/startlog $HOME/.dt/errorlog
Post any error messages
3)Check the syslog
4)Check that rpcbind is running
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:29 AM
02-26-2002 07:29 AM
Re: Screen Hang After Logon Using X-Windows (Reflection)
If you're connecting to server A with client B, perform fully qualified forward and reverse look-ups of server A and client B on server A.
Odds are you'll find you need to tweak /etc/hosts or /etc/resolv.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 10:00 PM
02-26-2002 10:00 PM
Re: Screen Hang After Logon Using X-Windows (Reflection)
This machine can be ever used before from anywhere else in the system, and when it's has this problem occurred (I don't sure the time) everyone including
The things that I can do for this time is:
(1) I can telnet to the hosts (Command Line)
(2) Open the Reflection and then issue command, export DISPLAY=w.x.y.z:0.0. After that I can use the X
But many of my applications need to connect via Reflection. Anyway I'm now investigating the problem from the output of
I will waiting for the solution from all of you, and will notify back if I have found some of other solution for this problem.
Thanks for your help,
Hope this problem will be solve nearly soon.
SK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:25 AM
02-27-2002 12:25 AM
Re: Screen Hang After Logon Using X-Windows (Reflection)
rpcbind is started by /sbin/init.d/nfs.core
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 12:44 AM
02-27-2002 12:44 AM
Re: Screen Hang After Logon Using X-Windows (Reflection)
Would you like to show us the dr_dt output?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 09:44 PM
02-28-2002 09:44 PM
Re: Screen Hang After Logon Using X-Windows (Reflection)
The problem about the X has been solved already, and the cause of the problem comes from
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
Is there are any other way that I can start
Any I will start the
I would like to say thank you for "Steven Sim Kok Leong", your recommended command (dr_dt) is useful and it give me alot of information.
Again very thanks to "Alex Glennie" your recommendation help me so much.
Anyway thanks everyone for your help and recommendation.
SK