I have looked at your logs.. Here are the messages..
Mar 3 15:38:37 rman-ss-03 kernel: sd 1:0:0:0: Done: SUCCESS
Mar 3 15:38:37 rman-ss-03 kernel: 2 sd 1:0:0:0:
Mar 3 15:38:37 rman-ss-03 kernel: command: Synchronize Cache(10): 35 00 00 00 00 00 00 00 00 00
Mar 3 15:38:37 rman-ss-03 kernel: : Current: sense key: Illegal Request
Mar 3 15:38:37 rman-ss-03 kernel:<<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
Mar 3 15:38:37 rman-ss-03 kernel:
Mar 3 15:38:38 rman-ss-03 kernel: sd 1:0:0:0: Done: SUCCESS
Mar 3 15:38:38 rman-ss-03 kernel: 2 sd 1:0:0:0:
Mar 3 15:38:38 rman-ss-03 kernel: command: Synchronize Cache(10): 35 00 00 00 00 00 00 00 00 00
Mar 3 15:38:38 rman-ss-03 kernel: : Current: sense key: Illegal Request
Mar 3 15:38:38 rman-ss-03 kernel:<<vendor>> ASC=0x94 ASCQ=0x1ASC=0x94 ASCQ=0x1
These messages are coming because of Synchronize Cache commands. It
may be related to type of filesystem you are on. Did you have barrier
enabled on your filesystem. I see that these commands are going out
to target on passive paths.. I dont understand that part yet.
Normally scsi device handlers block commands going out passive
paths..This should be coming in a differrent path.. I still have to
figure that out..