uccwiki

UCC has an EMC SAN* connected over fibre channel. This page documents a couple of handy commands and other dos/don'ts. For initial setup and config, see SANConfig in wheel docs (and that document should probably be published too, seeing as EMC won't release any setup instructions for their gear).

Scanning for new LUNs

for i in $(ls -1 /sys/class/scsi_host/); do echo '- - -' > /sys/class/scsi_host/$i/scan; done

Removing a LUN from a host

dmsetup message <dm name, eg dm-2> 0 "fail_if_no_path"

multipath -f <device map, eg 3600601609fe010006cf4f3c6ef4ce21>

* We would like to note that UCC was donated this SAN by a third party and we do not promote the use of EMC equipment. EMC refused to provide even the most basic of instruction manuals unless we purchased a full support agreement. While we appreciate that EMC needs to make a profit, we are disappointed that EMC felt it was necessary to charge a non-profit, student-run club just to allow them to use the product normally.

uccwiki: Multipath (last edited 2013-01-07 15:20:18 by BobAdamson)