- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System hangs when changing directory in CDE
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
09-25-2002 12:48 AM
09-25-2002 12:48 AM
System hangs when changing directory in CDE
- Our OS is HP-UX 11.0
- X-Windows Server is Reflection X Ver. 9.00 on NT 4.0
The CDE works fine, login is ok, but when I change to a specific directory with the file manager (/u01/app/oracle/oradata/nkii8) the systems hangs completely. I have to wait several minutes to get even a terminal connection. There is only one user logged in.
Who has an idea?
Sincerly
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:01 AM
09-25-2002 01:01 AM
Re: System hangs when changing directory in CDE
can be anything, what comes to mind:
- name resolution fails
- nis client, but no server,
- nfs client, but server fails
- full filesystem
Good Luck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:03 AM
09-25-2002 01:03 AM
Re: System hangs when changing directory in CDE
Can you do a "cd" to thid directory from a terminal window and is output from a "ls" command in directory normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:04 AM
09-25-2002 01:04 AM
Re: System hangs when changing directory in CDE
Can you do a "cd" to thid directory from a terminal window and is output from a "ls" command in this directory normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:09 AM
09-25-2002 01:09 AM
Re: System hangs when changing directory in CDE
I think it is a name resolution problem, but where and how do I have to search. I am rather new to this matter.
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:14 AM
09-25-2002 01:14 AM
Re: System hangs when changing directory in CDE
Which name resolution do you use DNS,NIS,NIS+ ?
Have you configured the file /etc/nsswitch.conf ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 01:45 AM
09-25-2002 01:45 AM
Re: System hangs when changing directory in CDE
Are the users we are dealing with using a specific shell or $HOMES nfs mounted ?
The directory/file you are pointing dtfile to : does it have problems if it is renamed to something else or is it using multi-byte characters or similar ?
Have you installed the latest CDE patch ? PHSS_27427 :
Have you checked in syslog.log, /var/dt/Xerrors & $HOME/.dt/errorlogs for clues ?
Was the system clean installed with 11.00 or upgraded from 10.20 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 03:16 AM
09-25-2002 03:16 AM
Re: System hangs when changing directory in CDE
- /var/adm/syslog/syslog.log
- /etc/rc.log
name resolution is checked by nslookup
a system with name server_1 and ipadres 1.2.3.4 should give the same answer from
nslookup 1.2.3.4
nslookup server_1
The configuration files for thsi are /etc/resolv.conf and /etc/nsswitch.conf witch both have a manpage, f.i. man resolv.conf
Goodluck
Donald