0

I was reading my logwatch this morning and I've noticed that there are a lot of kernel errors. I'm on CentOS 6 and the machine acts as a web server. Can anyone help me understand what these mean and if I need to take any action?

http://pastebin.com/raw.php?i=RE8sguXD

Fixing these sort of errors is not normally part of my job and as such I have virtually no experience with things like this. I'm particularly worried that the read and write errors may be indicating a disk has failed? Any help is very appreciated!

Sven
  • 98,649
  • 14
  • 180
  • 226
  • Something is wrong in the I/O subsystem, disk or controller probably.. – NickW Apr 29 '13 at 08:25
  • @NickW Sorry, bit of a noob here, what's a controller? – GhostInTheSecureShell Apr 29 '13 at 08:26
  • Well, you know the disk is connected with a cable to the motherboard, on the motherboard there is usually some dedicated circuitry allowing other parts of the computer to talk to the disks. You probably need to do a proper check of your disks. – NickW Apr 29 '13 at 09:25

1 Answers1

1

Most likely you have either a bad disk, or a bad SCSI controller (which is what the disks connect to). If this is happening on a hardware RAID array, the RAID controller might be bad.

Falcon Momot
  • 25,244
  • 15
  • 63
  • 92