On Mon, May  3 at 13:36, alireza milani wrote:
  Dear all
  I have problem with Sun Storage 3320.I want to change the Hard disk on it
  but I know onle the logical address c?t?d?s? how can I find the physical
  disk on the storage .
  I try to change the led color by bellow command but because the storage is
  defined as primary the command is not working.
  could you please help me.

  #sccli
  sccli>set led disk c12t0d0 on
  Â

Depending on how heavily used your system is, you may be able to use
dd to make the light go on for long enough to find it.

Something like:

dd if=/dev/dsk/c12t0d0 of=/dev/null bs=8k count=1000000

should work.


--
Eric D. Mudama
edmud...@mail.bounceswoosh.org

_______________________________________________
storage-discuss mailing list
storage-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to