CN111399936A - BMC customization method, system, equipment and readable storage medium - Google Patents

BMC customization method, system, equipment and readable storage medium Download PDF

Info

Publication number
CN111399936A
CN111399936A CN202010132381.4A CN202010132381A CN111399936A CN 111399936 A CN111399936 A CN 111399936A CN 202010132381 A CN202010132381 A CN 202010132381A CN 111399936 A CN111399936 A CN 111399936A
Authority
CN
China
Prior art keywords
bmc
client information
script file
customization
request
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.)
Pending
Application number
CN202010132381.4A
Other languages
Chinese (zh)
Inventor
贾丹丹
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 Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur 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 Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010132381.4A priority Critical patent/CN111399936A/en
Publication of CN111399936A publication Critical patent/CN111399936A/en
Priority to PCT/CN2021/071234 priority patent/WO2021169639A1/en
Pending legal-status Critical Current

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/654Updates using techniques specially adapted for alterable solid state memories, e.g. for EEPROM or flash memories

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a BMC customization method, which comprises the following steps: receiving an input BMC customization request; determining a corresponding script file and client information according to the BMC customization request; storing the corresponding relation between the script file and the client information into a preset storage space; and writing the client information into a memory of the BMC, and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in a preset storage space according to the client information. According to the method and the system, the user does not need to keep the configuration information, and the script does not need to be customized according to the user requirement, so that the repeated customization work of the BMC is avoided, and the work efficiency is greatly improved. The application also provides a BMC customized system, equipment and a readable storage medium, and the system, the equipment and the readable storage medium have the beneficial effects.

Description

