11-14-2014 10:08 AM
### NFS Server Configuration ###
nfs.enabled=true
# NodeMonitor to update cache of NFS server on nodes renaming and deleting not through NFS protocol
nfs.nodeMonitor.enabled=${nfs.enabled}
# Mount/NFS server ports, 0 will allocate next available port
nfs.mountServerPort=2250
nfs.nfsServerPort=2249
nfs.user.mappings=admin,nfs
nfs.user.mappings.value.admin.uid=0
nfs.user.mappings.value.admin.gid=0
nfs.user.mappings.value.nfs.uid=502
nfs.user.mappings.value.nfs.gid=502
# RPC registration port, 0 will allocate next available port
# Some portmapper/rpcbind services require a privileged port to be used
nfs.rpcRegisterPort=0
# To disable NFS and mount server registering with a portmapper set nfs.portMapperPort to -1
nfs.portMapperPort=1111
# Enable the builtin portmapper service
nfs.portMapperEnabled=true
# NFS session debug flags (also enable org.alfresco.fileserver=debug logging level)
# Comma delimeted list of levels :-
# RXDATA, TXDATA, DUMPDATA, SEARCH, INFO, FILE, FILEIO, ERROR, TIMING, DIRECTORY, SESSION
nfs.sessionDebug=RXDATA, TXDATA, DUMPDATA, SEARCH, INFO, FILE, FILEIO, ERROR, TIMING, DIRECTORY, SESSION
nfs.mountServerDebug=true
[root@dms ~]# mount -t nfs -vvv -o port=2249,mountport=2250,proto=tcp 192.168.27.58:/alfresco /mnt/temp
mount: fstab path: "/etc/fstab"
mount: mtab path: "/etc/mtab"
mount: lock path: "/etc/mtab~"
mount: temp path: "/etc/mtab.tmp"
mount: UID: 0
mount: eUID: 0
mount: spec: "192.168.27.58:/alfresco"
mount: node: "/mnt/temp"
mount: types: "nfs"
mount: opts: "port=2249,mountport=2250,proto=tcp"
mount: external mount: argv[0] = "/sbin/mount.nfs"
mount: external mount: argv[1] = "192.168.27.58:/alfresco"
mount: external mount: argv[2] = "/mnt/temp"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw,port=2249,mountport=2250,proto=tcp"
mount.nfs: timeout set for Fri Nov 14 16:03:15 2014
mount.nfs: trying text-based options 'port=2249,mountport=2250,proto=tcp,vers=4,addr=192.168.27.58,clientaddr=192.168.27.58'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'port=2249,mountport=2250,proto=tcp,addr=192.168.27.58'
mount.nfs: mount(2): Input/output error
mount.nfs: mount system call failed
15:55:02,888 DEBUG [org.alfresco.fileserver] NFS Req=[T192.168.27.58:813-Call,XID=0xf7fb3b03,RpcVer=2,ProgId=100003,ProgVer=4,Proc=0,CredType=0,CredLen=0,VerfType0,VerfLen=0,ParamLen=4,Pool]
15:55:02,894 DEBUG [org.alfresco.nfs.protocol.auth] RpcAuth: Type=Unix uid=0, gid=0
11-26-2014 02:12 AM
02-06-2015 10:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.