-
Notifications
You must be signed in to change notification settings - Fork 4
support for other RAID controllers and multipel Controllers #3
Description
Hi
first thanks for your great work.
We have lots of dell servers with different „dell“ PERC Controllers the most of them worked with megacli a few with mpt-status we have also some older servers with 3com Controllers.
If i understand your code ride, you define in the parms.pp the controllers by Vendor and Device.
It is more easy, i think, to just check the Driver.
At the moment we check all with driver megaraid_sas via megacli, with driver mptsas via mpt-status and all with driver 3w-9xxx via tw_cli.
We have another Problem in this class on a server with two Raid Controllers. Do you have an idea to check multiple Controllers?
Here are lspci output of our raid controllers (lspci -v -mm -k)
check witch megacli:
PERC 5i
Class: RAID bus controller
Vendor: Dell
Device: PowerEdge Expandable RAID controller 5
SVendor: Dell
SDevice: PERC 5/i Adapter RAID Controller
Driver: megaraid_sas
PERC_6i
Class: RAID bus controller
Vendor: LSI Logic / Symbios Logic
Device: MegaRAID SAS 1078
SVendor: Dell
SDevice: PERC 6/i Integrated RAID Controller
Rev: 04
Driver: megaraid_sas
Module: megaraid_sas
PERC_H700i
Class: RAID bus controller
Vendor: LSI Logic / Symbios Logic
Device: LSI MegaSAS 9260
SVendor: Dell
SDevice: PERC H700 Integrated
Rev: 05
Driver: megaraid_sas
PERC_H800
Class: RAID bus controller
Vendor: LSI Logic / Symbios Logic
Device: MegaRAID SAS 2108 [Liberator]
SVendor: Dell
SDevice: PERC H800 Adapter
Rev: 05
Driver: megaraid_sas
Module: megaraid_sas
PERC_H710
Class: RAID bus controller
Vendor: LSI Logic / Symbios Logic
Device: MegaRAID SAS 2208 [Thunderbolt]
SVendor: Dell
SDevice: PERC H710 Adapter
Rev: 05
Driver: megaraid_sas
check witch mpt-status:
PERC_6i
Class: SCSI storage controller
Vendor: LSI Logic / Symbios Logic
Device: SAS1068E PCI-Express Fusion-MPT SAS
SVendor: Dell
SDevice: SAS 6/iR Integrated RAID Controller
Rev: 08
Driver: mptsas
check witch tw_cli:
Class: RAID bus controller
Vendor: 3ware Inc
Device: 9690SA SAS/SATA-II RAID PCIe
SVendor: 3ware Inc
SDevice: 9690SA SAS/SATA-II RAID PCIe
Rev: 01
Driver: 3w-9xxx
Class: RAID bus controller
Vendor: 3ware Inc
Device: 9650SE SATA-II RAID PCIe
SVendor: 3ware Inc
SDevice: 9650SE SATA-II RAID PCIe
Rev: 01
Driver: 3w-9xxx
name,venor:device,check
RAIDCONTROLLER=PERC_5i,1028:0015,megacli
RAIDCONTROLLER=PERC_6i,1000:0060,megacli
RAIDCONTROLLER=PERC_H700i_PERC_H800,1000:0079,megacli
RAIDCONTROLLER=PERC_H710,1000:005b',megacli
RAIDCONTROLLER=DELL_SAS6iR,1000:0058,mpt-status
RAIDCONTROLLER=3ware_9690SA-8I,13c1:1005,tw_cli
RAIDCONTROLLER=3ware_9650SE-4LPML,13c1:1004,tw_cli