BMC Inventory File Update via Inotify Hook

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

There is a need for an efficient method to share and update system inventory data between a server's BIOS and a baseboard management controller (BMC) in an event-driven model, as existing technologies lack a mechanism to determine when system inventory data is updated, leading to inadequate data processing.

Innovation Solution

A method and system that utilize an in-band channel, such as IPMI over USB or KCS, to receive and update system inventory data from the BIOS, with an inotify hook function monitoring the inventory file for changes and triggering a REST function to process the data when updates occur, ensuring timely loading and processing of the data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If the BIOS and BMC share system inventory data using existing technologies, then data sharing is achieved, but there is no mechanism to determine when data is updated leading to inadequate data processing

Engineering Contradiction:
Improvesystem inventory dataVSAvoiddata processing
Core Design Contradiction:
Loss of informationVSReliability

Solution Approach 1:

The patent implements a feedback mechanism through the inotify hook function that monitors the inventory file for changes. When the BIOS updates the inventory data in the file, the inotify hook detects this change and triggers a notification to the BMC, ensuring the BMC is reliably informed of data updates and can process the data appropriately.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent introduces an intermediary mechanism - the inotify hook function and inventory file - that mediates between the BIOS and BMC. The BIOS writes inventory data to the inventory file, the inotify hook monitors this file for changes, and when changes are detected, it triggers the BMC to process the updated data, creating a reliable data sharing pipeline.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of time

If the management device continuously monitors the inventory file for updates, then data processing timeliness is improved, but system resource consumption increases

Engineering Contradiction:
Improvedata processing delayVSAvoidmanagement device energy
Core Design Contradiction:
Loss of timeVSUse of energy by moving object

Solution Approach 1:

The inotify hook function implements periodic monitoring of the inventory file by watching for change events. Instead of continuous polling, the system periodically checks for updates through the inotify mechanism, which triggers processing only when changes are detected, thereby reducing unnecessary resource consumption while maintaining timely data processing.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The inotify hook function automatically detects file changes and triggers the data processing function without requiring continuous manual intervention or intensive polling. The system serves itself by having the monitoring mechanism automatically respond to changes, reducing the energy burden on the management device while ensuring timely processing.

Inventive Principle:
Principle #25Self-service

3Measurement precision

If the inotify hook function monitors the inventory file by mapping it in a watch list, then update detection accuracy is improved, but device complexity increases

Engineering Contradiction:
Improveupdate detectionVSAvoidmonitoring mechanism
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The inotify hook function serves as an intermediary that simplifies the monitoring complexity. By mapping the inventory file in its watch list, it provides a clean interface between the BIOS and BMC, accurately detecting updates through file change events without requiring complex monitoring logic in either the BIOS or BMC.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The inotify hook provides precise feedback about file changes by monitoring the inventory file through its watch list. When the BIOS updates the file, the inotify mechanism detects this change with high accuracy and provides feedback by triggering the appropriate data processing function, ensuring reliable update detection without excessive complexity.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS10289424B2System and method for loading and populating system inventory data in an event driven model
Publication Date: 2019.05.14 AMERICAN MEGATRENDS
  • US10289424B2 patent drawing
  • US10289424B2 patent drawing
  • US10289424B2 patent drawing

AI summary

Systems and methods for loading and populating system inventory data in an event driven model. A management device, such as a baseboard management controller (BMC), is connected to a host server computing device. The management device has an inventory file storing the system inventory data from a basic input/output system (BIOS) of the host server computing device. When the management device receives the system inventory data from the BIOS of the host server computing device via an in-band channel, the inventory file is updated with the data received. Further, the management device may use existing mechanisms such as the inotify hook function to monitor the inventory file in order to determine whether the inventory file is updated. When the inventory file is updated, the management device invokes a function for loading the inventory file and processing the system inventory data stored in the inventory file.