Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-27220

Bug Template server hpe ilo http - Get Disk

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 7.0.21, 7.4.5, 8.0.0alpha1
    • Templates (T)

      Steps to reproduce:

      • After HPE updated the firmware, Template template_server_hpe_ilo_http.yaml, It is no longer bringing disc information.

      HPE has released a firmware version that fixes this.

      Version: 3.15 (13 Aug 2025)
      Enhancements
      There are no enhancements in the current HPE iLO 5 v3.15 release.

      Fixes
      Upgrade Requirement:
      Recommended - HPE recommends users update to this version at their earliest convenience.

      • Fixed an issue where HPE OneView returned inconsistent datatype for network adapter function ID for a server hardware call.

      • Fixed an issue where the GPU sensor data and status were missing during nVidia driver load and unload transitions randomly.

      • Fixed an issue where during an HPE iLO firmware upgrade to SSP SY 2024.11.02, the RDE VAS went into a freeze state and caused a halt in the upgrade process.

      • Fixed an issue where HDDs connected through the SR controller were not consistently displayed in the HPE iLO 5 Firmware Inventory page or via the Redfish API.

       

      https://105.203.203.46/redfish/v1/Systems/1/SmartStorage/ArrayControllers/

       

       

      {
        "@odata.context": "/redfish/v1/$metadata#HpeSmartStorageArrayControllerCollection.HpeSmartStorageArrayControllerCollection",
        "@odata.etag": "W/\"AA6D42B0\"",
        "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/",
        "@odata.type": "#HpeSmartStorageArrayControllerCollection.HpeSmartStorageArrayControllerCollection",
        "Description": "HPE Smart Storage Array Controllers View",
        "Name": "HpeSmartStorageArrayControllers",
        "Members": [
         
      {       "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/"     }
        ],
        "[email protected]": 1
      }
      

       

      https://105.203.203.46/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives

       

      {
        "@odata.context": "/redfish/v1/$metadata#HpeSmartStorageDiskDriveCollection.HpeSmartStorageDiskDriveCollection",
        "@odata.etag": "W/\"E589C4BF\"",
        "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives",
        "@odata.type": "#HpeSmartStorageDiskDriveCollection.HpeSmartStorageDiskDriveCollection",
        "Description": "HPE Smart Storage Disk Drives View",
        "Name": "HpeSmartStorageDiskDrives",
        "Members": [
         
      {       "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/1"     }
      ,
         
      {       "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/2"     }
      ,
         
      {       "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/3"     }
        ],
        "[email protected]": 3
      }
      

       

      https://105.203.203.46/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/1

       

      {
        "@odata.context": "/redfish/v1/$metadata#HpeSmartStorageDiskDrive.HpeSmartStorageDiskDrive",
        "@odata.etag": "W/\"05E04B73\"",
        "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/0/DiskDrives/1",
        "@odata.type": "#HpeSmartStorageDiskDrive.v2_1_0.HpeSmartStorageDiskDrive",
        "Id": "1",
        "BlockSizeBytes": 512,
        "CapacityGB": 600,
        "CapacityLogicalBlocks": 1172123568,
        "CapacityMiB": 572325,
        "CarrierApplicationVersion": "11",
        "CarrierAuthenticationStatus": "OK",
        "CurrentTemperatureCelsius": 48,
        "Description": "HPE Smart Storage Disk Drive View",
        "DiskDriveStatusReasons": [
          "None"
        ],
        "DiskDriveUse": "Data",
        "EncryptedDrive": false,
        "FirmwareVersion": {
          "Current":
      {       "VersionString": "HPD1"     }
        },
        "InterfaceSpeedMbps": 12000,
        "InterfaceType": "SAS",
        "LegacyBootPriority": "Primary",
        "Location": "1I:3:3",
        "LocationFormat": "ControllerPort:Box:Bay",
        "MaximumTemperatureCelsius": 51,
        "MediaType": "HDD",
        "Model": "EG000600JWFUR",
        "Name": "HpeSmartStorageDiskDrive",
        "PowerOnHours": null,
        "RotationalSpeedRpm": 10500,
        "SSDEnduranceUtilizationPercentage": null,
        "SerialNumber": "0BHEAN8H",
        "Status":
      {     "Health": "OK",     "State": "Enabled"   }
      ,
        "UncorrectedReadErrors": 0,
        "UncorrectedWriteErrors": 0
      }
       
      

       

      In the Get data item:

      Script

      Block: var system_storages

      The calls would need to be adjusted as above.

            zit Zabbix Integration Team
            rmenegaldo Rodrigo Alexandre Menegaldo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: