On 6/18/05, Lance A. Brown <[EMAIL PROTECTED]> wrote: > Blackburn, Marvin wrote: > > I have several rhel 3.0 servers with vanilla nfs configurations. > > The are mounting from a server that has nfs configured with version 3, > > and tcp. > > > > Is there anyway I can tell what my client connections are using. > > Version, wsize, rsize, timeo etc. > > > > a sampel nfs entry is: > > trunk5:/unixadmin /nfs/nas702g/unixadmin nfs defaults,soft > > 1 2 > > > > trunk5 is a connection to a emc cellera. > > I would like to know what the timeo, wsize, and rsize it is using. > > Running 'mount' with no argument should display the current NFS mounts > and what options they are using. This works, at least on Linux.
This shows what you have mounted on the local machine nfs or not. showmount -a will show which clients have exports from the local machine mounted, but won't show the client mount options. I don't know if getting the options on a remote machine is possilble or not. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
