solaris disk troubleshooting

Hello - I come from hpux background - we usually use these steps to troubleshoot a disk: iocan -fnC disk (check for no hardware), run vgdisplays to check for stale mirrors, run dd against the disk to see if it responds.

Does anyone have a similar set of steps that can be run on solaris to verify disk issues?

THanks

[336 byte] By [mvmurphya] at [2007-11-27 5:08:51]
# 1
Goto: http://docs.sun.comClick on Solaris 10, System Admin Guides and look for Solaris Volume Manager.You should be able to figure out the corresponding commands. The concepts don't change no matter what OS that you're on.alan
alan.paea at 2007-7-12 10:28:24 > top of Java-index,General,Talk to the Sysop...
# 2
Well, I usually check /var/adm/messages.Run iostat -En to check form hard transport errorsmetastat will tell you about mirroring status.Running dd is unchanged.
robert.cohena at 2007-7-12 10:28:24 > top of Java-index,General,Talk to the Sysop...