技术领域technical field
本发明涉及计算机服务器设计技术领域,具体涉及一种DMI同步FRU的方法。The invention relates to the technical field of computer server design, in particular to a method for DMI synchronizing FRUs.
背景技术Background technique
DMI(Desktop Management Interface,桌面管理接口)的主要组成部分是Management Information Format(MIF)数据库。这个数据库包括了所有有关服务器系统和配件的信息。通过DMI的MIF数据库,用户可以获取序列号、厂商、资产号信息以及其它系统配件信息。SMBIOS是主板或系统制造者以标准格式显示产品管理信息所需遵循的统一规范。 DMI 是帮助收集电脑系统信息的管理系统,DMI信息的收集必须在严格遵照SMBIOS规范的前提下进行。SMBIOS和DMI是由行业指导机构Desktop Management Task Force(DMTF)起草的开放性的技术标准,其中,DMI设计适用于任何的平台和操作系统。DMI充当了管理工具和系统层之间接口的角色。它建立了标准的可管理系统更加方便了计算机厂商和用户对系统的了解。计算机系统管理与维护人员可以通过DMI中系统的序列号、厂商、资产号等信息对系统进行方便的统一管理。The main component of DMI (Desktop Management Interface, desktop management interface) is the Management Information Format (MIF) database. This database includes all information about server systems and accessories. Through DMI's MIF database, users can obtain serial number, manufacturer, asset number information and other system accessories information. SMBIOS is a unified specification that motherboard or system manufacturers need to follow to display product management information in a standard format. DMI is a management system that helps collect computer system information. The collection of DMI information must be carried out under the premise of strictly following the SMBIOS specification. SMBIOS and DMI are open technical standards drafted by the industry guidance organization Desktop Management Task Force (DMTF). Among them, DMI design is applicable to any platform and operating system. DMI acts as an interface between management tools and system layers. It has established a standard manageable system, which is more convenient for computer manufacturers and users to understand the system. Computer system management and maintenance personnel can conveniently and uniformly manage the system through information such as the serial number, manufacturer, and asset number of the system in the DMI.
FRU(Field Replace Unit 现场可更换单元)是用来记录系统配置的另一项重要指标,服务器系统把设备分成多个FRU,大到power supply,小到fan等设备,对于服务器系统,FRU信息保存在主板BMC(Baseboard Management Controller,基板管理控制器)的EEPROM中,掉电不易失。通过BMC,用户可以远程带外查看服务器系统的配置信息,方便易于管理。FRU (Field Replace Unit Field Replaceable Unit) is another important index used to record system configuration. The server system divides the device into multiple FRUs, ranging from power supply to fan. For the server system, FRU information is saved In the EEPROM of the motherboard BMC (Baseboard Management Controller, baseboard management controller), it is not easy to lose power loss. Through the BMC, users can remotely view the configuration information of the server system out of band, which is convenient and easy to manage.
DMI信息存在于服务器HOST主系统中,FRU保存在服务器BMC系统中,为了便于系统管理,可以将DMI中的配置信息与FRU信息同步,这样两者就可以保持一致。The DMI information exists in the main system of the server HOST, and the FRU is stored in the server BMC system. In order to facilitate system management, the configuration information in the DMI can be synchronized with the FRU information, so that the two can be consistent.
传统DMI同步FRU掉电DMI Table易丢失,且难以保证DMI与FRU信息的一致性。Traditional DMI synchronization FRU power failure DMI Table is easy to lose, and it is difficult to ensure the consistency of DMI and FRU information.
发明内容Contents of the invention
为解决上述问题,本发明的目的在于提供一种DMI同步FRU的方法,从BMC中同步FRU信息成功,更新完DMI Table后,会将DMI Table的内容保存到NVRAM中,掉电不易失。当从BMC中同步FRU信息失败时,会从NVRAM中读取上次同步成功的DMI信息,去更新DMI Table,以保证DMI与FRU信息的一致性。In order to solve the above problems, the object of the present invention is to provide a method for synchronizing FRU with DMI. The FRU information is successfully synchronized from the BMC. After updating the DMI Table, the content of the DMI Table will be saved in the NVRAM, which is not easy to lose when power off. When the synchronization of FRU information from BMC fails, the DMI information that was successfully synchronized last time will be read from NVRAM to update the DMI Table to ensure the consistency of DMI and FRU information.
为实现上述目的,本发明的技术方案为:To achieve the above object, the technical solution of the present invention is:
一种DMI同步FRU的方法,包括如下步骤:A method for DMI synchronous FRU, comprises the steps:
S10:BIOS启动,创建DMI Table,填入DMI Table的默认数据到DMI Table中;S10: The BIOS starts, creates a DMI Table, and fills in the default data of the DMI Table into the DMI Table;
S11:通过HOST系统发送IPMI命令到BMC获取FRU信息;S11: Send an IPMI command to the BMC through the HOST system to obtain FRU information;
S12:当获取成功的时候,更新DMI Table,并保存DMI Table到NVRAM中,当获取不成功的时候,读取上一次保存到NVRAM中的DMI数据,更新DMI Table。S12: When the acquisition is successful, update the DMI Table, and save the DMI Table to the NVRAM; when the acquisition is unsuccessful, read the DMI data saved in the NVRAM last time, and update the DMI Table.
进一步地,步骤S11中,从NVRAM中读取DMI Table的默认值,再发送IPMI命令从BMC中获取FRU信息。Further, in step S11, read the default value of DMI Table from NVRAM, then send IPMI command to obtain FRU information from BMC.
进一步地,步骤S12中,用FRU的字段更新DMI Table,覆盖DMI Table的默认值。Further, in step S12, the DMI Table is updated with the field of the FRU, covering the default value of the DMI Table.
相较于现有技术,本发明DMI同步FRU的方法从BMC中同步FRU信息成功,更新完DMI Table后,会将DMI Table的内容保存到NVRAM中,掉电不易失。当从BMC中同步FRU信息失败时,会从NVRAM中读取上次同步成功的DMI信息,去更新DMI Table,以保证DMI与FRU信息的一致性。Compared with the prior art, the DMI synchronization FRU method of the present invention successfully synchronizes the FRU information from the BMC. After the DMI Table is updated, the contents of the DMI Table will be saved in the NVRAM, which is not easy to lose when power off. When the synchronization of FRU information from BMC fails, the DMI information that was successfully synchronized last time will be read from NVRAM to update the DMI Table to ensure the consistency of DMI and FRU information.
附图说明Description of drawings
图1为本发明的方法流程图示。Fig. 1 is a flow diagram of the method of the present invention.
具体实施方式Detailed ways
本发明实施例提供了一种DMI同步FRU的方法,首先创建DMI Table,从NVRAM中读取DMI Table的默认值,再发送IPMI命令从BMC中获取FRU信息,用FRU的字段更新DMI Table,覆盖掉DMI Table的默认值,从BMC中同步FRU信息成功,更新完DMI Table后,会将DMI Table的内容保存到NVRAM中,掉电不易失。当从BMC中同步FRU信息失败时,会从NVRAM中读取上次同步成功的DMI信息,去更新DMI Table。从而改进了DMI同步FRU的方法,保证了DMI与FRU信息的一致性。The embodiment of the present invention provides a method for synchronizing FRU with DMI. First, create a DMI Table, read the default value of the DMI Table from NVRAM, then send an IPMI command to obtain FRU information from the BMC, update the DMI Table with the field of the FRU, and overwrite The default value of the DMI Table is dropped, and the FRU information is successfully synchronized from the BMC. After the DMI Table is updated, the contents of the DMI Table will be saved in NVRAM, which is not easy to lose when power off. When synchronizing the FRU information from the BMC fails, it will read the DMI information that was successfully synchronized last time from the NVRAM to update the DMI Table. Therefore, the method for synchronizing the FRU by the DMI is improved, and the consistency of the information between the DMI and the FRU is guaranteed.
为使得本发明的发明目的、特征、优点能够更加的明显和易懂,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,下面所描述的实施例仅仅是本发明一部分实施例,而非全部实施例。基于本发明中的实施例,本领域的技术人员所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the accompanying drawings in the embodiments of the present invention. Obviously, the following The described embodiments are only some, not all, embodiments of the present invention. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention belong to the protection scope of the present invention.
本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的术语在适当情况下可以互换,这仅仅是描述本发明的实施例中对相同属性的对象在描述时所采用的区分方式。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,以便包含一系列单元的过程、方法、系统、产品或设备不必限于那些单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它单元。The terms "first", "second" and the like in the description and claims of the present invention and the above drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. It should be understood that the terms used in this way can be interchanged under appropriate circumstances, and this is merely a description of the manner in which objects with the same attribute are described in the embodiments of the present invention. Furthermore, the terms "comprising" and "having", as well as any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, product, or apparatus comprising a series of elements is not necessarily limited to those elements, but may include elements not expressly included. Other elements listed explicitly or inherent to the process, method, product, or apparatus.
以下分别进行详细说明。Each will be described in detail below.
参照图1所示,本发明一种DMI同步FRU的方法,包括如下步骤:With reference to shown in Figure 1, a kind of method of DMI synchronous FRU of the present invention comprises the steps:
S10:BIOS启动,创建DMI Table,填入DMI Table的默认数据到DMI Table中;S10: The BIOS starts, creates a DMI Table, and fills in the default data of the DMI Table into the DMI Table;
S11:通过HOST系统发送IPMI命令到BMC获取FRU信息;S11: Send an IPMI command to the BMC through the HOST system to obtain FRU information;
步骤S11中,从NVRAM中读取DMI Table的默认值,再发送IPMI命令从BMC中获取FRU信息。In step S11, read the default value of DMI Table from NVRAM, send IPMI order to obtain FRU information from BMC again.
S12:当获取成功的时候,更新DMI Table,并保存DMI Table到NVRAM中,当获取不成功的时候,读取上一次保存到NVRAM中的DMI数据,更新DMI Table。S12: When the acquisition is successful, update the DMI Table, and save the DMI Table to the NVRAM; when the acquisition is unsuccessful, read the DMI data saved in the NVRAM last time, and update the DMI Table.
步骤S12中,用FRU的字段更新DMI Table,覆盖DMI Table的默认值,从而实现DMI同步FRU的功能。作为本发明一实施例,步骤S12中,确保有一次从BMC中获取FRU信息是成功的。In step S12, the DMI Table is updated with the field of the FRU, and the default value of the DMI Table is overwritten, thereby realizing the function of DMI synchronizing the FRU. As an embodiment of the present invention, in step S12, it is ensured that the acquisition of FRU information from the BMC is successful once.
本发明DMI同步FRU的方法在BIOS启动过程中,首先创建DMI Table,从NVRAM中读取DMI Table的默认值,再发送IPMI命令从BMC中获取FRU信息,用FRU的字段更新DMI Table,覆盖掉DMI Table的默认值,从BMC中同步FRU信息成功,更新完DMI Table后,会将DMI Table的内容保存到NVRAM中,掉电不易失。当从BMC中同步FRU信息失败时,会从NVRAM中读取上次同步成功的DMI信息,去更新DMI Table。从而改进了DMI同步FRU的方法,保证了DMI与FRU信息的一致性。The DMI synchronous FRU method of the present invention is in the BIOS start-up process, at first creates DMI Table, reads the default value of DMI Table from NVRAM, then sends IPMI command to obtain FRU information from BMC, updates DMI Table with the field of FRU, overwrites The default value of the DMI Table, the FRU information is successfully synchronized from the BMC. After the DMI Table is updated, the contents of the DMI Table will be saved in NVRAM, which is not easy to lose when power off. When synchronizing the FRU information from the BMC fails, it will read the DMI information that was successfully synchronized last time from the NVRAM to update the DMI Table. Therefore, the method for synchronizing the FRU by the DMI is improved, and the consistency of the information between the DMI and the FRU is guaranteed.
本发明服务器HOST系统发送IPMI命令给BMC,获取FRU信息,当从BMC中获取FRU信息成功,HOST系统更新完DMI Table后,会将DMI Table的内容保存到NVRAM中,掉电不易失。当HOST系统从BMC中获取FRU信息失败时,会从NVRAM中读取上次同步成功的DMI信息,去更新DMI Table,同样做到DMI与FRU信息的一致性。可以保证HOST系统带内与BMC交互失败时,做到DMI与FRU信息的一致性。The server HOST system of the present invention sends an IPMI command to the BMC to obtain FRU information. When the FRU information is successfully obtained from the BMC, after the HOST system updates the DMI Table, it will save the content of the DMI Table to the NVRAM, which is not easy to lose when power is off. When the HOST system fails to obtain the FRU information from the BMC, it will read the DMI information that was successfully synchronized last time from the NVRAM to update the DMI Table, and also achieve the consistency of the DMI and FRU information. It can ensure the consistency of DMI and FRU information when the in-band interaction between the HOST system and the BMC fails.
通过以上的实施方式的描述,所属领域的技术人员可以清楚地了解到本发明可借助软件加必需的通用硬件的方式来实现,当然也可以通过专用硬件包括专用集成电路、专用CPU、专用存储器、专用元器件等来实现。一般情况下,凡由计算机程序完成的功能都可以很容易地用相应的硬件来实现,而且,用来实现同一功能的具体硬件结构也可以是多种多样的,例如模拟电路、数字电路或专用电路等。但是,对本发明而言更多情况下软件程序实现是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在可读取的存储介质中,如计算机的软盘,U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be realized by means of software plus necessary general-purpose hardware. Special components, etc. to achieve. In general, all functions completed by computer programs can be easily realized by corresponding hardware, and the specific hardware structure used to realize the same function can also be varied, such as analog circuits, digital circuits or special-purpose circuit etc. However, software program implementation is a better implementation mode for the present invention in most cases. Based on this understanding, the essence of the technical solution of the present invention or the part that contributes to the prior art can be embodied in the form of a software product, and the computer software product is stored in a readable storage medium, such as a floppy disk of a computer , U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk, etc., including several instructions to make a computer device (which can be personal computer, server, or network equipment, etc.) to execute the methods described in various embodiments of the present invention.
综上所述,以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照上述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对上述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。In summary, the above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit them; although the present invention has been described in detail with reference to the above embodiments, those of ordinary skill in the art should understand that: it can still The technical solutions described in the above embodiments are modified, or some of the technical features are replaced equivalently; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the various embodiments of the present invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410580292.0ACN104317667A (en) | 2014-10-27 | 2014-10-27 | DMI FRU synchronization method |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410580292.0ACN104317667A (en) | 2014-10-27 | 2014-10-27 | DMI FRU synchronization method |
| Publication Number | Publication Date |
|---|---|
| CN104317667Atrue CN104317667A (en) | 2015-01-28 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201410580292.0APendingCN104317667A (en) | 2014-10-27 | 2014-10-27 | DMI FRU synchronization method |
| Country | Link |
|---|---|
| CN (1) | CN104317667A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104965729A (en)* | 2015-05-21 | 2015-10-07 | 浪潮电子信息产业股份有限公司 | Method for automatically setting BIOS default value of server |
| CN105068920A (en)* | 2015-07-17 | 2015-11-18 | 浪潮电子信息产业股份有限公司 | Shell-based method for testing stability of rack asset information |
| CN105224366A (en)* | 2015-09-30 | 2016-01-06 | 浪潮电子信息产业股份有限公司 | Method for refreshing FRU (field replaceable Unit) and DMI (digital media interface) of high-density cabinet nodes in band in batch |
| CN106055321A (en)* | 2016-05-27 | 2016-10-26 | 浪潮电子信息产业股份有限公司 | Method for automatically converting case and case during refreshing FRU information under DOS system |
| CN106919407A (en)* | 2015-12-26 | 2017-07-04 | 昆达电脑科技(昆山)有限公司 | The method of the embedded product information synchronized update of computer |
| CN107133145A (en)* | 2017-05-02 | 2017-09-05 | 郑州云海信息技术有限公司 | A kind of DMI information test script programs based under linux |
| CN107590393A (en)* | 2017-09-01 | 2018-01-16 | 郑州云海信息技术有限公司 | The BIOS adaptive approach and system of a kind of like products difference set meal |
| CN107943698A (en)* | 2017-11-23 | 2018-04-20 | 郑州云海信息技术有限公司 | A kind of DMI information and FRU synchronizing informations automated testing method and system |
| CN108845815A (en)* | 2018-06-20 | 2018-11-20 | 郑州云海信息技术有限公司 | A method of refreshing SMBIOS information |
| CN109240725A (en)* | 2018-09-14 | 2019-01-18 | 郑州云海信息技术有限公司 | A kind of method and system for not being updated of DMI synchronizing information after updating BIOS |
| CN109597653A (en)* | 2018-12-04 | 2019-04-09 | 郑州云海信息技术有限公司 | Method, BIOS and the BMC of BIOS and BMC command interaction |
| CN109683970A (en)* | 2018-12-21 | 2019-04-26 | 广东浪潮大数据研究有限公司 | A kind of amending method of server FRU information, modification system and relevant apparatus |
| CN110147297A (en)* | 2019-04-12 | 2019-08-20 | 深圳市同泰怡信息技术有限公司 | A kind of method and device of mutual backup updating mainboard information |
| CN111245971A (en)* | 2019-12-31 | 2020-06-05 | 苏州浪潮智能科技有限公司 | Method, system and storage medium for modifying network server BMC host name |
| CN114138347A (en)* | 2021-11-10 | 2022-03-04 | 苏州浪潮智能科技有限公司 | Field replaceable unit information storage method and computer readable storage medium |
| CN114138509A (en)* | 2021-11-18 | 2022-03-04 | 苏州浪潮智能科技有限公司 | A data interaction method, device and computer-readable storage medium |
| CN114443150A (en)* | 2021-12-30 | 2022-05-06 | 苏州浪潮智能科技有限公司 | Switch factory information synchronization method, system, terminal and storage medium |
| CN115114094A (en)* | 2022-06-30 | 2022-09-27 | 苏州浪潮智能科技有限公司 | A method and system for realizing dual backup and self-recovery of server FRU information |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| TWI259369B (en)* | 2004-12-28 | 2006-08-01 | Inventec Corp | Method for updating system management basic input/output system data |
| US20060224874A1 (en)* | 2005-03-30 | 2006-10-05 | Inventec Corporation | Method for updating system management basic input output system (SMBIOS) data |
| TW200823756A (en)* | 2006-11-23 | 2008-06-01 | Inventec Corp | Computer platform embedded product data uniformization handling method and system |
| CN102750109A (en)* | 2011-04-19 | 2012-10-24 | 鸿富锦精密工业(深圳)有限公司 | Data synchronization system and method |
| US8762696B2 (en)* | 2011-08-29 | 2014-06-24 | American Megatrends, Inc. | Firmware with a plurality of emulated instances of platform-specific management firmware |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| TWI259369B (en)* | 2004-12-28 | 2006-08-01 | Inventec Corp | Method for updating system management basic input/output system data |
| US20060224874A1 (en)* | 2005-03-30 | 2006-10-05 | Inventec Corporation | Method for updating system management basic input output system (SMBIOS) data |
| TW200823756A (en)* | 2006-11-23 | 2008-06-01 | Inventec Corp | Computer platform embedded product data uniformization handling method and system |
| CN102750109A (en)* | 2011-04-19 | 2012-10-24 | 鸿富锦精密工业(深圳)有限公司 | Data synchronization system and method |
| US8762696B2 (en)* | 2011-08-29 | 2014-06-24 | American Megatrends, Inc. | Firmware with a plurality of emulated instances of platform-specific management firmware |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104965729A (en)* | 2015-05-21 | 2015-10-07 | 浪潮电子信息产业股份有限公司 | Method for automatically setting BIOS default value of server |
| CN105068920B (en)* | 2015-07-17 | 2018-01-02 | 浪潮电子信息产业股份有限公司 | Shell-based method for testing stability of rack asset information |
| CN105068920A (en)* | 2015-07-17 | 2015-11-18 | 浪潮电子信息产业股份有限公司 | Shell-based method for testing stability of rack asset information |
| CN105224366A (en)* | 2015-09-30 | 2016-01-06 | 浪潮电子信息产业股份有限公司 | Method for refreshing FRU (field replaceable Unit) and DMI (digital media interface) of high-density cabinet nodes in band in batch |
| CN106919407B (en)* | 2015-12-26 | 2019-12-03 | 昆达电脑科技(昆山)有限公司 | The method that computer embeds product information synchronized update |
| CN106919407A (en)* | 2015-12-26 | 2017-07-04 | 昆达电脑科技(昆山)有限公司 | The method of the embedded product information synchronized update of computer |
| CN106055321A (en)* | 2016-05-27 | 2016-10-26 | 浪潮电子信息产业股份有限公司 | Method for automatically converting case and case during refreshing FRU information under DOS system |
| CN107133145A (en)* | 2017-05-02 | 2017-09-05 | 郑州云海信息技术有限公司 | A kind of DMI information test script programs based under linux |
| CN107590393A (en)* | 2017-09-01 | 2018-01-16 | 郑州云海信息技术有限公司 | The BIOS adaptive approach and system of a kind of like products difference set meal |
| CN107943698A (en)* | 2017-11-23 | 2018-04-20 | 郑州云海信息技术有限公司 | A kind of DMI information and FRU synchronizing informations automated testing method and system |
| CN108845815A (en)* | 2018-06-20 | 2018-11-20 | 郑州云海信息技术有限公司 | A method of refreshing SMBIOS information |
| CN109240725A (en)* | 2018-09-14 | 2019-01-18 | 郑州云海信息技术有限公司 | A kind of method and system for not being updated of DMI synchronizing information after updating BIOS |
| CN109597653A (en)* | 2018-12-04 | 2019-04-09 | 郑州云海信息技术有限公司 | Method, BIOS and the BMC of BIOS and BMC command interaction |
| CN109683970A (en)* | 2018-12-21 | 2019-04-26 | 广东浪潮大数据研究有限公司 | A kind of amending method of server FRU information, modification system and relevant apparatus |
| CN110147297A (en)* | 2019-04-12 | 2019-08-20 | 深圳市同泰怡信息技术有限公司 | A kind of method and device of mutual backup updating mainboard information |
| CN110147297B (en)* | 2019-04-12 | 2021-07-06 | 深圳市同泰怡信息技术有限公司 | Method and device for mutually backing up and updating mainboard information |
| CN111245971A (en)* | 2019-12-31 | 2020-06-05 | 苏州浪潮智能科技有限公司 | Method, system and storage medium for modifying network server BMC host name |
| CN114138347A (en)* | 2021-11-10 | 2022-03-04 | 苏州浪潮智能科技有限公司 | Field replaceable unit information storage method and computer readable storage medium |
| CN114138347B (en)* | 2021-11-10 | 2024-03-12 | 苏州浪潮智能科技有限公司 | On-site replaceable unit information storage method and computer readable storage medium |
| CN114138509A (en)* | 2021-11-18 | 2022-03-04 | 苏州浪潮智能科技有限公司 | A data interaction method, device and computer-readable storage medium |
| CN114138509B (en)* | 2021-11-18 | 2023-08-18 | 苏州浪潮智能科技有限公司 | A data interaction method, device and computer-readable storage medium |
| CN114443150A (en)* | 2021-12-30 | 2022-05-06 | 苏州浪潮智能科技有限公司 | Switch factory information synchronization method, system, terminal and storage medium |
| CN114443150B (en)* | 2021-12-30 | 2023-07-18 | 苏州浪潮智能科技有限公司 | Switch factory information synchronization method, system, terminal and storage medium |
| CN115114094A (en)* | 2022-06-30 | 2022-09-27 | 苏州浪潮智能科技有限公司 | A method and system for realizing dual backup and self-recovery of server FRU information |
| CN115114094B (en)* | 2022-06-30 | 2024-10-22 | 苏州浪潮智能科技有限公司 | A method and system for realizing dual backup and self-recovery of server FRU information |
| Publication | Publication Date | Title |
|---|---|---|
| CN104317667A (en) | DMI FRU synchronization method | |
| CN103942058B (en) | A kind of EMBEDDED AVIONICS method for upgrading software and system | |
| US10142180B2 (en) | Method and system for providing unified configuration information to disparate system software components | |
| CN103399840B (en) | The outer amending method of the band of a kind of allocation of computer file and computer | |
| US20150227605A1 (en) | Information processing terminal, synchronization control method, and computer-readable recording medium | |
| CN104158858A (en) | Method and system for accessing distributed cluster file system | |
| US10725806B2 (en) | Transitioning volumes between storage virtual machines | |
| WO2015117426A1 (en) | File management method and device | |
| US11372807B2 (en) | Converting storage objects between formats in a copy-free transition | |
| CN107066307A (en) | A kind of outer batch orientation upgrading BMC of the band of easy O&M method | |
| CN112559127B (en) | Virtual machine creation method, device, host and storage medium | |
| CN105356989A (en) | MTP mode-based data synchronization method, system and device | |
| CN105744366A (en) | Data configuration sharing method and system of set top box | |
| CN115858101B (en) | Method and device for isolating container resource view and electronic equipment | |
| US20150280996A1 (en) | Cloud topology visualizations | |
| CN104461757A (en) | Method and device for restoring virtual machines | |
| US11080909B2 (en) | Image layer processing method and computing device | |
| CN111813854B (en) | Synchronization of metering networks | |
| CN105808312B (en) | A method and device for provisioning virtual volumes | |
| CN114553859A (en) | A BMC configuration management method, device, electronic device and storage medium | |
| US20140222771A1 (en) | Management device and management method | |
| CN104834549B (en) | Application program file updating method and device of mobile terminal | |
| CN103425550B (en) | A kind of system cloning process and device | |
| US9621424B2 (en) | Providing a common interface for accessing and presenting component configuration settings | |
| WO2017096889A1 (en) | Method and device for upgrading and downgrading system |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| WD01 | Invention patent application deemed withdrawn after publication | Application publication date:20150128 | |
| WD01 | Invention patent application deemed withdrawn after publication |