Monday 13 January 2014

Stop unwanted console messages : CLI


Edit /vol/vol0/etc/syslog.conf and modify the line for /dev/console. 

If you comment it out, then no messages are written to the console. 
Or you can specify the minimum severity of messages written to the console. 
For example,  *.warning shows warnings and above, which excludes "info" 
and "notice" level messages. 

You should leave the configuration for /etc/messages alone since 
netapp autosupport reads that file.


ssh <filer_name> rdfile /vol/vol0/etc/syslog.conf


*.info /etc/messages

In the above example, I have updated the syslog.conf and the output is as above.


No comments:

Post a Comment

Featured post

Netapp monitoring solution from scratch

I created a netapp monitoring solution on a UNIX machine... and have uploaded the static files to a free php server for so that you under...