The Areca controller is supported but only very basic infos are availaible as Areca doesn't provide much via SNMP. But there is a areca-hw script that uses the cli tool get the hardware infos out of it:
CLI> hw info The Hardware Monitor Information ===================================================== [Controller H/W Monitor] CPU Temperature : 64 C Controller Temp. : 38 C CPU Fan : 8437 RPM 12V : 12.220 V 5V : 5.053 V 3.3V : 3.360 V IO Voltage +1.8V : 1.824 V DDR3 +1.5V : 1.536 V CPU VCore +1.0V : 1.040 V Analog +1.0V : 1.024 V DDR3 +0.75V : 0.752 V Battery Status : Not Installed [Enclosure#1 : SAS RAID Adapter V1.0] ===================================================== GuiErrMsg<0x00>: Success.
Would it be possible to extend the areca-hw script to add volume and disk info to check if the volume is in Normal or Degraded state and if possible which disk is gone?
CLI> vsf info # Name Raid Name Level Capacity Ch/Id/Lun State =============================================================================== 1 ARC-1882-VOL#000 Raid Set # 000 Raid1+0 480.1GB 00/00/00 Normal 2 ARC-1882-VOL#002 Raid Set # 002 Raid1+0 600.1GB 00/00/01 Normal 3 ARC-1882-VOL#003 Raid Set # 003 Raid1+0 2000.4GB 00/00/02 Normal =============================================================================== GuiErrMsg<0x00>: Success.
CLI> disk info # Enc# Slot# ModelName Capacity Usage =============================================================================== 1 01 Slot#1 SAMSUNG MZ7KM480HAHP-0E005(SED 480.1GB Raid Set # 000 2 01 Slot#2 SAMSUNG MZ7KM480HAHP-0E005(SED 480.1GB Raid Set # 000 3 01 Slot#3 N.A. 0.0GB N.A. 4 01 Slot#4 N.A. 0.0GB N.A. 5 01 Slot#5 WDC WD6000HLHX-01JJPV0 600.1GB Raid Set # 002 6 01 Slot#6 WDC WD6000HLHX-01JJPV0 600.1GB Raid Set # 002 7 01 Slot#7 HGST HUS724020ALE640 2000.4GB Raid Set # 003 8 01 Slot#8 HGST HUS724020ALE640 2000.4GB Raid Set # 003 =============================================================================== GuiErrMsg<0x00>: Success.
Thanks, Cody
participants (1)
-
cody@mail-server.cc