- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE hangs intermittantly
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
06-04-2002 03:44 AM
06-04-2002 03:44 AM
CDE hangs intermittantly
I have HP 9000/735 machine with HPUX 10.2
The CDE on this machine just gets stuck up intermittantly.
I have to telnet the machine and kill the process /usr/bin/X11/X :0
After doing this I get the login prompt but loose the earlier data on the screen.
Can anybody tell me what to do ?
Thanks in advance
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:48 AM
06-04-2002 03:48 AM
Re: CDE hangs intermittantly
I'd seriously consider installing HP-UX 11.?. At the very least, you probably need to bring your patch levels up to date.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:51 AM
06-04-2002 03:51 AM
Re: CDE hangs intermittantly
Indeed probably patches
However
/var/dt/Xerrors
$HOME/.dt/errorlog
Do they contain messages.
Xconfig
If not in /etc/dt/config then copy from /usr/dt/config
This file contains timeouts which can be raised for things like NFS
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:56 AM
06-04-2002 03:56 AM
Re: CDE hangs intermittantly
I'd check to see if there are any patches. Update to the current patch bundle or use the custom patch manager.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 04:22 AM
06-04-2002 04:22 AM
Re: CDE hangs intermittantly
#dr_dt and read output, there You can find many suggestions about problkems with CDE
Did You check name resolution:
#hostname
#nslookup hostname
#nslookup host_ip
hope it help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 04:18 AM
06-05-2002 04:18 AM
Re: CDE hangs intermittantly
11.00 may not be appropriate for a 735, depending on the graphics card. 11.00RelNotes in /usr/share/doc have info on graphics cards that went out of support life.
Does the mouse pointer move at all? Can you telnet to the system and do xclock -display :0.0 and see xclock?
If you can, then the Xserver is functional, and it is CDE that is having problems.
Look in /var/dt/Xerrors, $HOME/.dt/errlog and startlog.
Possibly patch CDE
If the pointer DOESN'T move, then it indicates that your Xserver is having problems. Check to see if /usr/bin/X11/X is consuming cpu.
Next step would be to look for Xserver patches.
Stack trace might be able to isolate what defect the Xserver is suffering from.
- touch /core
- chmod 666 /core
Then, when the Xserver is 'stuck', do a kill -6 to the pid of the Xserver.
Look at the stack trace with:
gdb /usr/bin/X11/X /core
(gdb) bt
If you get to this point, you'll probably need to log a support call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 04:30 AM
06-05-2002 04:30 AM
Re: CDE hangs intermittantly
http://www.hp.com/workstations/products/unix/operating/support_matrix/update.html
Pete
Pete