The customer is not able to configure the RAID on supermicro Server.
Model No.:
- SYS-220BT-HNTR
- AS-1125HS-TNR
Solution:
1) Server Model: 1125HS-TNR
It is AMD system, it does not support NVME raid nor VROC key. It only has SAS hard drive raid with hardware raid AOC.
2) Server Model:SYS-220BT-HNTR
RAID with NVMe U.2 drives, you need to install Intel VROC key on connector JRK1 to enable functions. AOC-VROCPREMOD or AOC-VROCINTMOD can supports RAID 0/1/10/5 with Intel SSDs.
For compatible VROC key:
Appendix C: CPU-Based RAID for NVMe (Page.121)
X12 Intel VROC User guide:
Related Articles
Creating RAID using an add-on Card through the BIOS
Creating Raid Configuration using an Add-on RAID Card through BIOS To create a RAID configuration using an add-on RAID card through the BIOS, you'll typically follow these general steps. Keep in mind that specific steps can vary based on the RAID ...
How to troubleshoot Chassis Intrusion Error in Supermicro Server.
What is Chassis Intrusion Error It Is typically means that the system has detected that the chassis or case of the server has been opened or tampered with. This is often a security feature implemented to alert administrators to potential unauthorized ...
New RMA Request - Supermicro
RMA Claim Request Submission For all Supermicro products sold by MBUZZ, the RMA claim must be handled by MBUZZ. MBUZZ must supply the following information to Supermicro to obtain an RMA Claim number. Invoice date Invoice number Product model name ...
Set up RAID 0 using mdadm
Steps to configure RAID 0 in Centos7. Code lsblk yum install -y mdadm mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb /dev/sdc mkfs.ext4 /dev/md0 mkdir /mnt/raid0-drive mount /dev/md0 /mnt/raid0-drive df -h Code Summary LSBLK: - ...
What does the Supermicro 'BEEP' codes mean and what does the flashing 'LEDs' indicate?
Why does Servers / Computers output beep codes or flash LEDs? All computers (Servers, workstations, laptops, AIOs, etc.) goes through a process called POST (Power-on Self-Test) checks when powered on. This is the process of the computer to check its ...