BMC customization method, system, equipment and readable storage medium
Technical Field
The present application relates to the field of BMC customization, and in particular, to a method, a system, a device, and a readable storage medium for BMC customization.
Background
A Baseboard Management Controller (BMC) can realize functions such as related control and information supervision of a server, is a platform for visually presenting server information, and in an era where internet development is rapid, demand of the server and client groups are increasing day by day. Different clients use different server processing services, and thus, various customization requirements are provided for server manufacturers, and one important requirement is the requirement for BMC functions.
Currently, the customization of the BMC can be realized by enabling the BMC to execute a customized script, however, in this way, the situation that the configuration upgrade is not reserved when the version of the client is upgraded may occur, so that the BMC no longer meets the customization requirement of the client, and the script needs to be customized again according to the user requirement, so that the customization work of the BMC is repeated, and the work efficiency is low.
Therefore, how to improve the customization efficiency of BMC is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a BMC customization method, a system, a device and a readable storage medium, which are used for improving the customization efficiency of BMC.
In order to solve the above technical problem, the present application provides a BMC customization method, including:
receiving an input BMC customization request;
determining a corresponding script file and client information according to the BMC customization request;
storing the corresponding relation between the script file and the client information into a preset storage space;
and writing the client information into a memory of the BMC, and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in the preset storage space according to the client information.
Optionally, the method further includes:
receiving a BMC version upgrading request;
determining corresponding version information according to the BMC version upgrading request;
and writing the client information and the version information into a memory of a BMC, controlling the BMC to restart so as to upgrade according to the version information, reading a corresponding script file in the preset storage space according to the client information and executing.
Optionally, determining the corresponding script file and the client information according to the BMC customization request includes:
and generating the script file according to the BMC customization request, and determining the client information according to the BMC customization request.
Optionally, determining the corresponding script file and the client information according to the BMC customization request includes:
and analyzing the BMC customization request to obtain the script file and the client information.
Optionally, the method further includes:
receiving a modification request;
and modifying the corresponding client information and the script file in the preset storage space according to the modification request.
Optionally, the method further includes:
recording the reading times of the script file within the preset time in the preset storage space;
and deleting the script file with the reading times lower than a threshold value and the corresponding client information in the preset storage space.
The present application further provides a system for BMC customization, the system comprising:
the first receiving module is used for receiving an input BMC customization request;
the first determining module is used for determining corresponding script files and client information according to the BMC customizing request;
the storage module is used for storing the corresponding relation between the script file and the client information into a preset storage space;
and the first control module is used for writing the client information into a memory of the BMC and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in the preset storage space according to the client information.
Optionally, the method further includes:
the second receiving module is used for receiving a BMC version upgrading request;
the second determining module is used for determining corresponding version information according to the BMC version upgrading request;
and the second control module is used for writing the client information and the version information into a memory of the BMC, controlling the BMC to restart so as to upgrade the BMC according to the version information, and reading and executing a corresponding script file in the preset storage space according to the client information.
The present application further provides a BMC customization device, which includes:
a memory for storing a computer program;
a processor for implementing the steps of the BMC customization method according to any one of the above when executing the computer program.
The present application also provides a readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the BMC customization method according to any of the above.
The method for BMC customization provided by the application comprises the following steps: receiving an input BMC customization request; determining a corresponding script file and client information according to the BMC customization request; storing the corresponding relation between the script file and the client information into a preset storage space; and writing the client information into a memory of the BMC, and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in a preset storage space according to the client information.
According to the technical scheme, the corresponding script file is generated according to the BMC customization request, the corresponding relation between the script file and the client information is stored in the preset storage space, the client information is written into the memory of the BMC, the BMC is controlled to restart so that the BMC reads the corresponding script file in the preset storage space according to the client information and executes the script file, the configuration information does not need to be reserved by a user, the script does not need to be customized according to the user requirement, the customization work of the BMC is avoided being repeated, and the working efficiency is greatly improved. The application also provides a BMC customized system, equipment and a readable storage medium, which have the beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a BMC customization method according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of another BMC customization method provided in the embodiments of the present application;
fig. 3 is a block diagram of a BMC-customized system according to an embodiment of the present disclosure;
FIG. 4 is a block diagram of another BMC-customized system provided by an embodiment of the application;
fig. 5 is a structural diagram of a BMC customizing device according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a BMC customization method, a system, a device and a readable storage medium, which are used for improving the customization efficiency of BMC.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a BMC customizing method according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s101: receiving an input BMC customization request;
based on the prior art, the BMC is customized by executing the customized script, however, the situation that the configuration upgrading is not reserved when the version of the client is upgraded may occur in the method, so that the BMC does not conform to the customization requirement of the client any more, the script needs to be customized again according to the user requirement, the customization work of the BMC is repeated, and the working efficiency is low; therefore, the present application provides a BMC customization method for solving the above problems;
optionally, the BMC customization request mentioned here may be manually input by a user, or downloaded by connecting the system to a designated server, which is not specifically limited in this application;
furthermore, the number of the BMC customization requests can be multiple, that is, multiple BMC customization requests can be input simultaneously, so that simultaneous customization of different BMCs is realized.
S102: determining a corresponding script file and client information according to the BMC customization request;
optionally, to further improve the customization efficiency of the BMC, a corresponding script file may be added in the BMC customization request in advance, that is, the script file and the client information that are determined according to the BMC customization request may specifically be:
analyzing the BMC customization request to obtain a script file and client information;
preferably, in order to reduce the BMC customization difficulty, the system may be enabled to automatically generate a corresponding script file according to the BMC customization request, that is, the script file and the client information that are determined according to the BMC customization request may specifically be:
generating a corresponding script file according to the BMC customization request, and determining client information according to the BMC customization request;
the client information mentioned herein may include, but is not limited to, client identity information, identification information, etc., and the form and content of the client information are not particularly limited in this application as long as the purpose of determining the corresponding script file according to the client information can be achieved.
S103: storing the corresponding relation between the script file and the client information into a preset storage space;
optionally, in order to avoid a situation that the corresponding relationship cannot be modified when the client information and/or the script file is changed, the corresponding relationship in the preset storage space may be modified by executing the following steps:
receiving a modification request;
and modifying the corresponding client information and the script file in the preset storage space according to the modification request.
Optionally, in order to avoid the situation that the capacity of the preset storage space is insufficient due to the fact that the data cannot be deleted after the client logs off, the deletion of the data in the preset storage space can be realized by executing the following steps:
recording the reading times of the script file within the preset time in the preset storage space;
and deleting the script file with the reading times lower than the threshold value in the preset storage space and the corresponding client information.
S104: and writing the client information into a memory of the BMC, and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in a preset storage space according to the client information.
Based on the technical scheme, the method for customizing the BMC provided by the application generates the corresponding script file according to the BMC customization request, stores the corresponding relation between the script file and the client information into the preset storage space, writes the client information into the memory of the BMC, controls the BMC to restart so that the BMC reads the corresponding script file in the preset storage space according to the client information and executes the script file, further does not need a user to reserve configuration information, does not need to customize the script according to the user requirement, avoids repeated customization work of the BMC, and greatly improves the working efficiency.
Based on the foregoing embodiments, the present application further provides another BMC customizing method, please refer to fig. 2, and fig. 2 is a flowchart of another BMC customizing method provided in the embodiments of the present application, which specifically includes the following steps:
s201: receiving a BMC version upgrading request;
s202: determining corresponding version information according to the BMC version upgrading request;
s203: and writing the client information and the version information into a memory of the BMC, controlling the BMC to restart so that the BMC can upgrade according to the version information, and reading and executing a corresponding script file in a preset storage space according to the client information.
Based on the technical scheme, when a BMC version upgrading request is received, corresponding version information is determined according to the BMC version upgrading request, then client information and the version information are written into a memory of the BMC, the BMC is controlled to restart, so that the BMC can be upgraded according to the version information, corresponding script files in a preset storage space are read and executed according to the client information, and therefore when the BMC version is upgraded, a user does not need to manually store configuration information, the script does not need to be customized according to the user requirement, the repeated customizing work of the BMC is avoided, and the working efficiency is greatly improved.
Referring to fig. 3, fig. 3 is a structural diagram of a BMC customization system according to an embodiment of the present disclosure.
The system may include:
a first receiving module 100, configured to receive an input BMC customization request;
a first determining module 200, configured to determine a corresponding script file and client information according to the BMC customization request;
the storage module 300 is configured to store the corresponding relationship between the script file and the client information in a preset storage space;
the first control module 400 is configured to write the client information into a memory of the BMC, and control the BMC to restart, so that the BMC reads and executes a corresponding script file in a preset storage space according to the client information.
Referring to fig. 4, fig. 4 is a block diagram of another BMC-customized system according to an embodiment of the present disclosure.
The system may further comprise:
the second receiving module is used for receiving a BMC version upgrading request;
the second determining module is used for determining corresponding version information according to the BMC version upgrading request;
and the second control module is used for writing the client information and the version information into a memory of the BMC, controlling the BMC to restart so as to upgrade the BMC according to the version information, and reading and executing a corresponding script file in a preset storage space according to the client information.
The first determining module 200 may include:
and the determining submodule is used for generating a script file according to the BMC customizing request and determining the client information according to the BMC customizing request.
The first determining module 200 may include:
and the analysis submodule is used for analyzing the BMC customization request to obtain the script file and the client information.
The system may further comprise:
a third receiving module, configured to receive a modification request;
and the modification module is used for modifying the corresponding client information and the script file in the preset storage space according to the modification request.
The system may further comprise:
the recording module is used for recording the reading times of the script file within the preset time in the preset storage space;
and the deleting module is used for deleting the script file with the reading times lower than the threshold value in the preset storage space and the corresponding client information.
The various components of the above system may be practically applied in the following embodiments:
the first receiving module receives an input BMC customization request; the first determining module determines corresponding script files and client information according to the BMC customizing request; the storage module stores the corresponding relation between the script file and the client information into a preset storage space; the first control module writes the client information into a memory of the BMC and controls the BMC to restart so that the BMC can read and execute a corresponding script file in a preset storage space according to the client information.
The second receiving module receives a BMC version upgrading request; the second determining module determines corresponding version information according to the BMC version upgrading request; the second control module writes the client information and the version information into a memory of the BMC, controls the BMC to restart so that the BMC can upgrade according to the version information, reads a corresponding script file in a preset storage space according to the client information and executes the script file.
The third receiving module receives the modification request; the modification module modifies the corresponding client information and the script file in the preset storage space according to the modification request; the recording module records the reading times of the script file within the preset time in the preset storage space; and the deleting module deletes the script file with the reading times lower than the threshold value in the preset storage space and the corresponding client information.
Referring to fig. 5, fig. 5 is a structural diagram of a BMC customizing device according to an embodiment of the present disclosure.
The BMC customization device 500 may vary significantly due to configuration or performance differences and may include one or more processors (CPUs) 522 (e.g., one or more processors) and memory 532, one or more storage media 530 (e.g., one or more mass storage devices) storing applications 542 or data 544. Memory 532 and storage media 530 may be, among other things, transient storage or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a sequence of instruction operations for the device. Still further, the processor 522 may be configured to communicate with the storage medium 530 to execute a series of instruction operations in the storage medium 530 on the BMC customizing device 500.
The BMC customization device 500 may also include one or more power supplies 525, one or more wired or wireless network interfaces 550, one or more input/output interfaces 558, and/or one or more operating systems 541, such as Windows ServerTM, Mac OS XTM, UnixTM, and L TtT translation = L "&gTt L &lTt/T &gTt inxTM, FreeBSDTM, and the like.
The steps in the BMC customizing method described in fig. 1 to 2 above are implemented by the BMC customizing device based on the structure shown in fig. 5.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
A detailed description of a BMC customization method, system, device and readable storage medium provided by the present application is provided above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method of BMC customization, comprising:
receiving an input BMC customization request;
determining a corresponding script file and client information according to the BMC customization request;
storing the corresponding relation between the script file and the client information into a preset storage space;
and writing the client information into a memory of the BMC, and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in the preset storage space according to the client information.
2. The method of claim 1, further comprising:
receiving a BMC version upgrading request;
determining corresponding version information according to the BMC version upgrading request;
and writing the client information and the version information into a memory of a BMC, controlling the BMC to restart so as to upgrade according to the version information, reading a corresponding script file in the preset storage space according to the client information and executing.
3. The method of claim 1, wherein determining the corresponding script file and client information according to the BMC customization request comprises:
and generating the script file according to the BMC customization request, and determining the client information according to the BMC customization request.
4. The method of claim 1, wherein determining the corresponding script file and client information according to the BMC customization request comprises:
and analyzing the BMC customization request to obtain the script file and the client information.
5. The method of claim 1, further comprising:
receiving a modification request;
and modifying the corresponding client information and the script file in the preset storage space according to the modification request.
6. The method of claim 1, further comprising:
recording the reading times of the script file within the preset time in the preset storage space;
and deleting the script file with the reading times lower than a threshold value and the corresponding client information in the preset storage space.
7. A system for BMC customization, comprising:
the first receiving module is used for receiving an input BMC customization request;
the first determining module is used for determining corresponding script files and client information according to the BMC customizing request;
the storage module is used for storing the corresponding relation between the script file and the client information into a preset storage space;
and the first control module is used for writing the client information into a memory of the BMC and controlling the BMC to restart so that the BMC reads and executes a corresponding script file in the preset storage space according to the client information.
8. The system of claim 7, further comprising:
the second receiving module is used for receiving a BMC version upgrading request;
the second determining module is used for determining corresponding version information according to the BMC version upgrading request;
and the second control module is used for writing the client information and the version information into a memory of the BMC, controlling the BMC to restart so as to upgrade the BMC according to the version information, and reading and executing a corresponding script file in the preset storage space according to the client information.
9. A BMC customization device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the BMC customization method according to any one of claims 1 to 6 when executing said computer program.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the BMC customization method according to any one of claims 1 to 6.
CN202010132381.4A 2020-02-29 2020-02-29 BMC customization method, system, equipment and readable storage medium Pending CN111399936A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010132381.4A CN111399936A (en) 2020-02-29 2020-02-29 BMC customization method, system, equipment and readable storage medium
PCT/CN2021/071234 WO2021169639A1 (en) 2020-02-29 2021-01-12 Method, system and device for bmc customization, and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010132381.4A CN111399936A (en) 2020-02-29 2020-02-29 BMC customization method, system, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111399936A true CN111399936A (en) 2020-07-10

