我有一台带有 Supermicro 主板的服务器,主板上有一个 nVidia RAID 控制器。启动时,我可以按 F10 并查看/修改 RAID 设置。
但是,我不想重新启动此服务器来检查 RAID 阵列的状态。是否有任何类型的 Linux/Ubuntu 服务器 CLI 程序可以让我这样做?理想情况下,应该有一个与 3waretw_cli
程序相当的程序。
安装 Ubuntu 时,它将 RAID 阵列识别为单个驱动器。我设置它时没有配置软件 RAID。另一方面,命令lspci
报告我有以下 3 个(而不是一个):
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
是我的 3ware RAID 卡也位于此服务器中。