Linux Log All SCSI Events To Syslog

by on January 4, 2010 · 0 comments· last updated at July 4, 2011

How can I log all SCSI events to syslog system under CentOS or Fedora or RHEL or Red hat Linux operating systems?

If you need scsi logging, use /proc/sys/dev/scsi/logging_level kernel variable. Set it as follows:

  • -1 - Enable scsi events to syslog.
  • 0 - Disable scsi events to syslog.

Turn it on, enter:

 /proc/sys/dev/scsi/logging_lev

Please note this will result into large amount of entries in syslog per second. To turn it off, enter:

 /proc/sys/dev/scsi/logging_lev

I strongly suggest that you setup syslog to log to an external syslog server on your LAN for performance reasons.



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , ,

Previous Faq:

Next Faq: