search for: rpcnfsdarg

Displaying 11 results from an estimated 11 matches for "rpcnfsdarg".

Did you mean: rpcnfsdargs
2012 Oct 24
2
Why portmap is needed for NFSv4 in CentOS6
...DOPTS="" # # # Optional arguments passed to in-kernel lockd #LOCKDARG= # TCP port rpc.lockd should listen on. #LOCKD_TCPPORT=32803 # UDP port rpc.lockd should listen on. #LOCKD_UDPPORT=32769 # # # Optional arguments passed to rpc.nfsd. See rpc.nfsd(8) # Turn off v2 and v3 protocol support RPCNFSDARGS="-N 2 -N 3" # Turn off v4 protocol support #RPCNFSDARGS="-N 4" # Number of nfs server processes to be started. # The default is 8. #RPCNFSDCOUNT=8 # Stop the nfsd module from being pre-loaded #NFSD_MODULE="noload" # Set V4 grace period in seconds #NFSD_V4_GRACE=90 # #...
2010 Apr 21
3
Help with NFSV4 server
...ADOPTS="" # # Optional arguments passed to in-kernel lockd #LOCKDARG= # TCP port rpc.lockd should listen on. #LOCKD_TCPPORT=32803 # UDP port rpc.lockd should listen on. #LOCKD_UDPPORT=32769 # # # Optional arguments passed to rpc.nfsd. See rpc.nfsd(8) # Turn off v2 and v3 protocol support #RPCNFSDARGS="-N 2 -N 3" # Turn off v4 protocol support #RPCNFSDARGS="-N 4" # Number of nfs server processes to be started. # The default is 8. #RPCNFSDCOUNT=8 # Stop the nfsd module from being pre-loaded #NFSD_MODULE="noload" # # # Optional arguments passed to rpc.mountd. See rpc...
2007 Dec 07
2
rpc.idmapd error after upgrade to 5.1
...oot root 4096 Dec 7 11:24 v4recovery -rw-r--r-- 1 root root 0 Nov 12 07:37 xtab My settings for /etc/sysconfig/nfs: SECURE_NFS="no" SECURE_NFS_MODS="noload" RPCMTAB="noload" RPCNFSDCOUNT=32 RPCNFSDPRIORITY=16 RPCMOUNTDOPTS="--nfs-version 4" RPCNFSDARGS="--port 2049 --no-nfs-version 3 --no-nfs-version 2" #RPCGSSDARGS="-vvv" #RPCSVCGSSDARGS="-vvv" MOUNTD_NFS_V2="no" MOUNTD_NFS_V3="no" regards Olaf
2010 Jan 25
2
Too much cpu wait on nfs server when we need to read data on it
...75 18 0 0 0 112 9980 7196 1878816 0 0 1360 20 1840 1743 0 1 83 15 0 0 15 112 9168 7196 1879580 0 0 768 0 1423 728 0 1 91 9 0 0 0 112 10756 7200 1877752 0 0 4068 32 2788 4225 0 4 70 26 0 I have tuned nfs server with this option : RPCNFSDARGS="-N 2" RPCNFSDARGS="-N 4" MOUNTD_NFS_V3="yes" RPCNFSDCOUNT=160 about the file system, i use ext4 on LVM partition. Do you have any idea about that. Fabien FAYE RHCE www.generationip.com Free network tools & HOWTO for centos and Redhat
2018 Nov 06
1
Again NFSv4 and Kerberos at the 'samba way'...
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > Im not really sure here. Seems that nfs-config crate the file correctly: root at vdmpp1:/srv# cat /run/sysconfig/nfs-utils PIPEFS_MOUNTPOINT=/run/rpc_pipefs RPCNFSDARGS=" 8" RPCMOUNTDARGS="--manage-gids" STATDARGS="" RPCSVCGSSDARGS="-vvvvv -n" but the nfs(s) systemd unit file misses the 'EnvironmentFile=' directive: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile= Seems tim...
2018 Nov 06
0
Again NFSv4 and Kerberos at the 'samba way'...
...e is called for server and client nfs. That one usese /lib/systemd/system/nfs-config.service ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh And the script executes. nfs_config=/etc/sysconfig/nfs << does not exist. mkdir -p /run/sysconfig { echo PIPEFS_MOUNTPOINT=/run/rpc_pipefs echo RPCNFSDARGS=\"$RPCNFSDOPTS ${RPCNFSDCOUNT:-8}\" echo RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\" echo STATDARGS=\"$STATDOPTS\" echo RPCSVCGSSDARGS=\"$RPCSVCGSSDOPTS\" } > /run/sysconfig/nfs-utils Im thinking.. Should nfs_config= not be /run/sysconfig/nfs-utils ? Im not rea...
2014 Jan 19
1
How to configure MacVtap passthrough mode to SR-IOV VF?
...s (FCOE/ISCSI/NFS). For this write-up use nfs. Configure NFS:  Create a directory on nfs.vtt.priv where you want your storage to be. In this case used /home/vmstorage  Edit /etc/exports and add the following /home/vmstorage 172.0.0.0/1(rw,no_root_squash,sync)  Now to /etc/sysconfig/nfs Uncomment RPCNFSDARGS=”-N 4” This will disable nfs v4. If you don’t do this you will have issues with not being able to access the share from within VirtManager.  Add all three machines ip addresses to each machines /hosts file. MIGRATION WILL NOT WORK WITHOUT FULLY QUALIFIED DOMAIN NAMES. KVM: On both HV1, and HV2 se...
2012 Dec 21
2
NFSv4 on CentOS 5.5
Hi, What is the magic juju that I have to put in /etc/sysconfig/autofs to get autofs to default to using NFSv4, rather than NFSv3, for mounting file systems? I don't want to place these flags into the automount maps themselves because we have a varied network with Sun, CentOS, RedHat and Macintosh systems, and the flags that have to get added to automount maps (which we distribute centrally
2009 Dec 02
1
Kerberos + NFSv4 difficulties
...- (Performed on NFS server) 8) Verified all relevant nfs services were stopped - (Performed on NFS server) 9) Uncommented and made the following changes to /etc/sysconfig/nfs - (Performed on NFS server) a. MOUNTD_NFS_V1="no" b. MOUNTD_NFS_V2="no" c. RPCNFSDARGS="-N 2 -N 3 -U" d. SECURE_NFS = "yes" 10) /etc/init.d/portmap start; /etc/init.d/rpcidmapd start; /etc/init.d/nfs start - (Performed on NFS server) 11) And I receive the following output when the nfs service starts: a. Starting RPC svcgssd: FAILED b. Starti...
2018 Oct 31
12
Again NFSv4 and Kerberos at the 'samba way'...
Hai Marco, > > Mandi! L.P.H. van Belle via samba > In chel di` si favelave... > > > Sofar, until tomorrow, > > Done some tests, metoo. > > 1) seems that nfs-common is disabled 'by design'. Looking at debian > changelog: > > nfs-utils (1:1.2.8-9.1) unstable; urgency=medium > > Partial sync from ubuntu, included changes: > >
2011 Jan 04
9
Netinstall & NFS using local server.
Dear CentOS community, I have install centos via CD, DVD and Directly off the net via http and FTP. Now I want to do a NFS install from a local server and a client. Both, client and server are in the same vlan 10.14.10.0/255.255.255.0. The server has a static 10.14.10.15 address and the client gets its own address via DHCP. I download the DVD image from one of the mirrors and placed it under