- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LUN deletion with linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-30-2007 06:43 AM
тАО03-30-2007 06:43 AM
What i am trying to find out is if anyone else has seen this issue and knows more about it, if there is a patch relating to this, and if it definitely is a Linux OS issue affecting all Linux OS'. Please give me any information you may have about this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 06:48 AM
тАО03-30-2007 06:48 AM
Re: LUN deletion with linux
rescan-scsi-bus.sh
hp_rescan
To detect/remove disks from a host. Just be carefull because when you remove a disk from linux, device names can change, for example:
sda
sdb
sdc
If you remove sdb, sdc may be renamed to sdb, and you "could" have problems to mount again the file systems on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 06:58 AM
тАО03-30-2007 06:58 AM
Re: LUN deletion with linux
But this is a Linux OS issue for any Linux, correct? Is it considered a known bug as of today?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 07:11 AM
тАО03-30-2007 07:11 AM
Re: LUN deletion with linux
Do you mean about the device naming changes? I don't see it as a bug, maybe a limitation. There are ways to make device names persistent, normally used when you access raw devices, and also you can mount the file system by using LABELS instead of device names, so does not matter if the device name changes.
For persistent device names see:
https://www.data.com.py/foro/viewtopic.php?t=130
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 07:12 AM
тАО03-30-2007 07:12 AM
Re: LUN deletion with linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2007 10:42 PM
тАО04-01-2007 10:42 PM
SolutionUnless the sysadmin tells otherwise, the system makes the assumption that the vanished LUN may come back at some later time.
Consider a case when a SAN administrator makes a mistake and unrepresents a wrong LUN: with the current policy, the system can continue work as usual when the SAN admin undoes his/her mistake.
If the OS would automatically delete the LUN and then re-install it as a "new" LUN, the device paths might change. You would need some SAN-manufacturer-specific method to identify the disks. Then some reconfiguration would be needed at some level.