- Community Home
- >
- Software
- >
- HPE OneView
- >
- Synergy Gen11 Logical Drive
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-22-2025 03:38 AM - last edited on 01-22-2025 07:49 PM by support_s
01-22-2025 03:38 AM - last edited on 01-22-2025 07:49 PM by support_s
Synergy Gen11 Logical Drive
Good morning,
We have several Synergy stacks that host 480 Gen10 and Gen11 servers.
We therefore have two Profile Templates to manage the two generations of servers.
The creation of RAID 1 for local disks is managed by profiles.
For Gen11 we have difficulties when we want to insert a blade with a RAID 1 already configured. When applying the profile, we get the following error message:
"Unable to create server profile.
The server hardware does not have the necessary unused physical drives to create the logical drive "Logical Drive 1" with the requested configuration.
Resolution Verify that the expected drives are shown as unconfigured on the Storage section of the Server Hardware page for this server. If the expected drives do not appear, power on the server and refresh the Server Hardware after POST is complete."
The workaround we found is to manually create the profile, choose the right profile template and edit the "Local storage" part by deleting the Logical Drive configuration and checking the "Import existing configuration" box.
These manual actions prevent us from automating the creation of profiles with our powershell scripts.
How can we fix this problem ?
Is-it possible to script these actions?
Here is the command we execute:
Get-OVServer -Name $name | New-OVServerProfile -name $profile_name -ServerProfileTemplate $spt_gen11 -Confirm:$false -Async
Thank you in advance for your feedback.
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 08:25 AM
01-22-2025 08:25 AM
Re: Synergy Gen11 Logical Drive
HPE OneView uses an automatic drive allocation policy for local storage settings. That means when you specify a drive technology (SAS, SATA, NVMe), and number of drives, OneView creates a policy for the SmartArray controller to look for drives that meet that requested policy. If there is an existing logical drive that consumes all drives, then you wind up with the error message you have. Which is why using the Import Existing Logical Drive works for you.
Instead, you can use the "Re-initialize controller on next profile application" setting within the Server Profile Template. This will clear the controller configuration, including any existing logical drives. It does not wipe any data present on the drives, just deletes the logical drive(s) settings.
[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
01-23-2025 12:35 AM - last edited on 01-27-2025 09:22 PM by Sunitha_Mod
01-23-2025 12:35 AM - last edited on 01-27-2025 09:22 PM by Sunitha_Mod
Re: Synergy Gen11 Logical Drive
@ChrisLynch Good morning,
Thank you for your feedback.
I tested your solution: I therefore checked the “Re-initialize controller on next profile application” box in the Profile Template.
I then assigned a new profile to a blade with ESX installed on it. This time, I did not get the error message that prevented me from creating the profile. However, this action overwrote the data on my disks (my esx).
Here is my Profile Template configuration :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 02:40 AM - edited 02-03-2025 02:42 AM
02-03-2025 02:40 AM - edited 02-03-2025 02:42 AM
Re: Synergy Gen11 Logical Drive
Good morning,
Does anyone have another solution for my problem ?