diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 257c78f2c..ffcb4be9e 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1724,6 +1724,10 @@ sub inv { $sessdata->{skipotherfru}=1; @types = qw(asset); } + elsif($subcommand eq "firm" || $subcommand eq "firmware") { + $sessdata->{skipotherfru}=1; + @types = qw(firmware); + } elsif($subcommand eq "model") { $sessdata->{skipotherfru}=1; @types = qw(model);