- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS shared mount point "ll " "ls" long wait
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
08-24-2007 05:30 AM
08-24-2007 05:30 AM
There is a NFS shared mount point /repout on our rp4440 client server. The NFS server is a openvms box. Today, when I run ll and ls on /repout, LONG WAIT. Avg, I need took 3 min waiting, the file content could be listed. Openvms admin had checked ,there is no problems on its side. I have checked rp4440 box disk i/o and other parameters of performance, it was no different?
What's going on?
BTW,
I could not umount the NFS shared mount point, erro msg "Device busy"
How to fix it?
Any answers will be very appreaciate!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 06:49 AM
08-24-2007 06:49 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 06:54 AM
08-24-2007 06:54 AM
Re: NFS shared mount point "ll " "ls" long wait
After I run " fuser -cku /repout ", I could umount the NFS mount point /repout.
But after I re-mount it again, it is still LONG WAIT 3 min when i run ll /repout.
-Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:00 AM
08-24-2007 07:00 AM
Re: NFS shared mount point "ll " "ls" long wait
run ll on the nfs directory and on a second window do top to see
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:01 AM
08-24-2007 07:01 AM
Re: NFS shared mount point "ll " "ls" long wait
If these don't help then it's time to use nfssat -c.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:12 AM
08-24-2007 07:12 AM
Re: NFS shared mount point "ll " "ls" long wait
I'm so so sorry about it. As you know, you and SEP have the same top level: 2-star Olympian, the graphic same.
Would you please tell me how to check the duplex setting on HP-UX, I just know how to check and tuning on redhat Linux:
# ethtool eth0
#ethtool -s eth0 speed 100 duplex full autoneg off
#mii-tool -F 100baseTx-FD eth1
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:13 AM
08-24-2007 07:13 AM
Re: NFS shared mount point "ll " "ls" long wait
See you again.
Yes, the CPU usage is the top one when I run ll /repout, details are as follows:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.04 0.0% 0.0% 1.7% 98.3% 0.0% 0.0% 0.0% 0.0%
1 0.00 0.9% 0.0% 1.3% 97.8% 0.0% 0.0% 0.0% 0.0%
2 0.01 2.4% 0.2% 1.3% 96.1% 0.0% 0.0% 0.0% 0.0%
3 0.08 1.5% 0.0% 2.0% 96.5% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.03 1.3% 0.0% 1.5% 97.2% 0.0% 0.0% 0.0% 0.0%
Memory: 8923288K (5684640K) real, 9909344K (6447340K) virtual, 1519596K free Page# 1/14
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
0 pts/ta 25679 root 154 20 2980K 1312K sleep 0:01 1.59 1.57 ll
3 ? 1874 root 152 20 270M 51532K run 762:14 1.05 1.05 java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:18 AM
08-24-2007 07:18 AM
Re: NFS shared mount point "ll " "ls" long wait
You can also get an idea of a network problem by FTP'ing from one of these boxes to the other. Transfer a 1MB file or so; is the transfer rate about half of the raw network speed? (e.g. a 100Mbit/sec connection should be able to get or put about 5-6MByte/sec.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:21 AM
08-24-2007 07:21 AM
Re: NFS shared mount point "ll " "ls" long wait
I'll check them accourding as you suggestions.
BTW,
Although "ll /repout" long wait but after 3 min, all the files could be list well.
-Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:32 AM
08-24-2007 07:32 AM
Re: NFS shared mount point "ll " "ls" long wait
check the duplex setting you have
if they are not set properly they could cause the issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 07:34 AM
08-24-2007 07:34 AM
Re: NFS shared mount point "ll " "ls" long wait
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 08:40 AM
08-24-2007 08:40 AM
Re: NFS shared mount point "ll " "ls" long wait
Below are the duplex and speed setting informations of HP-UX client and OpenVms server:
HP-UX:
======
#lanadmin -x 0
Speed = 100 Full-Duplex.
Autonegotiation = Off.
OpenVMS:
========
Device Characteristics EWB0:
Value Characteristic
----- --------------
Normal Controller mode
External Internal loopback mode
CSMA/CD Communication medium
64 Minimum receive buffers
128 Maximum receive buffers
Yes Full duplex enable
Yes Full duplex operational
TwistedPair Line media
100 Line speed (megabits/second)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 08:46 AM
08-24-2007 08:46 AM
Re: NFS shared mount point "ll " "ls" long wait
Client nfs:
calls badcalls clgets
3381654 53 3381654
cltoomany
0
Version 2: (3302668 calls)
null getattr setattr
0 0% 2910188 88% 2696 0%
root lookup readlink
0 0% 258212 7% 0 0%
read wrcache write
23245 0% 0 0% 1348 0%
create remove rename
1349 0% 1239 0% 1 0%
link symlink mkdir
0 0% 0 0% 0 0%
rmdir readdir statfs
0 0% 55125 1% 49265 1%
Version 3: (78986 calls)
null getattr setattr
0 0% 10395 13% 107 0%
lookup access readlink
676 0% 358 0% 84 0%
read write create
3 0% 54446 68% 112 0%
mkdir symlink mknod
24 0% 29 0% 0 0%
remove rmdir rename
15 0% 0 0% 0 0%
link readdir readdir+
0 0% 0 0% 270 0%
fsstat fsinfo pathconf
12099 15% 29 0% 4 0%
commit
335 0%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 08:53 AM
08-24-2007 08:53 AM
Re: NFS shared mount point "ll " "ls" long wait
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 09:01 AM
08-24-2007 09:01 AM
Re: NFS shared mount point "ll " "ls" long wait
Thanks for your fast reply, one more quesiton: How to check the duplex setting of corresponding switch port?
thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 09:08 AM
08-24-2007 09:08 AM
Re: NFS shared mount point "ll " "ls" long wait
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 09:11 AM
08-24-2007 09:11 AM