Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bmc firmware version #891

Open
shikuk opened this issue Feb 2, 2021 · 2 comments
Open

bmc firmware version #891

shikuk opened this issue Feb 2, 2021 · 2 comments

Comments

@shikuk
Copy link

shikuk commented Feb 2, 2021

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

@g-bougard
Copy link
Contributor

Maybe using a netinventory task could be more what you expect and should be possible if BMC cards supports SNMP. Otherwise we may need to enhanced some inventory protocol section, probably the REMOTE_MANAGEMENT one to even propose a dedicated remote management link in GLPI.

@shikuk
Copy link
Author

shikuk commented Feb 2, 2021

SNMP isn't always available.
And sure, REMOTE_MANAGEMENT looks better than SOFTWARES which one i use for this purpose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants