HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: dynamic scsi scan
Operating System - Linux
1827857
Members
1729
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 03:27 AM
04-21-2004 03:27 AM
dynamic scsi scan
How I can rescan scsi bus without restart driver?
I have redhat 8.0, emulex 952 and msa1000.
When I added LUN for this host this LUN doesn't recognized until restart lpfcdd
I have redhat 8.0, emulex 952 and msa1000.
When I added LUN for this host this LUN doesn't recognized until restart lpfcdd
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 03:39 AM
04-21-2004 03:39 AM
Re: dynamic scsi scan
It must be discussed in the driver's doc, but what about a kill -1 of the driver ?
--
"Reality is just a point of view." (P. K. D.)
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 05:23 PM
04-21-2004 05:23 PM
Re: dynamic scsi scan
The emulex driver is not capable of scanning
on the driver layer when you add a device.
You need to do unload or reload of lpfcdd
driver
# modprobe -r lpfcdd (unload of driver)
# modprobe lpfcdd (reload of driver)
or would use insmod command
or reboot
Recently qlogic driver 6.06.10 has come up
with statements for scanning driver on qlogic layer and then the scsi layer
Qlogic scan
# echo "scsi-qlascan" > /proc/scsi/qla2300/
scsi scan
# echo "scsi add-single-device id id id id" > /proc/scsi/scsi
where id id id id represents instance bus channel lun
and we will new device dynamically and still serving I/O on the existing devices.
Emulex Driver should be enhanced to support
something like qlogic is already doing.
and the scan statement of scsi will also be
depleted in the future linux releases and i don't know to what it will be changed to.
on the driver layer when you add a device.
You need to do unload or reload of lpfcdd
driver
# modprobe -r lpfcdd (unload of driver)
# modprobe lpfcdd (reload of driver)
or would use insmod command
or reboot
Recently qlogic driver 6.06.10 has come up
with statements for scanning driver on qlogic layer and then the scsi layer
Qlogic scan
# echo "scsi-qlascan" > /proc/scsi/qla2300/
scsi scan
# echo "scsi add-single-device id id id id" > /proc/scsi/scsi
where id id id id represents instance bus channel lun
and we will new device dynamically and still serving I/O on the existing devices.
Emulex Driver should be enhanced to support
something like qlogic is already doing.
and the scan statement of scsi will also be
depleted in the future linux releases and i don't know to what it will be changed to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 07:02 PM
04-21-2004 07:02 PM
Re: dynamic scsi scan
I tryed # echo "scsi add-single-device host bus tid lun" > /proc/scsi/scsi, but there isn't any new LUN.
I tryed scsi_scan script from fiberutils too.
Linux doesn't recognize new LUNs until unload/load driver (lpfcdd.o)
I tryed scsi_scan script from fiberutils too.
Linux doesn't recognize new LUNs until unload/load driver (lpfcdd.o)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP