zuntan02のはてなブログ

備忘録的なものです。時々職場の技術者ブログにも転記してますが、メインはこちらで。

(vsphere)iscsiでディスクを再認識させる方法

【参考】
http://hayachi617.blogspot.com/2013/06/tipsredhat6iscsi.html

for i in $(find /sys/class/scsi_host -name 'scan') $(find /sys/devices -name 'scan') ;do echo "- - -" > $i ; done