Displaying 4 results from an estimated 4 matches for "share_nfs".
2010 Jun 17
9
Monitoring filessytem access
When somebody is hammering on the system, I want to be able to detect who''s
doing it, and hopefully even what they''re doing.
I can''t seem to find any way to do that. Any suggestions?
Everything I can find ... iostat, nfsstat, etc ... AFAIK, just show me
performance statistics and so forth. I''m looking for something more
granular. Either *who* the
2009 Apr 17
4
unable to find any probes from the nfs provider
I want to list/use the nfs probes but I get the error "dtrace: failed to
match nfs*:::: No probe matches description". Is there a way to enable
nfs provider probes? My system is running snv_112 (bfu''ed from the gate
archive)
# dtrace -lP nfs*
ID PROVIDER MODULE FUNCTION NAME
dtrace: failed to match nfs*:::: No probe matches
2005 Nov 20
11
NFS question (and Best Practices)
...nfs v3)
So I guess I''m asking for best practices if we want to export "tank/home" and be able set compression, snapshots, quotas, etc on the zfs''s under that?
Oh, and sorry if this is a dumb question -- just installed solaris and I didn''t see any solutions in share_nfs(1M) and I''m looking to buy a good book now.
This message posted from opensolaris.org
2010 Dec 18
10
a single nfs file system shared out twice with different permissions
I am trying to configure a system where I have two different NFS shares
which point to the same directory. The idea is if you come in via one path,
you will have read-only access and can''t delete any files, if you come in
the 2nd path, then you will have read/write access.
For example, create the read/write nfs share:
zfs create tank/snapshots
zfs set sharenfs=on tank/snapshots
root