- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Rescanning LUN's after adding/removing storage
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-19-2005 02:23 AM
10-19-2005 02:23 AM
Rescanning LUN's after adding/removing storage
Our problem lies in the removal of presentation and addition of presentation to the Linux systems.
Any time we add/remove presentation of a vdisk to the host, we have to reboot the machine to get it to recognize the disks. hp_rescan (part of the fibreutils package) does not do what I thought it would...(clear all reference to the LUNS and rebuild it's memory of LUNS)
Any help on how to recognize disks without having to reboot?
Thanks,
Tom Callahan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:29 AM
10-19-2005 02:29 AM
Re: Rescanning LUN's after adding/removing storage
Have you tried unloading the hba driver and reloading it? It is better than restarting the server, but technically, you would lose access to all your vdisks while the driver is unloading and re-loading. Faster than a restart.
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:35 AM
10-19-2005 02:35 AM
Re: Rescanning LUN's after adding/removing storage
Thanks,
Tom Callahan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:41 AM
10-19-2005 02:41 AM
Re: Rescanning LUN's after adding/removing storage
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:51 AM
10-19-2005 02:51 AM
Re: Rescanning LUN's after adding/removing storage
It appears the qlogic driver is limited to 32 LUNS per target path.
Any way to extend this to the regular 255?
Thanks,
Tom Callahan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:16 PM
10-19-2005 07:16 PM
Re: Rescanning LUN's after adding/removing storage
echo "scsi add-single-device
and
echo "scsi remove-single-device
if you know the exact "location" of the device (which you should on EVAs because you present them to a specific LUN) or take a look at the script at http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh or http://bash.cyberciti.biz/diskadmin/rescan-scsi-bus.sh.html (have not used any of them myself; the first one seems to be newer)
Urban
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 12:06 AM
10-20-2005 12:06 AM
Re: Rescanning LUN's after adding/removing storage
My recommendation is to use that script.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 01:24 AM
10-20-2005 01:24 AM
Re: Rescanning LUN's after adding/removing storage
what about probe-luns - a tool that is part of the HP FibreUtils package?