Linux CLI程序来validation/控制nVidia硬件RAID?

我有一个Supermicro主板的服务器,它有一个nVidia RAID控制器。 当我启动时,我可以打F10并查看/修改RAID设置。

但是,我不想重新启动这个服务器来检查RAIDarrays的状态。 有没有任何种类的Linux / Ubuntu服务器CLI程序,让我这样做? 理想情况下,有相当于3ware的tw_cli程序。

安装Ubuntu时,它将RAIDarrays识别为单个驱动器。 我没有configuration软件RAID就设置好了。 另一方面, lspci命令报告我有以下三个(不是一个):

 00:05.0 RAID bus controller: NVIDIA Corporation MCP55 SATA Controller (rev a3) (prog-if 85) Subsystem: Super Micro Computer Inc Device 1411 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 (750ns min, 250ns max) Interrupt: pin A routed to IRQ 21 Region 0: I/O ports at b480 [size=8] Region 1: I/O ports at b400 [size=4] Region 2: I/O ports at b080 [size=8] Region 3: I/O ports at b000 [size=4] Region 4: I/O ports at ac00 [size=16] Region 5: Memory at dbef9000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 

此外, dmraid -s命令返回:

 *** Active Set name : nvidia_cdccgggj size : 1953525120 stride : 128 type : mirror status : ok subsets: 0 devs : 2 spares : 0 

dmraid的结果dmraid是我的3ware RAID卡也在这台服务器上。