Skip to content

bmc firmware version #891

@shikuk

Description

@shikuk

As we need update firmwares of critical components and bmc is such one, add, please, bmc fw information.
As for me works

        command => "ipmitool bmc info"
        .........
        if ($line =~ /^Firmware Revision\s+:\s+(\d+\.\d+)/) {
            $bmc->{VERSION} = $1 unless $1 eq 'none';
        }
        if ($line =~ /^Manufacturer Name\s+:\s+(\w+)/) {
            $bmc->{PUBLISHER} = $1 unless $1 eq 'unknown';
        }
        ..........

but for some reasons FIRMWARES section not available for task inventory,
CONTROLLERS section shown without REV in GLPI,
so I send it as SOFTWARES and so i can get report about iLO/IDRAC firmware revisions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions