US20230350712A1 - Bmc parameter configuration and effect-taking method and apparatus, device, and medium - Google Patents

Bmc parameter configuration and effect-taking method and apparatus, device, and medium Download PDF

Info

Publication number
US20230350712A1
US20230350712A1 US18/039,232 US202118039232A US2023350712A1 US 20230350712 A1 US20230350712 A1 US 20230350712A1 US 202118039232 A US202118039232 A US 202118039232A US 2023350712 A1 US2023350712 A1 US 2023350712A1
Authority
US
United States
Prior art keywords
parameter
configuring
taking
database
effect
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US18/039,232
Other versions
US11797334B1 (en
Inventor
Zhili HOU
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Assigned to INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD. reassignment INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HOU, Zhili
Application granted granted Critical
Publication of US11797334B1 publication Critical patent/US11797334B1/en
Publication of US20230350712A1 publication Critical patent/US20230350712A1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present application relates to the technical field of parameter configuring and taking-effect, and particularly relates to a method and apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium.
  • BMC Battery Management Controller
  • the BMC contains various types of parameters, such as the user parameter, the sel/sol parameter and so on defined in the IPMI (Intelligent Platform Management Interface) specification, and network parameters such as the IP address (Internet Protocol Address), the subnet mask and the gateway, which may be configured by the user by using a provided user interaction interface.
  • IPMI Intelligent Platform Management Interface
  • network parameters such as the IP address (Internet Protocol Address), the subnet mask and the gateway, which may be configured by the user by using a provided user interaction interface.
  • processes communicate therebetween by means of pipelines and so on, and the configured parameters are transmitted between the processes also by means of pipelines.
  • different threads are created to process the parameters or data received from the pipelines.
  • the configuration file of the corresponding process is updated, and the relevant service is restarted, whereby the parameter may immediately take effect.
  • all of the different processes are required to create a corresponding thread to receive and configure the configuration parameters relevant to this process, which increases the quantity of the threads of the Linux system, increases a certain overhead of the thread dispatching of the Linux system, and increases the consumption of the system resource to a certain extent.
  • the parameter transmission by means of pipelines has a low efficiency.
  • the multithreading parameter processing increases the system overhead, and deteriorates the system performance.
  • a purpose of the present application is to provide a method and apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium, which may reduce the consumption of the system, and increase the efficiency of the parameter transmission.
  • the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time includes:
  • the method further includes:
  • the method further includes:
  • the method further includes:
  • the method further includes:
  • the database is a redis database.
  • the operation of, according to the parameter taking-effect state, performing the taking-effect processing includes:
  • the present application provides an apparatus for BMC-parameter configuring and taking-effect, and the apparatus includes:
  • the present application provides an electronic device, and the electronic device includes:
  • the present application provides a computer-readable storage medium, and the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, implements the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • the present application provides a method for BMC-parameter configuring and taking-effect, and the method includes: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time; by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured; when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • the parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect.
  • the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters change and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility.
  • the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect.
  • the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users.
  • the present application by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters.
  • the communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • the present application further provides an apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium, all of which have the above-described advantageous effects, which is not discussed further herein.
  • FIG. 1 is a flow chart of a method for BMC-parameter configuring and taking-effect according to an embodiment of the present application
  • FIG. 2 is a schematic structural diagram of an apparatus for BMC-parameter configuring and taking-effect according to an embodiment of the present application
  • FIG. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
  • FIG. 4 is a structural diagram of another electronic device according to an embodiment of the present application.
  • the present embodiment provides a method for BMC-parameter configuring and taking-effect.
  • the parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect.
  • the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility.
  • the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect.
  • the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users.
  • the present application by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters.
  • the communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • FIG. 1 is a flow chart of a method for BMC-parameter configuring and taking-effect according to an embodiment of the present application.
  • the method particularly includes:
  • the database is introduced into the BMC as the main approach of the interprocess communication.
  • the database includes the parameter-configuring states and the parameter taking-effect states.
  • the processes, in use may directly use the corresponding parameter-configuring states and parameter taking-effect states in the database, which has a higher timeliness, and solves the problem of the communication between the different processes.
  • the database stores parameter-configuring states corresponding to a plurality of types of parameters.
  • the first process receives the first external parameter, it firstly modifies the corresponding parameter-configuring state in the database to be being-configured, and subsequently writes the first external parameter into the database, in some embodiments, into a predetermined position of the database.
  • the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility.
  • the method further includes:
  • the interruption serving program it is determined whether in the database there exists the parameter-configuring state that is being-configured. When in the database there exists the parameter-configuring state that is the being-configured, then the step S 103 is executed. When in the database there is no parameter-configuring state that is the being-configured, then it is determined that there is no parameter that requires configuring and taking-effect.
  • the database is provided with parameter taking-effect states, to represent the conditions required for the taking-effect of each of the types of parameters.
  • the method further includes:
  • the parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect.
  • the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility.
  • the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect.
  • the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users.
  • the present application by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters.
  • the communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time includes:
  • two ordinary GPIOs are selected in the BMC.
  • the first GPIO and the second GPIO are externally connected, among them, the first GPIO serves as the triggering source, the second GPIO is registered as system interruption, and the interruption triggering condition is the rising edge.
  • the IFC process of the first GPIO serves as the triggering source, and all of the generally provided user interfaces, such as IPMI, the REST (Representational State Transfer) interface, the redfis interface and the SNMP (Simple Network Management Protocol) interface are implemented by using different processes, which, in order to facilitate the description, are temporarily marked as the IFC process.
  • the mode of realizing the parameter configuring by using the GPIOs leads of the physical hardware and the interruption mechanism according to the present embodiment reduces the load of the Linux system to a large extent, and does not require the communication modes that require real-time monitoring or congestion such as pipelines.
  • the method for BMC-parameter configuring and taking-effect further includes:
  • the second process receives the second external parameter, firstly, it is determined whether in the database there exists the parameter-configuring state that is the being-configured. In some embodiments, when in the database there exists the parameter-configuring state that is the being-configured, then it is determined that the previous one process, i.e., the first process, is not completely processed. Merely when all of the processes are completely processed, and no parameter-configuring state is the being-configured, the parameter-configuring state corresponding to the second external parameter of the database is modified to be the being-configured, to realize the configuring and taking-effect of the second external parameter.
  • the method further includes:
  • the parameter configuring duration is recorded, and when the preset duration is exceeded, it is determined that the configuring is overtime.
  • configuring error might happen.
  • the configuring of the next external parameter may be processed, and after a predetermined condition is reached, the first external parameter is reconfigured, to increase the efficiency of the configuring of the external parameter.
  • the predetermined condition may be that no external parameter requires to be configured, or that, after the system restarts, the configuring of the first external parameter is performed again, which is not limited in the present embodiment, and may be set according to practical demands by the user.
  • the log information of the configuring overtime may be sent to the user, so that the user may track and solve in time.
  • the method further includes:
  • the corresponding parameter-configuring state is updated timely to configuration success.
  • the parameter-configuring state is updated according to the type of the error.
  • the method further includes:
  • the parameter-configuring state obtained after the parameter configuring is fed back to the user side.
  • the quantity of the parameter configuring reaches a preset quantity
  • the parameter-configuring state obtained after the parameter configuring is fed back to the user side.
  • the parameter-configuring state obtained after the parameter configuring is fed back to the user side.
  • the present embodiment by feeding back the value of the parameter-configuring state to the user side, ensures that the user may track the configuring process, and know the profile of the error timely, to facilitate the subsequent system maintenance.
  • the database is a redis database.
  • the mutual-exclusion mechanism of the redis database is employed, and it is not required to handle the synchronization mechanism between the different processes by oneself, which results in a good reliability.
  • the method for BMC-parameter configuring and taking-effect is implemented based on the interruption function of the GPIOs and the redis database, the communication channels of the IFC process and the interruption-service processing function are realized by using the GPIOs, and, subsequently, by configuring the two fields in the redis database, the parameter-configuring states and the triggering mechanism of the parameter-configuring and taking-effect are customized and processed.
  • the operation of, according to the parameter taking-effect state, performing the taking-effect processing includes: according to the parameter taking-effect state, determining a corresponding taking-effect condition; and according to the taking-effect condition, performing the taking-effect processing; and the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
  • the user may flexibly select the triggering condition for the parameter taking-effect, i.e., whether it is required to take effect immediately, or it is required to restart the BMC or delay for a certain duration and subsequently take effect, whereby the flexibility is better, and the customization by the user may be satisfied more easily.
  • the present embodiment provides a method for BMC-parameter configuring and taking-effect based on the interruption function of the GPIOs and the redis database.
  • the main implementing steps will be described as follows:
  • S 2 providing a key-value pair of one parameter-configuring state in the redis database, wherein the key name is paramcfgstatus.
  • the state key describes a key-value pair of the type of the array, and each of the elements in the array represents the configuring state of a certain type of parameters.
  • the configuring state includes being-idle (with the value of 0), being-configured (with the value of 1), configuration file does not exist (with the value of 2), configuration parameter does not exist (with the value of 3), parameter configuration error (with the value of 4), another error (with the value of 5) and parameter configuration success (with the value of 6).
  • S 3 providing a key-value pair of one parameter taking-effect state in the redis database, wherein the key name is paramtakeeffectstatus.
  • the state key describes a key-value pair of the type of the array, and each of the elements in the array represents the taking-effect condition of a certain type of parameters.
  • the taking-effect condition includes taking effect immediately (with the value of 0), taking effect when a BMC restarts automatically (with the value of 0xff), taking effect when a BMC restarts next time (with the value of 0xFe), and taking effect delayed (represented by other numerical values), among them, the corresponding numerical values represent the duration of the delaying with the unit of seconds.
  • This operation includes, firstly, acquiring the value corresponding to the key of paramcfgstatus, and reading through each of the elements in the acquired paramcfgstatus array;
  • the present embodiment has the following advantageous effects.
  • the mode of realizing the parameter configuring by using the GPIOs leads of the physical hardware and the interruption mechanism reduces the load of the Linux system to a large extent, and does not require the communication modes that require real-time monitoring or congestion such as pipelines.
  • the parameter processing and the parameter configuring are more concentrated, and, when a problem emerges, the troubleshooting may be easily performed.
  • the interruption serving function By using the one interruption serving function, the configuring and taking-effect of the different parameters may be realized, and the interruption serving function may be processed by using the mechanisms of callback functions, with very excellent expansibility and flexibility.
  • the relevant errors and states during the parameter configuring may be timely fed back to the parameter configuring process, whereby the user may know whether the parameter configuring succeeds and the reason for the failure.
  • the user may flexibly select the triggering condition for the parameter taking-effect, i.e., whether it is required to take effect immediately, or it is required to restart the BMC or delay for a certain duration and subsequently take effect, whereby the flexibility is better, and the customization by the user may be satisfied more easily.
  • FIG. 2 is a schematic structural diagram of an apparatus for BMC-parameter configuring and taking-effect according to an embodiment of the present application.
  • the apparatus includes:
  • the parameter writing and interruption triggering module 201 is particularly configured for:
  • the apparatus further includes:
  • the apparatus further includes:
  • the apparatus further includes: a state updating module configured for:
  • the apparatus further includes:
  • the database is a redis database.
  • the taking-effect module 204 includes:
  • the embodiments of the apparatus may refer to the description on the embodiments of the method, and are not discussed further herein.
  • FIG. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
  • the electronic device includes:
  • a memory 301 configured for storing a computer program
  • the memory 301 includes a non-transitory storage medium and an internal memory.
  • the non-transitory storage medium stores an operating system and a computer-readable instruction.
  • the internal memory provides the environment for the running of the operating system and the computer-readable instruction in the non-transitory storage medium.
  • the processor 302 provides the capacities of calculating and controlling to the electronic device, and, when executing the computer program stored in the memory 301 , may implement the following operations: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time; by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured; when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and after the first external parameter is successfully written into the configuration file, acquiring from the database a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: recording a configuring duration of the configuring of the first external parameter; and when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, and the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
  • the processor 302 when executing a computer subprogram stored in the memory 301 , may implement the following operations: according to the parameter taking-effect state, determining a corresponding taking-effect condition; and according to the taking-effect condition, performing the taking-effect processing; and the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
  • FIG. 4 is a structural diagram of another electronic device according to an embodiment of the present application.
  • the electronic device further includes:
  • the input interface 303 may be connected to an inputting device, and receive parameters or instructions inputted manually by the user.
  • the inputting device may be a touch layer covering the display screen, may also be a key, a trackball or a touch-controlling board provided at the housing of a terminal, and may also be a keyboard, a touch-controlling board, a mouse and so on.
  • a displaying unit 304 connected to the processor 302 , configured for displaying the data sent by the processor 302 .
  • the displaying unit 304 may be a display screen, a liquid-crystal display screen or an electronic-ink display screen in a PC (Personal Computer).
  • a network port 305 connected to the processor 302 , configured for making communicative connection with external terminal devices.
  • the communication technique employed by the communicative connection may be a wired-communication technique or a wireless-communication technique, such as Mobile High-Definition Link, Universal Serial Bus, High-Definition Multimedia Interface, Wireless Fidelity, Bluetooth communication, low-power-consumption Bluetooth communication, and communication based on IEEE802.11s.
  • the embodiments of the electronic device and the embodiments of the method correspond to each other, the embodiments of the electronic device may refer to the description on the embodiments of the method, and are not discussed further herein.
  • a computer-readable storage medium according to the embodiments of the present application will be described below, and the computer-readable storage medium described below and the method described above may correspondingly refer to each other.
  • the present embodiment provides a computer-readable storage medium, and the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, implements the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • the embodiments of the computer-readable storage medium and the embodiments of the method correspond to each other, the embodiments of the computer-readable storage medium may refer to the description on the embodiments of the method, and are not discussed further herein.
  • the steps of the method or algorithm described with reference to the embodiments disclosed herein may be implemented directly by using hardware, a software module executed by a processor or a combination thereof.
  • the software module may be embedded in a Random Access Memory, an internal memory, a read-only memory, an electrically programmable read-only memory, an electrically erasable programmable read-only memory, a register, a hard disk, a removable disk, or a storage medium in any other form well known in the art.

Abstract

A method and apparatus for BMC-parameter configuring and taking-effect, a device and a medium. The method includes: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time; by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured; when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.

Description

  • The present application claims the priority of the Chinese patent application filed on Jun. 22, 2021 before the Chinese Patent Office with the application number of 202110691443.X and the title of “BMC PARAMETER CONFIGURATION AND EFFECT-TAKING METHOD AND APPARATUS, DEVICE, AND MEDIUM”, which is incorporated herein in its entirety by reference.
  • FIELD
  • The present application relates to the technical field of parameter configuring and taking-effect, and particularly relates to a method and apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium.
  • BACKGROUND
  • BMC (Board Management Controller) is a managing subsystem that is independent of the OS (Operating System). The BMC contains various types of parameters, such as the user parameter, the sel/sol parameter and so on defined in the IPMI (Intelligent Platform Management Interface) specification, and network parameters such as the IP address (Internet Protocol Address), the subnet mask and the gateway, which may be configured by the user by using a provided user interaction interface. In the current methods for the BMC to configure the parameters and enable the parameters to take effect, processes communicate therebetween by means of pipelines and so on, and the configured parameters are transmitted between the processes also by means of pipelines. In the different processes, different threads are created to process the parameters or data received from the pipelines. After a particular parameter has been received, the configuration file of the corresponding process is updated, and the relevant service is restarted, whereby the parameter may immediately take effect. However, all of the different processes are required to create a corresponding thread to receive and configure the configuration parameters relevant to this process, which increases the quantity of the threads of the Linux system, increases a certain overhead of the thread dispatching of the Linux system, and increases the consumption of the system resource to a certain extent. The parameter transmission by means of pipelines has a low efficiency. The multithreading parameter processing increases the system overhead, and deteriorates the system performance.
  • Therefore, how to provide a solution that solves the above-described technical problems is a problem that currently a person skilled in the art requires to solve.
  • SUMMARY
  • A purpose of the present application is to provide a method and apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium, which may reduce the consumption of the system, and increase the efficiency of the parameter transmission. The particular solutions are as follows:
      • the present application provides a method for BMC-parameter configuring and taking-effect, and the method includes:
      • after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time;
      • by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured;
      • when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
      • after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • In some embodiments of the present application, the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time includes:
      • after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
  • In some embodiments of the present application, the method further includes:
      • after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and
      • when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
  • In some embodiments of the present application, the method further includes:
      • recording a configuring duration of the configuring of the first external parameter; and
      • when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
  • In some embodiments of the present application, after the operation of writing the first external parameter into the database, the method further includes:
      • after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and
      • when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, and the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
  • In some embodiments of the present application, the method further includes:
      • feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
  • In some embodiments of the present application, the database is a redis database.
  • In some embodiments of the present application, the operation of, according to the parameter taking-effect state, performing the taking-effect processing includes:
      • according to the parameter taking-effect state, determining a corresponding taking-effect condition; and
      • according to the taking-effect condition, performing the taking-effect processing; and
      • the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
  • The present application provides an apparatus for BMC-parameter configuring and taking-effect, and the apparatus includes:
      • a parameter writing and interruption triggering module configured for, after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time;
      • a state determining module configured for, by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured;
      • a configuring module configured for, when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
      • a taking-effect module configured for, after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • The present application provides an electronic device, and the electronic device includes:
      • a memory configured for storing a computer program; and
      • a processor configured for, when executing the computer program, implementing the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • The present application provides a computer-readable storage medium, and the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, implements the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • The present application provides a method for BMC-parameter configuring and taking-effect, and the method includes: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time; by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured; when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • It can be seen that, in the present application, the parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect. While the first external parameter is written into the database, the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters change and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility. When in the database there is a parameter-configuring state that is being-configured, the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect. By setting the parameter taking-effect states, the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users. The present application, by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters. The communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • The present application further provides an apparatus for BMC-parameter configuring and taking-effect, an electronic device and a computer-readable storage medium, all of which have the above-described advantageous effects, which is not discussed further herein.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In order to more clearly illustrate the technical solutions of the embodiments of the present application or the prior art, the figures that are required to describe the embodiments or the prior art will be briefly described below. Apparently, the figures that are described below are merely embodiments of the present application, and a person skilled in the art may obtain other figures according to the provided figures without paying creative work.
  • FIG. 1 is a flow chart of a method for BMC-parameter configuring and taking-effect according to an embodiment of the present application;
  • FIG. 2 is a schematic structural diagram of an apparatus for BMC-parameter configuring and taking-effect according to an embodiment of the present application;
  • FIG. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application; and
  • FIG. 4 is a structural diagram of another electronic device according to an embodiment of the present application.
  • DETAILED DESCRIPTION
  • In order to make the objects, the technical solutions and the advantages of the embodiments of the present application clearer, the technical solutions according to the embodiments of the present application will be clearly and completely described below with reference to the drawings according to the embodiments of the present application. Apparently, the described embodiments are merely certain embodiments of the present application, rather than all of the embodiments. All of the other embodiments that a person skilled in the art obtains on the basis of the embodiments of the present application without paying creative work fall within the protection scope of the present application.
  • In the current methods for the BMC to configure the parameters and enable the parameters to take effect, processes communicate therebetween by means of pipelines and so on, and the configured parameters are transmitted between the processes also by means of pipelines. In the different processes, different threads are created to process the parameters or data received from the pipelines. After a particular parameter is received, the configuration file of the corresponding process is updated, and the relevant service is restarted, whereby the parameter may immediately take effect. However, all of the different processes are required to create a corresponding thread to receive and configure the configuration parameters relevant to this process, which increases the quantity of the threads of the Linux system, increases a certain overhead of the thread dispatching of the Linux system, and increases the consumption of the system resource to a certain extent. The parameter transmission by means of pipelines has a low efficiency. The multithreading parameter processing increases the system overhead, and deteriorates the system performance.
  • In view of the above technical problems, the present embodiment provides a method for BMC-parameter configuring and taking-effect. The parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect. While the first external parameter is written into the database, the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility. When in the database there is a parameter-configuring state that is being-configured, the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect. By setting the parameter taking-effect states, the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users. The present application, by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters. The communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • Referring to FIG. 1 , FIG. 1 is a flow chart of a method for BMC-parameter configuring and taking-effect according to an embodiment of the present application. The method particularly includes:
  • S101: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time.
  • In the present embodiment, the database is introduced into the BMC as the main approach of the interprocess communication. The database includes the parameter-configuring states and the parameter taking-effect states. The processes, in use, may directly use the corresponding parameter-configuring states and parameter taking-effect states in the database, which has a higher timeliness, and solves the problem of the communication between the different processes.
  • In the present embodiment, the database stores parameter-configuring states corresponding to a plurality of types of parameters. After the first process receives the first external parameter, it firstly modifies the corresponding parameter-configuring state in the database to be being-configured, and subsequently writes the first external parameter into the database, in some embodiments, into a predetermined position of the database. Meanwhile, the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility.
  • In some embodiments of the present application, the method further includes:
      • providing a key-value pair of one parameter-configuring state in the database. The key name may be configured according to demands, and, for example, may be configured to be paramcfgstatus. The state key describes a key-value pair of a type of an array, and each of the elements in the array represents the configuring state of a certain type of parameters. The configuring state includes being-idle (with the value of 0), being-configured (with the value of 1), configuration file does not exist (with the value of 2), configuration parameter does not exist (with the value of 3), parameter configuration error (with the value of 4), another error (with the value of 5) and parameter configuration success (with the value of 6). The particular values may also be set according to demands, which is not limited in the present embodiment, as long as the purpose of the present embodiment may be realized.
  • S102: by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured.
  • By using the interruption serving program, it is determined whether in the database there exists the parameter-configuring state that is being-configured. When in the database there exists the parameter-configuring state that is the being-configured, then the step S103 is executed. When in the database there is no parameter-configuring state that is the being-configured, then it is determined that there is no parameter that requires configuring and taking-effect.
  • S103: when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file.
  • S104: after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • The database is provided with parameter taking-effect states, to represent the conditions required for the taking-effect of each of the types of parameters. After the first external parameter is successfully written into the configuration file, the parameter taking-effect state corresponding to the first external parameter is acquired, and subsequently the taking-effect processing is performed.
  • In some embodiments of the present application, the method further includes:
      • providing a key-value pair of one parameter taking-effect state in the database. The key name may be configured according to demands, and, for example, may be configured to be paramtakeeffectstatus. The state key describes a key-value pair of the type of the array, and each of the elements in the array represents the taking-effect condition of a certain type of parameters. The taking-effect condition includes taking effect immediately (with the value of 0), taking effect when a BMC restarts automatically (with the value of 0xff), taking effect when a BMC restarts next time (with the value of 0xFe), and taking effect delayed (represented by other numerical values), among them, the corresponding numerical values represent the duration of the delaying with the unit of seconds. The particular values may also be set according to demands, which is not limited in the present embodiment, as long as the purpose of the present embodiment may be realized.
  • On the basis of the above technical solution, in the present embodiment, the parameter-configuring states and the parameter taking-effect states are introduced into the database to configure the parameters and cause the parameters to take effect. While the first external parameter is written into the database, the interruption serving program is triggered, and the interruption serving program is used to, by using the parameter-configuring states, determine which parameters changes and require to be processed, to more concentrate the configuring of the external parameters, which may be realized by merely using the interruption serving program, thereby improving the expansibility. When in the database there is the parameter-configuring state that is the being-configured, the first external parameter stored in the database is written into the configuration file, and, according to the corresponding parameter taking-effect state, the parameter is caused to take effect. By setting the parameter taking-effect states, the taking-effect mechanism is flexibly realized, to satisfy the different demands of the users. The present application, by using the database as the medium of the interprocess communication, and using the parameter-configuring states and the parameter taking-effect states of the database, realizes the configuring and the taking-effect of the parameters. The communication mode that does not require the pipelines does not only increase the efficiency of the parameter transmission, but also reduces the load of the system.
  • On the basis of the above embodiment, in order to efficiently realize the function of triggering, the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time includes:
      • after the first process receives the first external parameter by using a first GPIO (General-Purpose Input/Output), writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
  • In the present embodiment, two ordinary GPIOs are selected in the BMC. The first GPIO and the second GPIO are externally connected, among them, the first GPIO serves as the triggering source, the second GPIO is registered as system interruption, and the interruption triggering condition is the rising edge. It may be understood that the IFC process of the first GPIO serves as the triggering source, and all of the generally provided user interfaces, such as IPMI, the REST (Representational State Transfer) interface, the redfis interface and the SNMP (Simple Network Management Protocol) interface are implemented by using different processes, which, in order to facilitate the description, are temporarily marked as the IFC process.
  • On the basis of the above technical solution, the mode of realizing the parameter configuring by using the GPIOs leads of the physical hardware and the interruption mechanism according to the present embodiment reduces the load of the Linux system to a large extent, and does not require the communication modes that require real-time monitoring or congestion such as pipelines.
  • On the basis of any one of the above embodiments, in order to ensure the accuracy of the parameter configuring and taking-effect of each of the processes, the method for BMC-parameter configuring and taking-effect further includes:
      • after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and
      • when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
  • After the second process receives the second external parameter, firstly, it is determined whether in the database there exists the parameter-configuring state that is the being-configured. In some embodiments, when in the database there exists the parameter-configuring state that is the being-configured, then it is determined that the previous one process, i.e., the first process, is not completely processed. Merely when all of the processes are completely processed, and no parameter-configuring state is the being-configured, the parameter-configuring state corresponding to the second external parameter of the database is modified to be the being-configured, to realize the configuring and taking-effect of the second external parameter.
  • It can be seen that, in the present embodiment, after the external parameter is received, and before the parameter-configuring state is modified into the being-configured, firstly it is determined whether in the database there is the parameter-configuring state that is the being-configured, and only when there is no parameter-configuring state that is the being-configured, the modification is performed, which ensures the accuracy and the reliability of the configuring and taking-effect of each of the parameters, to prevent erroneous configuring.
  • On the basis of any one of the above embodiments, the method further includes:
      • recording a configuring duration of the configuring of the first external parameter; and
      • when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
  • The parameter configuring duration is recorded, and when the preset duration is exceeded, it is determined that the configuring is overtime. In the configuring, configuring error might happen. Accordingly, the configuring of the next external parameter may be processed, and after a predetermined condition is reached, the first external parameter is reconfigured, to increase the efficiency of the configuring of the external parameter. The predetermined condition may be that no external parameter requires to be configured, or that, after the system restarts, the configuring of the first external parameter is performed again, which is not limited in the present embodiment, and may be set according to practical demands by the user. Certainly, the log information of the configuring overtime may be sent to the user, so that the user may track and solve in time.
  • On the basis of any one of the above embodiments, after the operation of writing the first external parameter into the database, the method further includes:
      • after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and
      • when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, and the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
  • On the basis of the above technical solution, in the present embodiment, after the first external parameter is successfully written into the configuration file, the corresponding parameter-configuring state is updated timely to configuration success. When the configuring process has an error, the parameter-configuring state is updated according to the type of the error.
  • On the basis of any one of the above embodiments, in order to ensure that the user may track the configuring process, and know the profile of the error timely, to facilitate the subsequent system maintenance, the method further includes:
      • feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
  • In an embodiment, after a request sent by the user side is received, according to the request, the parameter-configuring state obtained after the parameter configuring is fed back to the user side. In another embodiment, after the quantity of the parameter configuring reaches a preset quantity, the parameter-configuring state obtained after the parameter configuring is fed back to the user side. In another embodiment, with a preset period, the parameter-configuring state obtained after the parameter configuring is fed back to the user side. Which of the above modes is particularly used is not limited in the present embodiment, and may be customized by the user.
  • On the basis of the above technical solution, the present embodiment, by feeding back the value of the parameter-configuring state to the user side, ensures that the user may track the configuring process, and know the profile of the error timely, to facilitate the subsequent system maintenance.
  • In some embodiments of the present application, the database is a redis database. The mutual-exclusion mechanism of the redis database is employed, and it is not required to handle the synchronization mechanism between the different processes by oneself, which results in a good reliability. In some embodiments, the method for BMC-parameter configuring and taking-effect is implemented based on the interruption function of the GPIOs and the redis database, the communication channels of the IFC process and the interruption-service processing function are realized by using the GPIOs, and, subsequently, by configuring the two fields in the redis database, the parameter-configuring states and the triggering mechanism of the parameter-configuring and taking-effect are customized and processed. That excellently solves the problem of mutual exclusion between the different processes, the problem of parameter configuring and taking-effect, the problems of the high resource consumption and the dispersive parameter-configuration distribution of the Linux system, and so on, facilitates problem troubleshooting, and may be applied to all of Linux embedded systems.
  • In some embodiments of the present application, the operation of, according to the parameter taking-effect state, performing the taking-effect processing includes: according to the parameter taking-effect state, determining a corresponding taking-effect condition; and according to the taking-effect condition, performing the taking-effect processing; and the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed. By introducing the parameter taking-effect state corresponding to the field of the taking-effect mechanism, the user may flexibly select the triggering condition for the parameter taking-effect, i.e., whether it is required to take effect immediately, or it is required to restart the BMC or delay for a certain duration and subsequently take effect, whereby the flexibility is better, and the customization by the user may be satisfied more easily.
  • On the basis of any one of the above embodiments, the present embodiment provides a method for BMC-parameter configuring and taking-effect based on the interruption function of the GPIOs and the redis database. The main implementing steps will be described as follows:
  • S1: firstly, introducing the redis database into the BMC as the main approach of the interprocess communication.
  • S2: providing a key-value pair of one parameter-configuring state in the redis database, wherein the key name is paramcfgstatus. The state key describes a key-value pair of the type of the array, and each of the elements in the array represents the configuring state of a certain type of parameters. The configuring state includes being-idle (with the value of 0), being-configured (with the value of 1), configuration file does not exist (with the value of 2), configuration parameter does not exist (with the value of 3), parameter configuration error (with the value of 4), another error (with the value of 5) and parameter configuration success (with the value of 6).
  • S3: providing a key-value pair of one parameter taking-effect state in the redis database, wherein the key name is paramtakeeffectstatus. The state key describes a key-value pair of the type of the array, and each of the elements in the array represents the taking-effect condition of a certain type of parameters. The taking-effect condition includes taking effect immediately (with the value of 0), taking effect when a BMC restarts automatically (with the value of 0xff), taking effect when a BMC restarts next time (with the value of 0xFe), and taking effect delayed (represented by other numerical values), among them, the corresponding numerical values represent the duration of the delaying with the unit of seconds.
  • S4: selecting two ordinary GPIOs in the BMC, and externally connecting the two GPIOs, wherein one of the GPIOs serves as the triggering source in the IFC process, the other GPIO is registered as system interruption, and the interruption triggering condition is the rising edge.
  • S5: implementing an interrupt processing function.
  • This operation includes, firstly, acquiring the value corresponding to the key of paramcfgstatus, and reading through each of the elements in the acquired paramcfgstatus array;
      • determining whether the state of each type of the parameters is the being-configured;
      • when the state of each type of the parameters is the being-configured, then acquiring the corresponding parameter configuration from the promised region of the redis database into the corresponding configuration file;
      • when an error appears in the process of the writing into the configuration file, then, according to the error type, writing the field corresponding to paramcfgstatus as configuration file does not exist, configuration parameter does not exist, parameter configuration error or another error;
      • when the configuring succeeds, then modifying the field corresponding to paramcfgstatus into parameter configuration success, acquiring paramtakeeffectstatus from the redis database, and looking up the taking-effect condition of the corresponding parameter in the array; when it is the taking effect immediately, then immediately restarting the process using the parameter; when it is the taking effect when a BMC restarts automatically, then immediately restarting the BMC; when it is the taking effect when a BMC restarts next time, then not performing any operation, and recording the log to prompt the background maintainer that there is a parameter configuration, and when it is required to take effect then it is required to manually restart the BMC by the background maintainer; and when it is the taking effect delayed, then delaying for the corresponding duration and subsequently restarting the process corresponding to the parameter; and
      • after the parameter processing is completed, determining whether another parameter of paramcfgstatus requires processing; when another parameter of paramcfgstatus requires processing, then processing it; and when there is no parameter of paramcfgstatus required to be processed, then exiting.
  • S6: when the IFC process has a demand of parameter configuring, firstly writing the parameter into the corresponding configuration-parameter region of the redis database, subsequently setting the state of paramcfgstatus into the being-configured, and triggering the corresponding GPIO to initiate the interruption serving function in the step S5 to process; and after paramtakeeffectstatus is processed by using the different strategies of different parameters, subsequently detecting in real time the paramcfgstatus state therein, determining the processing process and the result of the interruption serving function according to the state, and returning the result of the parameter configuring to the user.
  • On the basis of the above technical solution, the present embodiment has the following advantageous effects. The mode of realizing the parameter configuring by using the GPIOs leads of the physical hardware and the interruption mechanism reduces the load of the Linux system to a large extent, and does not require the communication modes that require real-time monitoring or congestion such as pipelines. The parameter processing and the parameter configuring are more concentrated, and, when a problem emerges, the troubleshooting may be easily performed. By using the one interruption serving function, the configuring and taking-effect of the different parameters may be realized, and the interruption serving function may be processed by using the mechanisms of callback functions, with very excellent expansibility and flexibility. By using the corresponding fields in the redis database, the relevant errors and states during the parameter configuring may be timely fed back to the parameter configuring process, whereby the user may know whether the parameter configuring succeeds and the reason for the failure. By introducing the field of the taking-effect mechanism, the user may flexibly select the triggering condition for the parameter taking-effect, i.e., whether it is required to take effect immediately, or it is required to restart the BMC or delay for a certain duration and subsequently take effect, whereby the flexibility is better, and the customization by the user may be satisfied more easily.
  • An apparatus for BMC-parameter configuring and taking-effect according to the embodiments of the present application will be described below, and the apparatus for BMC-parameter configuring and taking-effect described below and the method for BMC-parameter configuring and taking-effect described above may correspondingly refer to each other. Referring to FIG. 2 , FIG. 2 is a schematic structural diagram of an apparatus for BMC-parameter configuring and taking-effect according to an embodiment of the present application. The apparatus includes:
      • a parameter writing and interruption triggering module 201 configured for, after a first process receives a first external parameter, writing the first external parameter into the database, and triggering an interruption serving program at the same time;
      • a state determining module 202 configured for, by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured;
      • a configuring module 203 configured for, when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
      • a taking-effect module 204 configured for, after the first external parameter is successfully written into the configuration file, acquiring from the database a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • In some embodiments of the present application, the parameter writing and interruption triggering module 201 is particularly configured for:
      • after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
  • In some embodiments of the present application, the apparatus further includes:
      • a judging module configured for, after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and
      • a modifying module configured for, when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
  • In some embodiments of the present application, the apparatus further includes:
      • a duration recording module configured for recording a configuring duration of the configuring of the first external parameter; and
      • a determining module configured for, when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
  • In some embodiments of the present application, the apparatus further includes: a state updating module configured for:
      • after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and
      • when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, and the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
  • In some embodiments of the present application, the apparatus further includes:
      • a feeding-back module configured for feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
  • In some embodiments of the present application, the database is a redis database.
  • In some embodiments of the present application, the taking-effect module 204 includes:
      • a taking-effect-condition determining unit configured for, according to the parameter taking-effect state, determining a corresponding taking-effect condition; and
      • a taking-effect-processing unit configured for, according to the taking-effect condition, performing the taking-effect processing;
      • wherein the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
  • Because the embodiments of the apparatus and the embodiments of the method correspond to each other, the embodiments of the apparatus may refer to the description on the embodiments of the method, and are not discussed further herein.
  • An electronic device according to the embodiments of the present application will be described below, and the electronic device described below and the method described above may correspondingly refer to each other.
  • Referring to FIG. 3 , FIG. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application. The electronic device includes:
  • a memory 301 configured for storing a computer program; and
      • a processor 302 configured for, when executing the computer program, implementing the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • The memory 301 includes a non-transitory storage medium and an internal memory. The non-transitory storage medium stores an operating system and a computer-readable instruction. The internal memory provides the environment for the running of the operating system and the computer-readable instruction in the non-transitory storage medium. The processor 302 provides the capacities of calculating and controlling to the electronic device, and, when executing the computer program stored in the memory 301, may implement the following operations: after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, and writing the first external parameter into the database, and triggering an interruption serving program at the same time; by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is being-configured; when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and after the first external parameter is successfully written into the configuration file, acquiring from the database a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: recording a configuring duration of the configuring of the first external parameter; and when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, and the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
  • In some embodiments, the processor 302, when executing a computer subprogram stored in the memory 301, may implement the following operations: according to the parameter taking-effect state, determining a corresponding taking-effect condition; and according to the taking-effect condition, performing the taking-effect processing; and the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
  • On the basis of the above embodiments, as an embodiment, referring to FIG. 4 , FIG. 4 is a structural diagram of another electronic device according to an embodiment of the present application. The electronic device further includes:
  • an input interface 303, connected to the processor 302, configured for acquiring computer programs, parameters and instructions imported externally, and, under the controlling by the processor 302, saving into the memory 301. The input interface 303 may be connected to an inputting device, and receive parameters or instructions inputted manually by the user. The inputting device may be a touch layer covering the display screen, may also be a key, a trackball or a touch-controlling board provided at the housing of a terminal, and may also be a keyboard, a touch-controlling board, a mouse and so on.
  • A displaying unit 304, connected to the processor 302, configured for displaying the data sent by the processor 302. The displaying unit 304 may be a display screen, a liquid-crystal display screen or an electronic-ink display screen in a PC (Personal Computer).
  • A network port 305, connected to the processor 302, configured for making communicative connection with external terminal devices. The communication technique employed by the communicative connection may be a wired-communication technique or a wireless-communication technique, such as Mobile High-Definition Link, Universal Serial Bus, High-Definition Multimedia Interface, Wireless Fidelity, Bluetooth communication, low-power-consumption Bluetooth communication, and communication based on IEEE802.11s.
  • Because the embodiments of the electronic device and the embodiments of the method correspond to each other, the embodiments of the electronic device may refer to the description on the embodiments of the method, and are not discussed further herein.
  • A computer-readable storage medium according to the embodiments of the present application will be described below, and the computer-readable storage medium described below and the method described above may correspondingly refer to each other.
  • The present embodiment provides a computer-readable storage medium, and the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, implements the operations of the method for BMC-parameter configuring and taking-effect stated above.
  • Because the embodiments of the computer-readable storage medium and the embodiments of the method correspond to each other, the embodiments of the computer-readable storage medium may refer to the description on the embodiments of the method, and are not discussed further herein.
  • The embodiments of the description are described in the mode of progression, each of the embodiments emphatically describes the differences from the other embodiments, and the same or similar parts of the embodiments may refer to each other. Regarding the devices according to the embodiments, because they correspond to the methods according to the embodiments, they are described simply, and the relevant parts may refer to the description on the methods.
  • A person skilled in the art may further understand that the units and the algorithm steps of the examples described with reference to the embodiments disclosed herein may be implemented by using electronic hardware, computer software or a combination thereof. In order to clearly explain the interchangeability between the hardware and the software, the above description has described generally the configurations and the steps of the examples according to the functions. Whether those functions are executed by hardware or software depends on the particular applications and the design constraints of the technical solutions. A person skilled in the art may employ different methods to implement the described functions with respect to each of the particular applications, but the implementations should not be considered as extending beyond the scope of the present application.
  • The steps of the method or algorithm described with reference to the embodiments disclosed herein may be implemented directly by using hardware, a software module executed by a processor or a combination thereof. The software module may be embedded in a Random Access Memory, an internal memory, a read-only memory, an electrically programmable read-only memory, an electrically erasable programmable read-only memory, a register, a hard disk, a removable disk, or a storage medium in any other form well known in the art.
  • The method and apparatus for BMC-parameter configuring and taking-effect, the electronic device and the computer-readable storage medium according to the present application have been described in detail above. The principle and the embodiments of the present application are described herein with reference to the particular examples, and the description of the above embodiments is merely intended to facilitate to comprehend the method according to the present application and its core concept. It should be noted that a person skilled in the art may make improvements and modifications on the present application without departing from the principle of the present application, and all of the improvements and modifications fall within the protection scope of the claims of the present application.

Claims (22)

1. A method for BMC-parameter configuring and taking-effect, wherein the method comprises:
after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, writing the first external parameter into the database, and triggering an interruption serving program at the same time;
by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is the being-configured;
when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
2. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the database stores parameter-configuring states corresponding to a plurality of types of parameters;
the database is provided with parameter taking-effect states, to represent conditions required for taking-effect of each of the types of parameters; and
processes, by using the corresponding parameter-configuring states and parameter taking-effect states in the database, solve problems of communication between different processes.
3. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time comprises:
after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
4. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the method further comprises:
after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and
when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
5. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the method further comprises:
recording a configuring duration of the configuring of the first external parameter; and
when the configuring duration exceeds a preset duration, determining that the configuring is overtime.
6. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein after the operation of writing the first external parameter into the database, the method further comprises:
after the first external parameter is successfully written into the configuration file, updating the parameter-configuring state corresponding to the first external parameter in the database to configuration success; and
when the first external parameter is not successfully written into the configuration file, according to an error type of a writing error in a writing process, updating the parameter-configuring state, wherein the parameter-configuring state corresponding to the error type includes one or more of being-idle, configuration file does not exist, configuration parameter does not exist, parameter configuration error and another error.
7. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the method further comprises:
feeding back the parameter-configuring state obtained after the parameter configuring to a user side.
8. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the database is a redis database.
9. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the operation of, according to the parameter taking-effect state, performing the taking-effect processing comprises:
according to the parameter taking-effect state, determining a corresponding taking-effect condition; and
according to the taking-effect condition, performing the taking-effect processing;
wherein the taking-effect condition includes one or more of taking effect immediately, taking effect when a BMC restarts automatically, taking effect when a BMC restarts next time, and taking effect delayed.
10. (canceled)
11. (canceled)
12. An electronic device, wherein the electronic device comprises:
a memory configured for storing a computer program; and
a processor configured for, when executing the computer program, implementing the operations comprising:
after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, writing the first external parameter into the database, and triggering an interruption serving program at the same time;
by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is the being-configured;
when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
13. A computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, and the computer program, when executed by a processor, implements the operations comprising:
after a first process receives a first external parameter, modifying a parameter-configuring state corresponding to the first external parameter of a database to be being-configured, writing the first external parameter into the database, and triggering an interruption serving program at the same time;
by using the interruption serving program, determining whether in the database there exists a parameter-configuring state that is the being-configured;
when in the database there exists the parameter-configuring state that is the being-configured, writing the first external parameter stored in the database into a configuration file; and
after the first external parameter is successfully written into the configuration file, acquiring, from the database, a parameter taking-effect state corresponding to the first external parameter, and according to the parameter taking-effect state, performing taking-effect processing.
14. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the operation of writing the first external parameter into the database comprises:
writing the first external parameter into a predetermined position of the database.
15. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the method further comprises:
providing a key-value pair of one parameter-configuring state in the database, wherein a state key describes a key-value pair of a type of an array, and each of elements in the array represents the parameter-configuring state of a type of parameters.
16. The method for BMC-parameter configuring and taking-effect according to claim 1, wherein the method further comprises:
providing a key-value pair of one parameter taking-effect state in the database, wherein a state key describes a key-value pair of a type of an array, and each of elements in the array represents a taking-effect condition of a type of parameters.
17. The method for BMC-parameter configuring and taking-effect according to claim 5, wherein after the operation of when the configuring duration exceeds a preset duration, determining that the configuring is overtime, the method further comprises:
processing configuring of the next external parameter; and
after a predetermined condition is reached, reconfiguring the first external parameter.
18. The electronic device according to claim 12, wherein the database stores parameter-configuring states corresponding to a plurality of types of parameters;
the database is provided with parameter taking-effect states, to represent conditions required for taking-effect of each of the types of parameters; and
processes, by using the corresponding parameter-configuring states and parameter taking-effect states in the database, solve problems of communication between different processes.
19. The electronic device according to claim 12, wherein the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time comprises:
after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
20. The electronic device according to claim 12, wherein the operations further comprise:
after a second process receives a second external parameter, determining whether in the database there exists a parameter-configuring state that is the being-configured; and
when no parameter-configuring state is the being-configured, modifying a parameter-configuring state corresponding to the second external parameter of the database to be the being-configured, to realize configuring and taking-effect of the second external parameter.
21. The computer-readable storage medium according to claim 13, wherein the database stores parameter-configuring states corresponding to a plurality of types of parameters;
the database is provided with parameter taking-effect states, to represent conditions required for taking-effect of each of the types of parameters; and
processes, by using the corresponding parameter-configuring states and parameter taking-effect states in the database, solve problems of communication between different processes.
22. The computer-readable storage medium according to claim 13, wherein the operation of, after the first process receives the first external parameter, writing the first external parameter into the database, and triggering the interruption serving program at the same time comprises:
after the first process receives the first external parameter by using a first GPIO, writing the first external parameter into the database, and triggering the interruption serving program by using a second GPIO short-circuited to the first GPIO at the same time.
US18/039,232 2021-06-22 2021-11-30 BMC parameter configuration and effect-taking method and apparatus, device, and medium Active US11797334B1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN202110691443.X 2021-06-22
CN202110691443.XA CN113254062B (en) 2021-06-22 2021-06-22 Method, device, equipment and medium for configuring and taking effect of BMC (baseboard management controller) parameters
PCT/CN2021/134432 WO2022267348A1 (en) 2021-06-22 2021-11-30 Bmc parameter configuration and effect-taking method and apparatus, device, and medium

Publications (2)

Publication Number Publication Date
US11797334B1 US11797334B1 (en) 2023-10-24
US20230350712A1 true US20230350712A1 (en) 2023-11-02

Family

ID=77189101

Family Applications (1)

Application Number Title Priority Date Filing Date
US18/039,232 Active US11797334B1 (en) 2021-06-22 2021-11-30 BMC parameter configuration and effect-taking method and apparatus, device, and medium

Country Status (3)

Country Link
US (1) US11797334B1 (en)
CN (1) CN113254062B (en)
WO (1) WO2022267348A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254062B (en) 2021-06-22 2021-11-09 苏州浪潮智能科技有限公司 Method, device, equipment and medium for configuring and taking effect of BMC (baseboard management controller) parameters

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4942540A (en) * 1987-03-02 1990-07-17 Wang Laboratories, Inc. Method an apparatus for specification of communication parameters
US5930465A (en) * 1996-11-26 1999-07-27 Xerox Corporation Printing system with enhanced print service capability
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US6138152A (en) * 1998-06-02 2000-10-24 Lucent Technologies Inc. Technique for effectively serving information objects through a communication network
US6263212B1 (en) * 1998-02-17 2001-07-17 Alcatel Usa Sourcing, L.P. Short message service center
US6308887B1 (en) * 1997-12-02 2001-10-30 Cash Technologies, Inc. Multi-transactional architecture
US20020069272A1 (en) * 2000-05-05 2002-06-06 Kim Steven D. System and method for managing server configurations
US20020198967A1 (en) * 2001-06-22 2002-12-26 Iwanojko Bohdan T. Configuration parameter sequencing and sequencer
US20030076349A1 (en) * 1999-03-22 2003-04-24 Virtual Access Ireland Ltd. Apparatus and method for generating configuration data for a device to access a service
US20030191750A1 (en) * 2002-04-04 2003-10-09 Mayel Espino Method, system and computer program product for lightweight directory access protocol applications
US20050138467A1 (en) * 2003-12-20 2005-06-23 Autodesk Canada Inc. Hardware detection for switchable storage
US20050216608A1 (en) * 2001-07-31 2005-09-29 Xu Wang Multiple channel data bus control for video processing
US20060184349A1 (en) * 2004-12-10 2006-08-17 Goud Gundrala D Method and apparatus for providing virtual server blades
US20060271647A1 (en) * 2005-05-11 2006-11-30 Applied Voice & Speech Tech., Inc. Messaging system configurator
US8035403B1 (en) * 2009-02-03 2011-10-11 Green Badge, LLC Wireless soil sensor utilizing a RF frequency for performing soil measurements
US20140250292A1 (en) * 2013-03-04 2014-09-04 Dell Products L.P. Server information handling system configuration from an end state definition file
US20170357535A1 (en) * 2015-01-14 2017-12-14 Parker-Hannifin Corporation Generic configuration parameters shared amongst groups of store controllers
US20210382726A1 (en) * 2020-06-03 2021-12-09 Dell Products L.P. Api dynamic processing in hci environment

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105721206A (en) * 2016-01-29 2016-06-29 浪潮电子信息产业股份有限公司 Method for setting BMC (Baseboard Management Controller) network parameters to take effect immediately in BIOS
US10380345B2 (en) 2017-07-31 2019-08-13 International Business Machines Corporation Delivering configuration based security and process workflows
CN111181787B (en) * 2019-12-30 2023-10-13 浪潮电子信息产业股份有限公司 BMC parameter configuration method, device, equipment and medium
CN112434045A (en) * 2020-12-10 2021-03-02 深圳市亿联无限科技有限公司 Method and device for inter-process big data communication of embedded system
CN113254062B (en) 2021-06-22 2021-11-09 苏州浪潮智能科技有限公司 Method, device, equipment and medium for configuring and taking effect of BMC (baseboard management controller) parameters

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4942540A (en) * 1987-03-02 1990-07-17 Wang Laboratories, Inc. Method an apparatus for specification of communication parameters
US5930465A (en) * 1996-11-26 1999-07-27 Xerox Corporation Printing system with enhanced print service capability
US5974413A (en) * 1997-07-03 1999-10-26 Activeword Systems, Inc. Semantic user interface
US6308887B1 (en) * 1997-12-02 2001-10-30 Cash Technologies, Inc. Multi-transactional architecture
US6263212B1 (en) * 1998-02-17 2001-07-17 Alcatel Usa Sourcing, L.P. Short message service center
US6138152A (en) * 1998-06-02 2000-10-24 Lucent Technologies Inc. Technique for effectively serving information objects through a communication network
US20030076349A1 (en) * 1999-03-22 2003-04-24 Virtual Access Ireland Ltd. Apparatus and method for generating configuration data for a device to access a service
US20020069272A1 (en) * 2000-05-05 2002-06-06 Kim Steven D. System and method for managing server configurations
US20020198967A1 (en) * 2001-06-22 2002-12-26 Iwanojko Bohdan T. Configuration parameter sequencing and sequencer
US20050216608A1 (en) * 2001-07-31 2005-09-29 Xu Wang Multiple channel data bus control for video processing
US20030191750A1 (en) * 2002-04-04 2003-10-09 Mayel Espino Method, system and computer program product for lightweight directory access protocol applications
US20050138467A1 (en) * 2003-12-20 2005-06-23 Autodesk Canada Inc. Hardware detection for switchable storage
US20060184349A1 (en) * 2004-12-10 2006-08-17 Goud Gundrala D Method and apparatus for providing virtual server blades
US20060271647A1 (en) * 2005-05-11 2006-11-30 Applied Voice & Speech Tech., Inc. Messaging system configurator
US8035403B1 (en) * 2009-02-03 2011-10-11 Green Badge, LLC Wireless soil sensor utilizing a RF frequency for performing soil measurements
US20140250292A1 (en) * 2013-03-04 2014-09-04 Dell Products L.P. Server information handling system configuration from an end state definition file
US20170357535A1 (en) * 2015-01-14 2017-12-14 Parker-Hannifin Corporation Generic configuration parameters shared amongst groups of store controllers
US20210382726A1 (en) * 2020-06-03 2021-12-09 Dell Products L.P. Api dynamic processing in hci environment

Also Published As

Publication number Publication date
CN113254062A (en) 2021-08-13
WO2022267348A1 (en) 2022-12-29
CN113254062B (en) 2021-11-09
US11797334B1 (en) 2023-10-24

Similar Documents

Publication Publication Date Title
KR102493449B1 (en) Edge computing test methods, devices, electronic devices and computer-readable media
WO2019237586A1 (en) Method and apparatus for managing scheduled tasks, computer device and storage medium
US9384114B2 (en) Group server performance correction via actions to server subset
WO2016183553A1 (en) Query dispatch and execution architecture
US11363117B2 (en) Software-specific auto scaling
CN110365762B (en) Service processing method, device, equipment and storage medium
WO2019051948A1 (en) Method, apparatus, server, and storage medium for processing monitoring data
US20210119878A1 (en) Detection and remediation of virtual environment performance issues
US20170149864A1 (en) Distributed applications management with dependent resilient distributed services
US20170033980A1 (en) Agent manager for distributed transaction monitoring system
US11797334B1 (en) BMC parameter configuration and effect-taking method and apparatus, device, and medium
CN111949402A (en) Database request processing method and device, computer equipment and storage medium
US9891909B2 (en) Dynamic reconnect of work processes in a zero downtime maintenance procedure
US20200045139A1 (en) Remote procedure call using quorum state store
CN111488163B (en) Firmware updating method and device, electronic equipment and storage medium
CN110912725A (en) Configuration method and configuration device of OpenFlow virtual switch
US9167052B2 (en) Apparatus, systems, and methods for providing policy in network-based applications
CN110413310A (en) Programme upgrade method and terminal device
US9317354B2 (en) Dynamically determining an external systems management application to report system errors
US11182131B2 (en) System and method that support production management
CN115098294B (en) Abnormal event processing method, electronic equipment and management terminal
CN110851166A (en) User-unaware application program updating method and device and computer equipment
CN116302136A (en) Firmware configuration method, device, equipment and readable storage medium
CN115145381A (en) Method, system, storage medium and equipment for remotely resetting BMC chip
CN114442765A (en) Fan control method for computer equipment, baseboard management controller and storage medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HOU, ZHILI;REEL/FRAME:063780/0647

Effective date: 20230315

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE