Sponsored Content
Operating Systems Solaris NFS anche Cache on Solaris 10 Client Post 302832749 by jlliagre on Monday 15th of July 2013 03:48:42 PM
Old 07-15-2013
NFS uses the regular Solaris page and buffer caches pretty much like UFS. It is as large as it needs and uses RAM reported as free and available to processes. Parts of metadata are also cached in an NFS specific memory area.

Last edited by jlliagre; 07-16-2013 at 04:53 AM.. Reason: typo
 

10 More Discussions You Might Find Interesting

1. Linux

NFS Server FC7 Solaris client problems!

Hi, my problem is that I am not able to grand the nfs directory on a Fedora 7 server to a standard solaris client. I always got the messages no permission. Important: No change on the client (Solaris) is possible! So I am not able to change the NFS Version on the client side to force the... (3 Replies)
Discussion started by: joerg
3 Replies

2. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

3. HP-UX

Create NFS Client

I have found numerous articles on creating share on HPUX 11.1 (data source prepared for export) but I did not find from client's perspective what to do? I have a shared dir (all NFS ready full permissions) that I would like to access from a HP server what I need to do on this HPUX to be able to... (5 Replies)
Discussion started by: rsheikh01
5 Replies

4. Solaris

Can't access NFS Share on Solaris Server from a Linux Client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. & then ran the following On the client machine, while running the mount command, I am... (0 Replies)
Discussion started by: SunilB2011
0 Replies

5. Red Hat

Unable to access NFS share on Solaris Server from Linux client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. share -F nfs -o rw /var/share & then ran the following svcadm -v enable -r... (3 Replies)
Discussion started by: SunilB2011
3 Replies

6. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

7. Red Hat

NFS client

Dear All , I have a NFS Server A and NFS client B. I have mounted the respective volume in NFS client. Now I wanted to make this volume as a NFS Server to another machine . Is this possible in Linux. Rgds Jegan R (3 Replies)
Discussion started by: jegaraman
3 Replies

8. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

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

9. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 Replies

10. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies
NFSSTAT(1)						    BSD General Commands Manual 						NFSSTAT(1)

NAME
nfsstat -- display NFS statistics SYNOPSIS
nfsstat [-cseuv] [-w wait] [-n net|user] [-m [mountpath]] DESCRIPTION
nfsstat displays statistics kept about NFS client and server activity, active user activity, exported directories, and mount information. In the absence of any options, nfsstat displays NFS client and server statistics. The options are as follows: -c Show NFS client statistics. -e Show NFS server exported directory statistics. -m [mountpath] Show NFS mount information. -s Show NFS server statistics. -u Show NFS server active user statistics. -w wait Display a shorter summary at wait second intervals. -n net|user Show network addresses as numbers, or show users as uid numbers. This option can appear multiple times. -v Show additional information (if available). OUTPUT
The data fields that nfsstat displays for each set of statistics are: Client Information: Statistics for NFS file system mounts. RPC Counts Counts of the RPC calls made to each of the NFS protocol procedures. RPC Info Statistics for NFS RPC calls: TimedOut RPC calls that timed out, perhaps to a slow or dead server. Invalid Invalid RPC replies. X Replies RPC replies received that did not have calls pending. Retries RPC calls that were retried. Requests Total number of RPC calls made. Cache Info Statistics on NFS client-side cache performance: Attr Hits/Misses Performance of the NFS file attribute cache. Lkup Hits/Misses Performance of the directory name lookup cache. BioR Hits/Misses Performance of block cache for reads. BioW Hits/Misses Performance of block cache for writes. BioRL Hits/Misses Performance of symbolic link cache. BioD Hits/Misses Performance of directory cache. DirE Hits/Misses Performance of directory offset cache. Server Information: Statistics for the NFS server. RPC Counts Counts of RPC calls on each of the NFS server's procedures are recorded here. Server Ret-Failed RPC errors returned by the server. Server Faults Errors in the NFS server. Server Cache Stats Statistics from the NFS server's RPC duplicate request cache: Inprog Calls already in progress. Idem Cache hits for idempotent procedures. Non-idem Cache hits for non-idempotent procedures. Misses Cache Misses. Server Write Gathering These statistics describe the efficiency of the NFS server's write gathering feature. WriteOps Write operations to disk. WriteRPC Write operations received by the server. Opsaved Write operations that were gathered (WriteRPC - WriteOps) NFS Server Exported Directory Information: Statistics for each exported directory on the NFS server. NFS Requests Count of NFS requests processed by an exported directory. Bytes Read Count of bytes read from an exported directory. Bytes Written Count of bytes written to an exported directory. NFS Server Active User Information: List of active NFS users and statistics on the NFS server. NFS Requests Count of NFS requests received from an active user. Bytes Read Count of bytes read by an active user. Bytes Written Count of bytes written by an active user. Idle Amount of time an active user has been idle. User Name (or uid if -n user was given) of active user. IP Address Host name (or network address if -n net was given) of client machine. NFS Mount Information: Information about the given NFS mount (or all NFS mounts). The path mounted on and the server:/path that is mounted. Mount arguments originally passed in to the mount. Current mount parameter values and status information. SEE ALSO
netstat(1), iostat(8), mount_nfs(8), nfsd(8) HISTORY
The nfsstat command appears in 4.4BSD. 4.4BSD January 11, 2011 4.4BSD
All times are GMT -4. The time now is 06:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy