- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- DL380 Gen10 / secondary Logical Drive Not Visible ...
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
01-25-2024 06:25 AM - last edited on 01-26-2024 08:40 AM by support_s
01-25-2024 06:25 AM - last edited on 01-26-2024 08:40 AM by support_s
Hi - I've configured a DL380 Gen 10 with 2 drive cages and 16 drives (P408i controller). The initial install only utilized the primary drive cage for the OS (Windows server 2016) I then installed the HP SAS expander, a second drive cage and 8 more HP branded 1.2TB drives. In system utilities I'm able to see all the 8 new drives and I tried configuring a single RAID 6 array (created a logical volume) an also 2 smaller RAID 6 arrays of 4 drives each (with 2 logical volumes). In both cases the volumes are not visible in windows in disk management or powershell. The controller drivers are obviously installed since that was done during OS install (and the controller appears in device manager) All drives are green and healthy, no errors during boot. I also tried moving the secondary drive cage to different ports on the SAS expander, that doesn't affect seeing drives/creating logical volumes, it only affects the drive numbering (the drive IDs) in disk utilities during boot.
Solved! Go to Solution.
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 07:26 AM
01-25-2024 07:26 AM
SolutionSystem recommended content:
1. HPE ProLaint DL380 Gen10 Server Trusted Maintenance and Service Guide
2. HPE ProLiant DL380 Gen10 Server Trusted User Guide
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 08:24 AM
01-26-2024 08:24 AM
Re: DL380 Gen10 / secondary Logical Drive Not Visible in OS (after windows server install)
Just in case anyone else had this issue - I was running storage spaces direct (S2D) under Windows Server 2016 which automatically "claims" any disks that are added to the system including RAID arrays (even though RAID arrays are not supported or usable by S2D. I wanted to use this secondary RAID array for simple backups and not have it participate in S2D. Since the RAID array I created after the OS was installed was grabbed by S2D I couldn't see it in disk management. I had to do the following to gain access and format it (Powershell below)
get the unique id of the array in question:
get-storagepool -friendlyname <name of pool> |get-physicaldisk |ft friendlyname,canpool,size,serialnumber,operationalstatus,size,uniqueid
Set the volume to "Retired"
set-physicaldisk -uniqueid <uniqueId from previous step> -Usage Retired
Repair the cluster storage volume (this can take a long time)
Repair-VirtualDisk -FriendlyName <Name of CSV> /* returned via Get-VirtualDisk */
After this step, the disk will appear in the "Primordial Pool" and has to be unclaimed:
Set-ClusterStorageSpacesDirectDisk -CanBeClaimed $false -PhysicalDiskids (<disk id>)
After this last step the disk appeared in disk management and I was able to use it normally as a local disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 09:27 PM
01-28-2024 09:27 PM
Re: DL380 Gen10 / secondary Logical Drive Not Visible in OS (after windows server install)
Hello @zenny6377
That's excellent!
We're delighted to hear that you managed to discover the solution, and we're grateful for you taking the time to share it with us.
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]
