- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- all commands hang on file
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
03-03-2005 08:27 AM
03-03-2005 08:27 AM
Environment:
- several L3000 servers running HP-UX 11.11
- Veritas VCS (for sharing file system)
Problem: one of the files for a custom application was updated recently. It is some input file to a process engine. Any time we try and run a command against this file it hangs and the terminal you are on locks up. We have tried 'cp, cat, file, rm, strings, mv, etc' and they all exhibit this problem. This file is one of many in the VCS shared file system. This problem happens with this particular file on all servers in the cluster.
My last attempt I used tusc and it ran along for a second until it tried a 'stat64' on the file. At that point it locked up again.
Any ideas?
Note: the file isn't very large (maybe 4k). ('ls -l' does work on it).
Thanks,
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 08:34 AM
03-03-2005 08:34 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 08:37 AM
03-03-2005 08:37 AM
Re: all commands hang on file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 08:46 AM
03-03-2005 08:46 AM
Re: all commands hang on file
Any messages in vcs log file?? in dmesg, in syslog.log?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 08:51 AM
03-03-2005 08:51 AM
Re: all commands hang on file
Try to exclude a disk problem.
# dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 01:49 PM
03-04-2005 01:49 PM
Re: all commands hang on file
I believe A. Clay had it. Unfortunately the file system completely hung before we could do much. All the servers in the cluster were bounced and after they came up we had to fsck the file system. Once that was done we were back in business.
RAC, we had actually tried fuser and that hung. We never got a chance to try the lsof.
Robert-Jan, all the disks were okay.
Thanks again,
David