- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Disk Replacement with biggers ones - Can i create ...
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
3 weeks ago - last edited 2 weeks ago by support_s
3 weeks ago - last edited 2 weeks ago by support_s
Hello everyone.
We have a customer with a ProLiant DL380p Gen8 and HP Smart Array P420i. The server has 8 disk total, and 3 Arrays
- Array A: 4 disks 300GB Raid 10
-Array B: 2 Disks 1.2T Raid 1
-Array C: 2 Disks 1.2T Raid 1
We want to replace the 4x300GB disks with 1.2TB. From the forums i have read that the raid controller need to have cache and battery for a live expand ( we check this requerements, and its ok), also i have reed if u change the disks one at a time, let the rebuild complete, when the replacement of all disk complete u will can expand the array ( if i understand somethink wrong please correct me). From this expnasions you will have a unssed space, i know u can extend the logical drive and give to it the unssed space. But we dont want this, we want to know if we can from this unnsed space to create a new logical drive. From my knowladge we can do this but i want a second opinion because i dont have large expirience with HP Servers.
So the question is: After the replacement of 4 disks with bigger ones and the expand of array, can we use the free space to create a new logical drive?
Thanks for your support!
PS On the Array A is installed the OS (Win Srv 2008
Solved! Go to Solution.
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
2 weeks ago
SolutionHello @stef_gar ,
Yes, you can create a new logical drive using the unused space within the expanded array.
The HP Smart Array P420i RAID controller allows you to create multiple logical drives within a single physical array. This means after expanding the array, you can allocate the unused space to a new logical drive, rather than extending the existing one.
Please note: Always back up all critical data before performing disk replacements, array expansions, or logical drive changes. RAID rebuilds and expansions are generally safe but can fail in rare cases.
If you feel this was helpful, please click the KUDOS thumb below. Also consider marking this as an "Accepted Solution", if the post has helped to solve your issue.
Thanks and Regards,
Sahana S
I work at HPE
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
yesterday
yesterday
Re: Disk Replacement with biggers ones - Can i create a new logical Drive
Complementing @Sahana_S's response, yes, you can create a new logical drive from the unused space. Use "ssacli ctrl slot=0 array A modify expand" to expand the array, then create the new logical drive (ex: RAID 10) with "ssacli ctrl slot=0 create type=ld drives=1I:1:1-1I:1:4 raid=10 size=500000". Verify it with "ssacli ctrl slot=0 ld all show".