1. Zoning of a brocade FC switch
http://prefetch.net/blog/index.php/2009/05/28/zoning-brocade-switches-creating-aliases/
Brocade Switch Administration
http://it.toolbox.com/wiki/index.php/Brocade_Switch_Administration
How to Zone a Brocade SAN Switch
http://technotes.twosmallcoins.com/?p=16
Zoning Brocade switches: creating aliases
http://prefetch.net/blog/index.php/2009/05/28/zoning-brocade-switches-creating-aliases/
2. Understanding Crash Dump Files
http://blogs.technet.com/b/askperf/archive/2008/01/08/understanding-crash-dump-files.aspx
3. Locating the WWPN for a Linux host
cat /sys/class/scsi_host/hostn/device/fchost\:hostn/port_name
4. How to rescan the LUN on host
echo 1 > /sys/class/fc_host/host0/issue_lip # not necessarily needed -reinitializes the HBA
echo "- - -" > /sys/class/scsi_host/host0/scan
echo 1 > /sys/class/fc_host/host1/issue_lip # not necessarily needed - reinitializes the HBA
echo "- - -" > /sys/class/scsi_host/host1/scan
and do "service multipathd restart"
http://www.linuxquestions.org/questions/linux-hardware-18/cant-see-new-lun-on-redhat-box-545698/