- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Discover new SAN devices on DMM
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
тАО02-01-2011 11:35 AM
тАО02-01-2011 11:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 12:37 PM
тАО02-01-2011 12:37 PM
Solutionhttp://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/index.html
Please see Chapter 9: Scanning Storage Interconnects.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 12:49 PM
тАО02-01-2011 12:49 PM
Re: Discover new SAN devices on DMM
SCAN:
for hba in `ls -d /sys/class/fc_host/host*`;do
FCHOST=`basename $hba`
echo "Scanning $FCHOST"
echo "- - -" > /sys/class/scsi_host/${FCHOST}/scan
done
Then:
multipath -ll
If you need to give your Disks friednlier names like /dev/mapper/EVA08_DB_dsk001 - then add/edit www alias entries in /etc/multipath.conf and do "multipath -v2". Finish off with "multipath -ll" and check if mapper /path entries are present in /dev/mapper and /dev/mpath.
Finish off with using the disk -- paritioning it wholly or whatever are your standards...
The abobve assumes you do not have the Array's proprietary MultiPathing solution engaged -- like PowerPath from EMC or HDLM from Hitachi, etc...
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 03:12 PM
тАО02-01-2011 03:12 PM
Re: Discover new SAN devices on DMM
echo "- - -" > /sys/class/scsi_host/
command does not log anything to the messages. I am not saying that it is not scanning, but it does not log anything.
Just an observation.
Thanks
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 03:16 PM
тАО02-01-2011 03:16 PM
Re: Discover new SAN devices on DMM
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2011 06:54 AM
тАО02-02-2011 06:54 AM
Re: Discover new SAN devices on DMM
We use to use Qloic and Emulex native sacndisks tools but opted for just the simple...
The disks newly discovered are actually logged... if you do a "dmesg" afterwards -- you will see the discoveries made.
If you are using HP StorageWorks Arrays -- EVA, P or XP series, etc... -- please be aware taht it is advisable that you install the HP Device Multipather kit as it gives you the correct /etc/multipath.conf