08-07-2009
check the nfs version on both nodes.
nfsstat -a or nfsstat -m <mount point name>
If they differ between the 2 systems, mount them using the same NFS verison and try
mount -F nfs -o vers=3 hostname:directory mountpoint
10 More Discussions You Might Find Interesting
1. Solaris
Hello,
I'm doing a Perl script to parse the dfstab file and find dangerous configurations (rw to everyone, root access, etc). My question is, if I have a share command like this:
share -F nfs -o ro=chrome:copper:zinc,root=chrome /usr/man
it means that the /usr/man is "rw" to everyone... (6 Replies)
Discussion started by: psimoes79
6 Replies
2. Red Hat
I got a problem while creating files on a NFS mounted share in a RHEL box. That is when I create an empty file, this is what appears on the screen
###############################################
E325: ATTENTION
Found a swap file by the name ".test.swp"
owned by: jsmith dated: Tue... (2 Replies)
Discussion started by: rcmrulzz
2 Replies
3. IP Networking
I have one machine "The server" ip: 192.168.1.1, it runs ubu 8.04(LTS) and - I have a folder (/shareme) that I want to share with other linux machines on my LAN.
- The server runs NFS server and common and portmap and so do the other machines on my LAN.
- The server has the export file with the... (2 Replies)
Discussion started by: fcron
2 Replies
4. Web Development
Hi,
I want to mount an NFS Shared folder on Windows XP to vxWorks.
There doesnt seem to be a problem with the sharing.
Now, when i try to mount the directory onto vxWorks (it runs on a Tumbleweed card), using a mount script (.sh), the following is the print i see on Tera Term:
hostAdd... (0 Replies)
Discussion started by: chinmayzen
0 Replies
5. UNIX for Advanced & Expert Users
Here is the scenario...
NFS share that is accessed every few minutes by approx 70 systems (AIX 5.3/6.1). Filesystem space is being eaten up rapidly according to df however du numbers really never change. lsof and fuser cannot see any unlinked files on either the NFS server or remote... (3 Replies)
Discussion started by: masterpengu
3 Replies
6. Red Hat
Hi,
I have an NFS server, i want to mount that nfs share which is having around 500GB to my client system. But my client system doesnt have any free space, is it possible to mount that nfs share in my client.
Regards,
Mastan (1 Reply)
Discussion started by: mastansaheb
1 Replies
7. Red Hat
All,
I re-wrote our scripts to speed-up the compiling time, original time is about 1hrs. now dispatch the sub task to different servers through SSH. Now my question is that:
If dispatch these tasks into the current server, there is no errors during compiling process.
If dispatch these tasks... (0 Replies)
Discussion started by: fduan001
0 Replies
8. UNIX for Dummies Questions & Answers
Hi,
I have created a NFS share in Solaris 10 server1 and mounted it on solaris 10 server 2.But I want to change owner of the files from nobody to a particular user in client.
Which command should I use. I have tried the following but it doesn't allow to change permissions in the server2 as... (0 Replies)
Discussion started by: Rossdba
0 Replies
9. Red Hat
I am having an issue with getting the proper group settings on NFS-shared directories.
NFS server, NFServe, nfs-shares hundreds of project directories...running Solaris 10 latest patches/updates.
SAS server, SAServe, statistical analysis server running on RedHat 7 with latest kernel/patches/etc.... (14 Replies)
Discussion started by: cjhilinski
14 Replies
10. Shell Programming and Scripting
I need a help of good people with effective bash script to mount nfs shared,
By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people.
The scenario as follow:
An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies
LEARN ABOUT DEBIAN
nfsstat
nfsstat(8) System Manager's Manual nfsstat(8)
NAME
nfsstat - list NFS statistics
SYNOPSIS
nfsstat [OPTION]...
DESCRIPTION
The nfsstat displays statistics kept about NFS client and server activity.
OPTIONS
-s, --server
Print only server-side statistics. The default is to print both server and client statistics.
-c, --client
Print only client-side statistics.
-n, --nfs
Print only NFS statistics. The default is to print both NFS and RPC information.
-2 Print only NFS v2 statistics. The default is to only print information about the versions of NFS that have non-zero counts.
-3 Print only NFS v3 statistics. The default is to only print information about the versions of NFS that have non-zero counts.
-4 Print only NFS v4 statistics. The default is to only print information about the versions of NFS that have non-zero counts.
-m, --mounts
Print information about each of the mounted NFS file systems.
If this option is used, all other options are ignored.
-r, --rpc
Print only RPC statistics.
-o facility
Display statistics for the specified facility, which must be one of:
nfs NFS protocol information, split up by RPC call.
rpc General RPC information.
net Network layer statistics, such as the number of received packets, number of TCP connections, etc.
fh Usage information on the server's file handle cache, including the total number of lookups, and the number of hits and
misses.
rc Usage information on the server's request reply cache, including the total number of lookups, and the number of hits and
misses.
all Display all of the above facilities.
-v, --verbose
This is equivalent to -o all.
-l, --list
Print information in list form.
-S, --since file
Instead of printing current statistics, nfsstat imports statistics from file and displays the difference between those and the cur-
rent statistics. Valid input files may be in the form of /proc/net/rpc/nfs (raw client stats), /proc/net/rpc/nfsd (raw server
stats), or saved output from nfsstat itself (client and/or server stats). Any statistics missing from a saved nfsstat output file
are treated as zeroes.
-Z[interval], --sleep=[interval]
Instead of printing current statistics and immediately exiting, nfsstat takes a snapshot of the current statistics and pauses until
it receives SIGINT (typically from Ctrl-C), at which point it takes another snapshot and displays the difference between the two.
If interval is specified, nfsstat will print the number of NFS calls made since the previous report. Stats will be printed repeat-
edly every interval seconds.
EXAMPLES
nfsstat -o all -234
Show all information about all versions of NFS.
nfsstat --verbose -234
Same as above.
nfsstat -o all
Show all information about active versions of NFS.
nfsstat --nfs --server -3
Show statistics for NFS version 3 server.
nfsstat -m
Show information about mounted NFS filesystems.
DISPLAY
The Flags output from the -m option is the same as the flags give to the mount command.
FILES
/proc/net/rpc/nfsd
procfs-based interface to kernel NFS server statistics.
/proc/net/rpc/nfs
procfs-based interface to kernel NFS client statistics.
/proc/mounts
procfs-based interface to the mounted filesystems.
SEE ALSO
rpc.nfsd(8). nfs(5).
BUGS
The default output has been changed. To get the old default output you must run nfsstat --auto -2.
The function of the -v and -a options have changed. The -a option is now reserved for future use. The -v does what the -a option used to
do, and the new -[234] options replace the -v option.
The Display section should be more complete.
Further bugs can be found or reported at http://nfs.sf.net/.
AUTHOR
Olaf Kirch, <okir@suse.de>
7 Aug 2007 nfsstat(8)