3510 Disk Array Problem

I have a 3510 disk array attached to a T2000 server.
The dmesg command shows disk error as follows and is generated a couple of times during the day

Aug 18 03:35:51 myserver SUNWscsdMonitor[575]: [ID 373880 daemon.error] [SUNWscsd 0x030B1E00:0x01000216 Informational] <rctrl6042> Standard General Event, CHL:2 ID:22 Drive NOTICE: Drive Recovered Error - 5F8E1F (01/18/07).[info: 4B8-01191B5B3] (Secondary, Mon Aug 17 17:07:36 2009) {Unique ID#: 003fb3}

I have done an iostat such as follows but it is showing the logical drives

 ---- errors ---
  s/w h/w trn tot
    2   0   0   2 c0t0d0
    5   1   7  13 c1t0d0
    1   2   0   3 c6t600C0FF000000000003FB36EDC23A809d0
    1   3   2   6 c6t600C0FF000000000003FB36EDC23A808d0
    1   2   0   3 c6t600C0FF000000000003FB36EDC23A807d0
    1   2   0   3 c6t600C0FF000000000003FB36EDC23A806d0
    1   3   1   5 c6t600C0FF000000000003FB36EDC23A805d0
    1   3   2   6 c6t600C0FF000000000003FB36EDC23A804d0
    1   2   0   3 c6t600C0FF000000000003FB36EDC23A803d0
    1   5   4  10 c6t600C0FF000000000003FB36EDC23A802d0
    1   4   2   7 c6t600C0FF000000000003FB36EDC23A801d0
   65   6   2  73 c6t600C0FF000000000003FB36EDC23A800d0

My question is how do I find out what is the underlying physical drive that is giving the problem.

From sccli or by any other command set how do I pin point the WWN or the location of the drive giving the problem.

Kindly assist

Thanks

you have to take a look at the 3510... the mapped devices are volumes from the 3510, so you have to look there...

---------- Post updated at 22:44 ---------- Previous update was at 22:44 ----------

To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags

```text
 and 
```

by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums