1 command line login server running lspci | grep –i sas confirm RAID type
2 If the RAID card is of type 2208 or 2108, the inserted hard disk needs to be imported into RAID0 to be recognized by the system. The RAID import method is as follows:
a) Go to the directory "cd /opt/MegaRAID/MegaCli"
b) Run the command "./MegaCli64 -PdList -aALL | grep -i "Adapter #\|Enclosure Device ID\|Slot Number" | uniq" to get the RAID card Adapter Number of the physical disk and the Enclosure Device ID of the Expander.

c) Determine the status of the physical disk
./MegaCli64 -PDInfo -physDrv[19:11] -a0 |grep "Firmware state"

Note: The status of the plugged disk should be Unconfigured(bad)
19: Expander's Enclosure Device ID
11: The slot number of the hot swappable hard disk
A0: Adapter Number of the RAID card
d) Change the state of the physical disk to Unconfigured(good)
./MegaCli64 -PDMakeGood -PhysDrv[19:11] -a0

e) Import RAID information from the hard disk
./MegaCli64 -CfgForeign -Import -a0

On the FusionStorage, you need to configure the RAID card type of the RAID0. You can view the FusionStorage compatibility. For details, see http://support-open.huawei.com/en/pages/user/compatibility/support-matrix.jsf



