- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- MSA Storage
- >
- Attaching both MSA2060 channels to HBA results in ...
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
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
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-13-2023 08:07 AM - last edited on 10-15-2023 09:33 PM by support_s
10-13-2023 08:07 AM - last edited on 10-15-2023 09:33 PM by support_s
Configuring single DL385 Gen11 installation using MSA2060 vi e208e-p as storage. I have two volumes, both in Pool A. I create the Host with 2 initiators and cable both Channel A and B to the e208e-p. I can install and boot a 2 logical drive configuration of SLES15 SP5. Partitioner shows that 4 SCSI devices are detected (/dev/sda, /dev/sdb, /dev/sdc, /dev/sdd). sdc and sdd should not be present. If I remove cable from e208e-p to Channel B and reboot the OS, 2 scsi devices are detected (as hoped); /dev/sda and /dev/sdb. Also, quick read performance test (hdparm -t /dev/sda) yields half the read performance when both Channels attached as compared to one channel attached. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 08:11 AM
10-13-2023 08:11 AM
Re: Attaching both MSA2060 channels to HBA results in double the OS discovered SCSI device
The only reason I am using a SAN instead of a disk enclosure is that the Gen11 does not support attachment to D3710 external enclosure with any RAID controller that has cache. Only e208e-p (no cache) is supported. Performance is inadequate without write cache. Only option I can find is MSA attached via e208e-p used in HBA mode, utilizing the cache in the MSA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 10:31 AM
10-13-2023 10:31 AM
Solution@sdrake48
It would be strongy recommended to install Device Mapper multipath to your system. This will combine the /dev/sd_ into a single /dev/mapper/_____ device and allow you to have automatic failover. The default Multipath rules will work but here are the optimized configuration options:
Path Management Notes
Add to /etc/multipath.conf devices section:
device {
vendor "HPE"
product "MSA [12]060 SAS"
path_grouping_policy "group_by_prio"
prio "alua"
path_selector "round-robin 0"
failback "immediate"
no_path_retry 18
}
Are you presenting 2 Volumes to the system? That is the only way I can think of that you have multiple devices disappear when you remove a single cable.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 11:00 AM
10-13-2023 11:00 AM
Re: Attaching both MSA2060 channels to HBA results in double the OS discovered SCSI device
Thank you. Multipath looks promising. Will investigate implementing via autoyast during installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 11:01 AM
10-13-2023 11:01 AM
Re: Attaching both MSA2060 channels to HBA results in double the OS discovered SCSI device
Yes to multiple logical drives. I have 3 configurations to test; 1, 2, and 3 logical drives. In this particular example I have installed on 2 logical drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 07:38 AM
10-19-2023 07:38 AM
Re: Attaching both MSA2060 channels to HBA results in double the OS discovered SCSI device
Multipath solved this issue. Unfortunately, our single linux server Disaster Recovery solution does not support multipath....so is not an option for us. In our case, a single connection from server to MSA2060 will be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 11:20 PM
10-19-2023 11:20 PM
Re: Attaching both MSA2060 channels to HBA results in double the OS discovered SCSI device
Hello @sdrake48,
Great!
We are glad to know the problem has been resolved.
Thanks,
Sunitha G
I'm an HPE employee.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
