Hello ,
I have problems with nfs server .
Server running 8.0 with ZFS , nfs shares located on zfs volumes.
server role is NAS for vmware esx and as backup place for oracle databases.During oracle backup server may hang up without any message...Also i noticed that on 8.0 there only 1 process for nfs server
Oracle running on SuSe linux
nfs share mounted as described in oracle documentation
here is nfs server rc.conf
How is possible increase nfs server daemons ?
Server hardware is xeon 3070 with 8 GB ram , its HP DL320s box
Any suggestions more that welcome ...
I have problems with nfs server .
Server running 8.0 with ZFS , nfs shares located on zfs volumes.
server role is NAS for vmware esx and as backup place for oracle databases.During oracle backup server may hang up without any message...Also i noticed that on 8.0 there only 1 process for nfs server
Code:
nfs# ps -aux | grep nfs
root 1018 0.0 0.0 4772 1500 ?? Is 10:22AM 0:00.03 nfsd: master (nfsd)
root 1019 0.0 0.0 4772 1524 ?? S 10:22AM 13:00.15 nfsd: server (nfsd)
root 1508 0.0 0.0 8060 1384 0 S+ 12:05PM 0:00.00 grep nfs
nfs share mounted as described in oracle documentation
Code:
rw,bg,hard,nointr,tcp,timeo=300,rsize=32768,wsize=32768
Code:
rpc_statd_enable="YES"
rpc_lockd_enable="YES"
rpcbind_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 20"
mountd_flags="-r"
Server hardware is xeon 3070 with 8 GB ram , its HP DL320s box
Any suggestions more that welcome ...