In order to convert the Solaris ssd naming from sd# to c#t#d#, very useful as in the log files will be showed only the sd# naming, we can use the next simple set of commands to convert them.
# paste -d= <(iostat -x | awk 'NR>2{print $1}') <(iostat -nx | awk 'NR>2{print "/dev/dsk/"$11}')
this the output for some disks:
sd0=/dev/dsk/c0t5000CCA0164B7CDCd0 sd1=/dev/dsk/c0t5000CCA0164BD734d0 sd4=/dev/dsk/c1t0d0 ssd0=/dev/dsk/c4t5000097500015190d6 ssd1=/dev/dsk/c4t5000097500015190d5
If you have metadevices will be shown as
md0=/dev/dsk/md/d0 md1=/dev/dsk/md/d1 md5=/dev/dsk/md/d5 md6=/dev/dsk/md/d6 md10=/dev/dsk/md/d10 md11=/dev/dsk/md/d11 md15=/dev/dsk/md/d15 md16=/dev/dsk/md/d16 md20=/dev/dsk/md/d20