2

I'm using Omnios (Unix) and i want to log everything about nfs.

I have some VM on my NFS share and sometimes connection brokes 3-5 second. I can not find a reason for that on dmesg or syslog. I can watch SMB logs from "dmesg" but nfs logs not writing there.

I think i need to open my logs someway. Any help works. Ty.

Morphinz
  • 409
  • 7
  • 18

2 Answers2

0

On "linux" before journald was syslog / syslog-ng which was setup in /etc/syslog.conf by setting the facility.severity filter to a /var/log/filepath. You could have that on unix...

Michael D.
  • 2,820
  • 16
  • 24
0

OmniOs is solaris not linux

nfs logging needs to be set in the share command:

share -F nfs -ro,log=global /export/ftp

source: Oracle

Stuart Cardall
  • 1,876
  • 1
  • 14
  • 15