Family

ID=71435979

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010132381.4A Pending CN111399936A (en) 2020-02-29 2020-02-29 BMC customization method, system, equipment and readable storage medium

Country Status (2)

Country Link
CN (1) CN111399936A (en)
WO (1) WO2021169639A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021169639A1 (en) * 2020-02-29 2021-09-02 苏州浪潮智能科技有限公司 Method, system and device for bmc customization, and readable storage medium
CN114090131A (en) * 2021-11-26 2022-02-25 联想(北京)有限公司 Starting method and device, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114221951A (en) * 2021-11-04 2022-03-22 深圳市海浦蒙特科技有限公司 Customization method, system and device of outbound display panel and intelligent equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771565A (en) * 2009-01-05 2010-07-07 英业达集团(天津)电子技术有限公司 Analogy method for realizing multitudinous or different baseboard management controllers by single server
CN103593250A (en) * 2013-11-19 2014-02-19 浪潮电子信息产业股份有限公司 Realizing method for modifying BIOS Setup option out of band
CN104423981A (en) * 2013-08-26 2015-03-18 鸿富锦精密电子(天津)有限公司 BMC (Baseboard Management Controller) firmware automatic update system and method
CN108563458A (en) * 2018-04-09 2018-09-21 济南浪潮高新科技投资发展有限公司 Firmware update and system, Web client, baseboard management controller
US10416988B1 (en) * 2018-02-09 2019-09-17 American Megatrends International, Llc Peripheral device firmware update using rest over IPMI interface firmware shell utility
CN110647370A (en) * 2019-08-06 2020-01-03 烽火通信科技股份有限公司 Personalized setting method and system for server management interface

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100205600A1 (en) * 2009-02-06 2010-08-12 Inventec Corporation Simulation method for realizing large batches and different kinds of baseboard management controllers using a single server
CN108829451A (en) * 2018-06-26 2018-11-16 郑州云海信息技术有限公司 BMC configures update method, device, baseboard management controller and storage medium
CN109388442A (en) * 2018-10-31 2019-02-26 郑州云海信息技术有限公司 A kind of method, apparatus and computer equipment of batch configuration BMC user
CN109857440A (en) * 2019-02-14 2019-06-07 西安易朴通讯技术有限公司 Firmware update, server and client
CN110018944A (en) * 2019-04-15 2019-07-16 苏州浪潮智能科技有限公司 Server sensor configuration method, system and equipment and storage medium
CN110365532A (en) * 2019-07-12 2019-10-22 苏州浪潮智能科技有限公司 A kind of server configuration method, device and equipment
CN111399936A (en) * 2020-02-29 2020-07-10 苏州浪潮智能科技有限公司 BMC customization method, system, equipment and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771565A (en) * 2009-01-05 2010-07-07 英业达集团(天津)电子技术有限公司 Analogy method for realizing multitudinous or different baseboard management controllers by single server
CN104423981A (en) * 2013-08-26 2015-03-18 鸿富锦精密电子(天津)有限公司 BMC (Baseboard Management Controller) firmware automatic update system and method
CN103593250A (en) * 2013-11-19 2014-02-19 浪潮电子信息产业股份有限公司 Realizing method for modifying BIOS Setup option out of band
US10416988B1 (en) * 2018-02-09 2019-09-17 American Megatrends International, Llc Peripheral device firmware update using rest over IPMI interface firmware shell utility
CN108563458A (en) * 2018-04-09 2018-09-21 济南浪潮高新科技投资发展有限公司 Firmware update and system, Web client, baseboard management controller
CN110647370A (en) * 2019-08-06 2020-01-03 烽火通信科技股份有限公司 Personalized setting method and system for server management interface

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021169639A1 (en) * 2020-02-29 2021-09-02 苏州浪潮智能科技有限公司 Method, system and device for bmc customization, and readable storage medium
CN114090131A (en) * 2021-11-26 2022-02-25 联想(北京)有限公司 Starting method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
WO2021169639A1 (en) 2021-09-02

