Replacing an LSI raid card with a pre-configured raid array
Newer LSI raid cards (depending on their current firmware version it seems) will auto-import raid configurations from previous raid cards. However on older cards you have to import the disks ‘foreign’ configuration. In order to check if your raid array was automatically imported by your new raid card you can run the following command:
$ MegaCli64 -ldinfo -l0 -a0 Adapter 0 — Virtual Drive Information: Adapter 0: No Virtual Drive Configured. Exit Code: 0x00
In the above example we can see that no virtual drive (raid array) was detected. We can further see the problem by looking at the disks attached to the raid card:
$ MegaCli64 -pdlist -a0
— and each ones output has the line:
Foreign State: Foreign
We can also see that there is a foreign raid configuration detected by the raid controller:
$ MegaCli64 -cfgforeign -scan -a0
There are 1 foreign configuration(s) on controller 0.
Exit Code: 0x00
In order to import the foreign raid configuration and activate the raid array with the new raid controller:
$ MegaCli64 -cfgforeign -import -a0
After the import we can now see the active virtual drive (raid array):
$ MegaCli64 -ldinfo -l0 -a0
Adapter 0 — Virtual Drive Information: Virtual Drive: 0 (Target Id: 0) Name : RAID Level : Primary-5, Secondary-0, RAID Level Qualifier-3 Size : 1.361 TB Sector Size : 512 Is VD emulated : No Parity Size : 464.729 GB State : Optimal Strip Size : 64 KB Number Of Drives : 4 Span Depth : 1 Default Cache Policy: WriteBack, ReadAheadNone, Cached, No Write Cache if Bad BBU Current Cache Policy: WriteBack, ReadAheadNone, Cached, No Write Cache if Bad BBU Default Access Policy: Read/Write Current Access Policy: Read/Write Disk Cache Policy : Disk’s Default Encryption Type : None Is VD Cached: No
Categories
- Getting Support (5)
- Hardware (35)
- Areca Raid Arrays (3)
- InfiniBand (10)
- LSI Raid Arrays (9)
- NVIDIA Graphics Cards (1)
- Racks (1)
- Troubleshooting (8)
- Software (11)
- ACT Utilities (5)
- HPC apps & benchmarks (1)
- Linux (3)
- Schedulers (3)
- SGE / Grid Engine (1)
- TORQUE (1)
- Tech Tips (17)
Request a Consultation from our team of HPC and AI Experts
Would you like to speak to one of our HPC or AI experts? We are here to help you. Submit your details, and we'll be in touch shortly.