Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-3909

Add Support for Huawei UPS 2000 6k UPS

Details

    • Add New Device / OS
    • Resolution: Fixed
    • Minor
    • None
    • CE-21.10
    • OS

    Description

      When adding our Huawei 6k UPS the Device is registered as Generic. However the 2k UPS is registered successfully.

      Attachments

        Activity

          [OBS-3909] Add Support for Huawei UPS 2000 6k UPS

          Improved detect and sensors in r11815.

          However impossible (invalid) values this is how device reports it. Seems as need try upgrade firmware and/or write to Vendor support.

          Invalid values:

          UPS-MIB::upsEstimatedMinutesRemaining.0 = Wrong Type (should be INTEGER): Gauge32: 4294967295
          HUAWEI-UPS-MIB::hwUpsEnvHumidity.0 = Gauge32: 4294967295 %
          HUAWEI-UPS-MIB::hwUpsInputVoltageB.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsInputVoltageC.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsOutputVoltageB.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsOutputVoltageC.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsOutputCurrentB.1 = Gauge32: 4294967295 A
          HUAWEI-UPS-MIB::hwUpsOutputCurrentC.1 = Gauge32: 4294967295 A
          HUAWEI-UPS-MIB::hwUpsOutputLoadB.1 = Gauge32: 4294967295 %
          HUAWEI-UPS-MIB::hwUpsOutputLoadC.1 = Gauge32: 4294967295 %
          HUAWEI-UPS-MIB::hwUpsBypassInputVoltageB.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsBypassInputVoltageC.1 = Gauge32: 4294967295 V
          HUAWEI-UPS-MIB::hwUpsBatteryBackupTime.1 = Gauge32: 4294967295 S
          

          UPS-MIB::upsBatteryTemperature.0 = INTEGER: 2147483647 degrees Centigrade
          HUAWEI-UPS-MIB::hwUpsOutputActivePowerB.1 = INTEGER: 2147483647 kW
          HUAWEI-UPS-MIB::hwUpsOutputActivePowerC.1 = INTEGER: 2147483647 kW
          HUAWEI-UPS-MIB::hwUpsOutputAppearancePowerB.1 = INTEGER: 2147483647 kVA
          HUAWEI-UPS-MIB::hwUpsOutputAppearancePowerC.1 = INTEGER: 2147483647 kVA
          

          landy Mike Stupalov added a comment - Improved detect and sensors in r11815. However impossible (invalid) values this is how device reports it. Seems as need try upgrade firmware and/or write to Vendor support. Invalid values: UPS-MIB::upsEstimatedMinutesRemaining.0 = Wrong Type (should be INTEGER): Gauge32: 4294967295 HUAWEI-UPS-MIB::hwUpsEnvHumidity.0 = Gauge32: 4294967295 % HUAWEI-UPS-MIB::hwUpsInputVoltageB.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsInputVoltageC.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsOutputVoltageB.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsOutputVoltageC.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsOutputCurrentB.1 = Gauge32: 4294967295 A HUAWEI-UPS-MIB::hwUpsOutputCurrentC.1 = Gauge32: 4294967295 A HUAWEI-UPS-MIB::hwUpsOutputLoadB.1 = Gauge32: 4294967295 % HUAWEI-UPS-MIB::hwUpsOutputLoadC.1 = Gauge32: 4294967295 % HUAWEI-UPS-MIB::hwUpsBypassInputVoltageB.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsBypassInputVoltageC.1 = Gauge32: 4294967295 V HUAWEI-UPS-MIB::hwUpsBatteryBackupTime.1 = Gauge32: 4294967295 S UPS-MIB::upsBatteryTemperature.0 = INTEGER: 2147483647 degrees Centigrade HUAWEI-UPS-MIB::hwUpsOutputActivePowerB.1 = INTEGER: 2147483647 kW HUAWEI-UPS-MIB::hwUpsOutputActivePowerC.1 = INTEGER: 2147483647 kW HUAWEI-UPS-MIB::hwUpsOutputAppearancePowerB.1 = INTEGER: 2147483647 kVA HUAWEI-UPS-MIB::hwUpsOutputAppearancePowerC.1 = INTEGER: 2147483647 kVA
          landy Mike Stupalov added a comment - - edited

          Update. Ahh, I see, this is already 6k.

          landy Mike Stupalov added a comment - - edited Update. Ahh, I see, this is already 6k.

          Hello,

          is there any progress in this ticket? Can someone give me an status update please?

          Thank you and best regard

          Louis Klös

          LouisStr Louis Klös added a comment - Hello, is there any progress in this ticket? Can someone give me an status update please? Thank you and best regard Louis Klös

          The 2k UPS however is showing not normal values.

          LouisStr Louis Klös added a comment - The 2k UPS however is showing not normal values.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          Note, this comment is added automatically.

          bot Observium Bot added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files Note, this comment is added automatically.

          People

            landy Mike Stupalov
            LouisStr Louis Klös
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: