- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Configuration required to install NGFF M.2 SSD...
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
08-19-2017 05:55 PM
08-19-2017 05:55 PM
Configuration required to install NGFF M.2 SSD + M.2 to PCI - E Converter card
2 of our HP DL 360 G7 running Linux are running on 8 disks and running out of free space (post housekeeping). There are no empty slots available to add more disks to the server. I would really appreciate if I could get suggestions to expand storage capacity for this box.
One option, I am considering is to add a 500GB NGFF M.2 SSD + M.2 to PCI - E Converter card. But, this will not allow me to add available space to existing RAID sets and hence not provide any redundancy. Would I need to add a RAID controller card? If yes, then having only 1 disk will only allow RAID0 (Stripe set) which will also not allow any redundancy.
Any suggestions please...
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2017 04:27 AM
08-20-2017 04:27 AM
Re: Configuration required to install NGFF M.2 SSD + M.2 to PCI - E Converter card
SDewan wrote: Would I need to add a RAID controller card? If yes, then having only 1 disk will only allow RAID0 (Stripe set) which will also not allow any redundancy.
You aren't necessarily forced to add a RAID Controller Card if you accept, instead, to create a Software RAID (at Kernel level) using well known Linux mdadm toolset (Aren't your Servers running on Linux?) and then mount created redundant Volume(s) on convenient mount point(s) - as example /mnt/data or whatever you need/like - on the existing filesystem(s).
Avoid RAID 0 (Striping): it requires at least two disks but if you lose just one disk (any disk) your Volume is gone. Always prefer RAID 1 Mirroring (min. 2 disks, 1 disk parity) or RAID 6 (min. 4 disks, 2 disks parity) Volumes, if possible.
I'm not an HPE Employee
