![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Final Cut Server: "Unable to launch the application" alert may appear when launching | iBot | OS X Support RSS | 0 | 09-22-2009 09:30 PM |
| Can't locate object method "fetchrow_array" Error | rawat_me01 | Shell Programming and Scripting | 1 | 06-03-2009 10:07 AM |
| Mac OS X 10.5: Active Directory connector uses "macAddress" attribute to locate compu | iBot | OS X Support RSS | 0 | 04-25-2009 10:45 PM |
| Mac OS X 10.5: Software Update stops responding during "Configuring installation" | iBot | OS X Support RSS | 0 | 12-17-2008 11:30 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Locate NFS "not responding still trying" application on client
At times I have unknown applications that hang for long periods of time over and over again after a network glitch. These are sometimes nfs4 but usually nfs3 clients and are always solaris10 systems.
Code:
nfs: [ID 333984 kern.notice] NFS server hostname not responding still trying nfs: [ID 563706 kern.notice] NFS server hostname ok nfs: [ID 333984 kern.notice] NFS server hostname not responding still trying nfs: [ID 563706 kern.notice] NFS server hostname ok I would love to not have to compile nfswatch or similar app, but use dTrace to trap the call down to the pid that is doing this. I really cannot restart the server, umount and mount, or similar. Looking at calls with some of the examples at DTrace Tools aren't so easy. errinfo for example is quite noisy and these filehandle problems are not rapid enough to capture easily it seems. Does anyone know of such a solution? Thank you Last edited by DukeNuke2; 3 Weeks Ago at 09:12 AM.. Reason: please use code tags |
|
|||||
|
Soft mounting of NFS mounts that are to be written can cause problems, hard mounts cause the application concerned to "hang" until it can write rather that carrying on regardless and making a mess of things (by not writing and just complaining instead).
P.S. Try taking a look at lsof which can be obtained ready compiled and packaged from http://sunfreeware.com. |
![]() |
| Bookmarks |
| Tags |
| dtrace, nfs, solaris 10 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|