search for: nfsv3

Displaying 20 results from an estimated 242 matches for "nfsv3".

Did you mean: nfsv4
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i''m trying to use the nfsv3 provider on S10U6, with the following simple script: #! /usr/sbin/dtrace -s #pragma D option quiet nfsv3:::op-read-start { printf("%s\n", args[1]->noi_curpath); } however, when running it, i get the following error: dtrace: failed to compile script ./nfs2.d: line 5: failed to...
2011 Jun 09
1
NFS problem
Hi, I got the same problem as Juergen, My volume is a simple replicated volume with 2 host and GlusterFS 3.2.0 Volume Name: poolsave Type: Replicate Status: Started Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: ylal2950:/soft/gluster-data Brick2: ylal2960:/soft/gluster-data Options Reconfigured: diagnostics.brick-log-level: DEBUG network.ping-timeout: 20 performance.cache-size: 512MB
2012 Mar 27
0
Using NFSv3 and NFSv4 at the same time with CentOS6
Hi all, I have two centos6.2 servers acting as a nfs servers (nfsv3 for now). Due to some security requeriments, I need to share some folders using nfsv4 (with kerberos auth), but I have a doubt. Is it possible to serve shared folters using nfsv3 and nfsv4 (with kerberos auth) at the same time in the same server with centos6?? Nfsv3 is used to serve storage for t...
2009 Feb 13
4
Running Xen over NFSv3
Does anyone, is anyone running Xen on NFSv3 successfully? What are some of your pain points/success points? Have you tried a clustered file system with better results such as DRBD or GFS? TIV, Matt _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Nov 06
7
Status of DTrace NFSv3/v4 client providers
We recently had a strange NFS performance anomaly between a V880 running snv_124 and two NetApp filers. To investigate, a DTrace NFSv4 (and eventually NFSv3) client provider would been extremely helpful. Unfortunately, all I could find were a request for code review of a v3 client provider and another request for help developing a v4 provider. Nothing seems to have come from those initiatives, though. Any updates? Thanks. Rainer -------------------...
2011 Jul 20
2
CentOS 6 PXE boot: Unable to download the kickstart file
...; >> Is CentOS 6 assuming NFSv4 by default perhaps? > > According to the RHEL 6.0 Release Notes it is: > > "Mounting a file system via NFS now defaults to NFSv4." Yes, this sounds like the correct explanation! Our RHEL5.6 PXE/TFTP/NFS server is certainly configured for NFSv3. I haven't explored the NFSv4 approach though. How can we tweak the CentOS6 Kickstart installation to explicitly request an NFSv3 service in the PXE config file: kernel CentOS-6-i386/vmlinuz append load_ramdisk=1 initrd=CentOS-6-i386/initrd.img network ks=nfs:130.226.86.4:/u/rpm/k...
2010 Jun 18
0
NFSv3 provider
Hi, I am new to Dtrace. I am trying to run nfsv3rwsnoop.d script found on nfsv3 provider wiki page. I received following error: # ./nfsv3rwsnoop.d dtrace: failed to compile script ./nfsv3rwsnoop.d: line 12: failed to grab process 3 Line 12 is "nfsv3:::op-read-start" To use nfsv3 provider, do I need to install some additional package...
2006 Apr 06
0
NFSv3 and File operation scripts
Howdy, I wrote a pair of scripts to measure file and NFSv3 operations, and thought I would share them with the folks on the list. You can view the script output by pointing your browser at the following URLs: Per Process NFSv3 Client statistics (inspired by fsstat/nfsstat): http://daemons.net/~matty/code/nfsclientstats.pl.txt Per Process File Operati...
2008 Sep 18
0
CentOS automount 99% CPU utilization -- NFSv3 vs NFSv4?
I have several CentOS 5.2 workstations in a Sun Solaris NIS domain and Solaris NFS servers (all Solaris 8). Frequently the auto mounter hangs with very high utilization -- I think it might be due to the Solaris 8 servers only using NFSv3 and the CentOS wanting to use NFSv4. How can I set the system to use NFSv3 globally, even for auto mount maps from my ancient Solaris NIS domain (which I wold like to upgrade, but that's another story...) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:...
2006 Feb 16
1
smb/cifs or nfsv3: which is "cheaper"
...a gigabit LAN to another Fedora Core 4 (or 5) workstation using xine which will then output video to the projector in my living room. I am not asking to start a competition or war on the list. My question is, which is "cheaper" both in terms of processing power and network overhead: nfsv3 or smbfs or cifs? I'll also take information on nfsv4, though that is not my current setup. I use Samba for tons of Linux <--> Windows things, but since this is a Linux <--> Linux thing, I wasn't sure which way to go in order to minimize the use of the new processor and min...
2006 Oct 31
0
6344186 NFSv3 needs to support .zfs (like NFSv4 already does)
Author: thurlow Repository: /hg/zfs-crypto/gate Revision: 1713bd2d1b7b2466298721235c1f98e4e01b0be8 Log message: 6344186 NFSv3 needs to support .zfs (like NFSv4 already does) Files: update: usr/src/cmd/fs.d/nfs/mountd/mountd.c update: usr/src/cmd/fs.d/nfs/mountd/mountd.h update: usr/src/cmd/fs.d/nfs/nfslog/fhtab.h update: usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c update: usr/src/lib/libc/port/sys/nfssys.c update: usr...
2015 Jul 09
3
NFSv4 delegation
...box format, no issues > >up to now (Debian Wheezy mainline kernel) > > Good to know, let me know what will be when the load will grow. > > >>When we switch to netapp and nfsv4 we had many problems (lock problems > >>and instability) and we had to go immediately to NFSv3. I don't know if > >>was a netapp problem or nfs client (Debian with 2.6 kernel), now we are > >>using Centos 6 as NFS client and we should re-try to mount mailbox as nfsv4. > > > >when you've had problems, the "delegation feature" was active on Netap...
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
2015 Jun 12
2
NFSv4 delegation
......] > Have you already try to run NFSv4? it's in place on a (very) small sample of mailboxes in dbox format, no issues up to now (Debian Wheezy mainline kernel) > When we switch to netapp and nfsv4 we had many problems (lock problems > and instability) and we had to go immediately to NFSv3. I don't know if > was a netapp problem or nfs client (Debian with 2.6 kernel), now we are > using Centos 6 as NFS client and we should re-try to mount mailbox as nfsv4. when you've had problems, the "delegation feature" was active on Netapp filers? (AFAIK it is disabled by...
2013 Feb 14
1
NFS resources, how to check version
...ts version, for example, by tcpduming and then I can see in wireshark lines like: Network File System Program Version: 4 V4 Procedure: COMPOUND.... .... is there any easier way to check its version? I see there is nfsstat -e option which shows delegs and locks. But all other ones are combined with nfsv3 I guess (On Ubuntu there are separate lines: v3 and v4) and on the client side, is it possible to check which version is exported or mounted? something like % showmount -e nfsserver Is forcing mount to use nfsv4 100% sure? (mount -t nfs -o nfsv4 ....) and btw. Is forcing mount to use -sec=krb5 (...
2015 Jun 11
2
NFSv4 delegation
hi all, i'm managing a large installation of a dovecot cluster in director + NFS backend architecture and we are moving from NFSv3 to NFSv4. Our NFS server is a Netapp in clustered mode and reading technical specs of NFSv4 delegation feature it seems that enabling delegation in this type of dovecot architecture should bring great benefits: only one backend server access a specific mailbox at a time (even deliveries are managed...
2006 May 06
1
NFSv4 support in nfsmount
Hi everybody and thanks to those persons who make klibc being possible. I am booting a lessdisks system from a server. I have got it in NFSv3 but I would like use the features of NFSv4. I am using initramfs-tools so I have in my initrd.img the utility nfsmount wich make possible booting in NFSv3. I would like know if exists some version of nfsmount or some patch or, if does not, some program (a small one) I could use instead it to boot i...
2013 Sep 06
1
rsync 3.0.9 hangs when syncing from NFSv3 share - possible to retry after timeout?
Hello, I'm using rsync 3.0.9 to backup several NFS shares from a fileserver, mounted over NFSv3, to a local RAID on a backup server. Both servers are running Ubuntu 12.04 server LTS. The fileserver's filesystem is ext4. The NFS shares are mounted on the backup server as follows: fileserver:/mnt/storage/share1 /mnt/share1 type nfs (ro,tcp,bg,soft,intr,addr=192.168.1.1) fileserver:/mnt/stor...
2010 Apr 10
3
nfs-alpha feedback
...28K count=10000 10000+0 records in 10000+0 records out 1310720000 bytes (1.3 GB) copied, 18.9837 seconds, 69.0 MB/s dd if=/dev/zero of=garb bs=256k count=64000 My server freezes. Here is the recent nfs log when the server froze: [2010-04-09 23:37:33] D [nfs3-helpers.c:2114:nfs3_log_rw_call] nfs-nfsv3: XID: 6f68c85f, WRITE: args: FH: hashcount 2, xlid 0, gen 5458285267163021319, ino 11856898, offset: 1129578496, count: 65536, UNSTABLE [2010-04-09 23:37:33] D [rpcsvc.c:1790:rpcsvc_request_create] rpc-service: RPC XID: 7068c85f, Ver: 2, Program: 100003, ProgVers: 3, Proc: 7 [2010-04-09 23:37:33]...
2012 Mar 06
3
Samba to share NFSv4 + ACL mounted filesystems on NetApp storage
...to know if a current fix or workaround is at all possible. Our setup is a NetApp filer serving NFS v4 that is mounted by Solaris and Linux servers. On those servers we are using Samba to create shares of those NFSv4 mounted filesystems. We are migrating to this NFSv4 setup from an existing Solaris NFSv3+Posix ACL setup that also had Samba shares on top of the NFSv3+ACL mounts. In our setup, we are relying on NFSv4 ACL inheritance. Here's an example of an ACL on a file (as created by a touch command): root at system # ls -lVd test_sneppef.txt -rw-r--r--+ 1 root root 0 Mar 6 13...