Eu tenho um servidor com uma placa-mãe Supermicro que possui um controlador RAID nVidia integrado. Quando eu inicializo, posso pressionar F10 e ver / modificar as configurações de RAID.
No entanto, não quero reinicializar este servidor para verificar o status da matriz RAID. Existe algum tipo de programa CLI de servidor Linux / Ubuntu que me permita fazer isso? Idealmente, deve haver um equivalente do programa tw_cli
da 3ware.
Ao instalar o Ubuntu, ele reconheceu a matriz RAID como uma única unidade. Eu configuro sem configurar o software RAID. Por outro lado, o comando lspci
informa que eu tenho 3 dos seguintes (não um):
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
Além disso, o comando dmraid -s
retorna:
*** Active Set
name : nvidia_cdccgggj
size : 1953525120
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
Visivelmente ausente do resultado de dmraid
está minha placa RAID 3ware que também está neste servidor.