04-22-2006
92,
0
Join Date: Jul 2005
Last Activity: 7 July 2008, 9:23 AM EDT
Location: Delhi, India
Posts: 92
Thanks Given: 0
Thanked 0 Times in 0 Posts
Hi
Here is Steps,
#ioscan -fnCdisk
the disk will displayed as /dev/dsk/c#t#d#
identify the disk which you need to check
use dd command to identify the disk as well as check for bad blocks
#dd if=/dev/dsk/c#t#d# of=/dev/null bs=512 (The disk will start blinking once i/o operations will start)
Regards,
Awadhesh