-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
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
Labels
No labels