How to Scan new LUNs on Linux with QLogic driver
Q: I am using QLogic driver and I would like to know how do I scan new LUNs on Linux operating system?
A: You need to find out driver proc file /proc/scsi/qlaXXX. For example on my system it is /proc/scsi/qla2300/0
Once file is identified you need to type following command (login as the root user):
# echo "scsi-qlascan" > /proc/scsi/qla2300/0
# cat /proc/scsi/qla2300/0
Now use the script rescan-scsi-bus.sh new LUN as a device. Run script as follows:
# ./rescan-scsi-bus.sh -l -w –c
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux Wireless card RT61 no scan results
- Howto: Linux see new fiber channel attached disk LUNs without rebooting
- Linux scan wireless card for information
- Howto: Install Linux onto a hard drive using a smart array
- Linux: Find out Ethernet card driver name
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



August 15th, 2008 (3 weeks ago) at 8:00 am
Hi Vivek,
Thanks for the very informative info. However I’m not sure if your walkthrough above will cause the server to reboot. We have an oracle rac on the production site and its crucial if you could let us know if there will be no side effect whatsoever since oracle have a mechanism that will cause a server to reboot once there is the kernel hang for 5 second. Appreciate your advice.