Similar Documents

Publication Publication Date Title
US9614931B2 (en) Identifying a resource set require for a requested application and launching the resource set in a container for execution in a host operating system
CN111399936A (en) BMC customization method, system, equipment and readable storage medium
CN110908609B (en) Method, system and equipment for processing disk and readable storage medium
US6658563B1 (en) Virtual floppy diskette image within a primary partition in a hard disk drive and method for booting system with virtual diskette
CN111124288B (en) VPD storage management method, device, equipment and readable storage medium
CN111414391A (en) Method and system for accessing multiple data sources
TW201224739A (en) System reset
CN110955494B (en) Virtual machine disk image construction method, device, equipment and medium
CN113835644B (en) Complete machine migration method, device, equipment and storage medium
CN112667246B (en) Application function expansion method and device and electronic equipment
CN110716845A (en) Method for reading log information of Android system
CN110704334B (en) Method, system and equipment for important product data management
CN114579148A (en) Installation method and device of operating system
CN114138278A (en) Parameter configuration method, device, equipment and medium for basic input and output system
CA2878759C (en) Methods and systems for providing software applications
CN115469807A (en) Disk function configuration method, device, equipment and storage medium
CN110806891A (en) Method and device for generating software version of embedded equipment
CN115562590A (en) Method, system, equipment and storage medium for using cloud hard disk by cloud host
US20190339901A1 (en) Free space pass-through
CN115586872A (en) Container mirror image management method, device, equipment and storage medium
CN113791874A (en) Configuration method and device for virtual machine boot, computer equipment and storage medium
CN111414175A (en) Network installation method, system and device of operating system and readable storage medium
US8799616B2 (en) Method and system for preferred CPU binding on virtual partitions
JP7015960B1 (en) Information processing equipment, information processing methods, and information processing programs
KR102381185B1 (en) Method to set up a core for low-latency services in Kubernetes

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200710