Network and Storage Protocols

Syslog maintenance

shilpa_goel
7,367 Views

Where can I find the syslog log file...If it is there what are the settings I have to go through to enable the creation of syslog and what is its format????

4 REPLIES 4

dominicb
7,367 Views

Syslog file is at /etc/syslog.conf (cifs share will be \\filername\etc$\syslog.conf)

Have a look at this KB, explains how to setup syslog.

https://kb.netapp.com/support/index?page=content&id=1010374

or do you mean the messages file?

You might want to have a look at /etc/messages if you are after a general record of what the filer has been up to recently.

SACHIN_CHOUDHARY
7,367 Views

In our environment ,we are not able to view the latest syslog messages as well  ie : cant view messages ,however can easily view messages.0 nad messages.1 files ..

syedfaisal
7,367 Views

try following:

rdfile /vol/vol0/etc/messages

you have to give path to the message file, if multiple vfilers running then replace vol0 with the path to the vfiler root.

dominicb
7,367 Views

You are using back slashes: rdfile \etc\messages

You need to use forward slashes: rdfile /etc/messages

Public