CN106850814B - Method for realizing sensor information acquisition by adding custom command support - Google Patents
Method for realizing sensor information acquisition by adding custom command support Download PDFInfo
- Publication number
- CN106850814B CN106850814B CN201710080629.5A CN201710080629A CN106850814B CN 106850814 B CN106850814 B CN 106850814B CN 201710080629 A CN201710080629 A CN 201710080629A CN 106850814 B CN106850814 B CN 106850814B
- Authority
- CN
- China
- Prior art keywords
- ipmi
- command
- bmc
- smc
- sensor
- 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.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/60—Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
- G06F11/3086—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves the use of self describing data formats, i.e. metadata, markup languages, human readable formats
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/466—Transaction processing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/546—Message passing systems or structures, e.g. queues
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Library & Information Science (AREA)
- Quality & Reliability (AREA)
- Computer Security & Cryptography (AREA)
- Telephonic Communication Services (AREA)
- Arrangements For Transmission Of Measured Signals (AREA)
Abstract
本发明特别涉及一种增加自定义命令支持实现传感器信息采集的方法。该增加自定义命令支持实现传感器信息采集的方法,在SMC的IPMI协议栈中增加一个传感器采集线程,并在各个计算单元的BMC的IPMI协议栈中增加对自定义命令的支持;所述传感器采集线程不与Message Handler直接通信,所述自定义命令的函数可通过BMC的Message Handler提供的命令映射表被索引并调用,进而使SMC的IPMI协议栈兼具IPMI Server与IPMI Client的功能,使SMC适用于具有多个计算单元的服务器的传感器的信息采集。该增加自定义命令支持实现传感器信息采集的方法,以IPMI协议栈的实现为基础,只进行较少的改动即可使SMC的IPMI协议栈兼具IPMI Server与IPMI Client的功能,适用于具有多个计算单元的服务器的传感器信息采集。
The invention particularly relates to a method for adding custom command support to realize sensor information collection. The method of adding custom command support to realize sensor information acquisition is to add a sensor acquisition thread in the IPMI protocol stack of the SMC, and add support for custom commands in the IPMI protocol stack of the BMC of each computing unit; the sensor acquisition The thread does not communicate directly with the Message Handler, and the function of the self-defined command can be indexed and called through the command mapping table provided by the Message Handler of the BMC, so that the IPMI protocol stack of the SMC has both the functions of the IPMI Server and the IPMI Client, so that the SMC Information collection from sensors suitable for servers with multiple computing units. This method of adding custom command support to realize sensor information collection is based on the implementation of the IPMI protocol stack. Only a few changes can be made to make the IPMI protocol stack of the SMC have both the functions of IPMI Server and IPMI Client. The sensor information collection of the server of the computing unit.
Description
技术领域technical field
本发明涉及服务器管理技术领域,特别涉及一种增加自定义命令支持实现传感器信息采集的方法。The invention relates to the technical field of server management, in particular to a method for adding custom command support to realize sensor information collection.
背景技术Background technique
对于具有多个计算单元的服务器,其管理单元上的SMC(System ManagementController,系统管理控制器)在采集自身传感器信息的同时,还需要采集各个计算单元的BMC(Baseboard Management Controller,基板管理控制器)的传感器信息,以对整个服务器的运行状况进行监控。For a server with multiple computing units, the SMC (System Management Controller, system management controller) on the management unit needs to collect the BMC (Baseboard Management Controller, baseboard management controller) of each computing unit while collecting its own sensor information. sensor information to monitor the health of the entire server.
SMC采用与BMC相同的IPMI(Intelligent Platform Management Interface)协议栈的实现代码,因此SMC在本质上是与BMC一样的,即都是一个IPMI Server,由外部IPMItool或者内置的支持IPMI访问接口的Web服务器充当IPMI Client。对于BMC来说,这种设计是合理的,因为在具有多个计算单元的服务器中,BMC是一个相对单纯的IPMI Server。SMC adopts the same implementation code of IPMI (Intelligent Platform Management Interface) protocol stack as BMC, so SMC is essentially the same as BMC, that is, it is an IPMI Server, which is provided by an external IPMItool or a built-in Web server that supports IPMI access interface. Act as an IPMI Client. For BMC, this design is reasonable, because in a server with multiple computing units, BMC is a relatively simple IPMI Server.
但是对于SMC来说,除了需要支持外部IPMI访问接口的访问即充当IPMI Server,还需要主动发起对各个计算单元的BMC的访问即充当IPMI Client。在现有的解决方案中,SMC是通过撇开IPMI协议栈增加一个相对独立的访问各个计算单元的BMC的进程实现传感器信息采集的,不能很好地利用已有的IPMI协议栈的功能和IPMI协议提供的扩展性,因此有必要提出一种新的实现服务器传感器信息采集的方法。However, for the SMC, in addition to supporting the access of the external IPMI access interface, that is, acting as an IPMI Server, it also needs to actively initiate access to the BMC of each computing unit, that is, acting as an IPMI Client. In the existing solution, the SMC realizes sensor information collection by adding a relatively independent process of accessing the BMC of each computing unit apart from the IPMI protocol stack, which cannot make good use of the functions of the existing IPMI protocol stack and IPMI protocol. Therefore, it is necessary to propose a new method to realize the collection of server sensor information.
基于上述问题,本发明提出了一种增加自定义命令支持实现传感器信息采集的方法。Based on the above problems, the present invention proposes a method for adding custom command support to realize sensor information collection.
发明内容SUMMARY OF THE INVENTION
本发明为了弥补现有技术的缺陷,提供了一种简单高效的增加自定义命令支持实现传感器信息采集的方法。In order to make up for the defects of the prior art, the present invention provides a simple and efficient method for adding custom command support to realize sensor information collection.
本发明是通过如下技术方案实现的:The present invention is achieved through the following technical solutions:
一种增加自定义命令支持实现传感器信息采集的方法,其特征在于:在SMC的IPMI协议栈中增加一个传感器采集线程,并在各个计算单元的BMC的IPMI协议栈中增加对自定义命令的支持;所述传感器采集线程不与Message Handler直接通信,所述自定义命令的函数可通过BMC的Message Handler提供的命令映射表被索引并调用,进而使SMC的IPMI协议栈兼具IPMI Server与IPMI Client的功能,使SMC适用于具有多个计算单元的服务器的传感器的信息采集。A method for adding custom command support to realize sensor information collection, characterized in that: adding a sensor acquisition thread in the IPMI protocol stack of the SMC, and adding support for the custom command in the IPMI protocol stack of the BMC of each computing unit The sensor acquisition thread does not communicate directly with the Message Handler, and the function of the self-defined command can be indexed and called by the command mapping table provided by the Message Handler of the BMC, and then the IPMI protocol stack of the SMC has both IPMI Server and IPMI Client. The function makes SMC suitable for sensor information acquisition of servers with multiple computing units.
由所述传感器采集线程发起的获取BMC的传感器信息的自定义命令的回复消息是一个IPMI响应消息,但是SMC的Message Handler将其视为一个IPMI请求消息而不是IPMI响应消息,从而可以被处理IPMI请求的函数所处理;在处理IPMI请求的函数中通过判断网络功能码NetFn来识别所述自定义命令的IPMI响应消息,并进行相应的处理以提供外部访问;而BMC则使用标准IPMI协议规定的自定义命令的实现方法对自定义命令予以支持。The reply message of the custom command to obtain the sensor information of the BMC initiated by the sensor acquisition thread is an IPMI response message, but the SMC's Message Handler regards it as an IPMI request message instead of an IPMI response message, so it can be processed by IPMI Processed by the requested function; in the function processing the IPMI request, the IPMI response message of the self-defined command is identified by judging the network function code NetFn, and the corresponding processing is performed to provide external access; while the BMC uses the standard IPMI protocol. The implementation method of the custom command supports the custom command.
通过所述传感器采集线程发送、获取各个计算单元传感器数据的自定义命令,所述自定义命令使用系统中未使用的网络功能码NetFn以区别于其他命令集,同时在MessageHandler处理IPMI请求的函数中增加BMC的回复消息中网络功能码NetFn的判断;如果网络功能码NetFn的值指示为自定义命令所特有的网络功能码NetFn,则截获此回复消息并解析其中的传感器数据,以格式化的形式存储到共享缓冲区中供外部访问。A custom command for sending and acquiring sensor data of each computing unit through the sensor acquisition thread, the custom command uses the unused network function code NetFn in the system to distinguish it from other command sets, and is used in the function of MessageHandler to process IPMI requests Increase the judgment of the network function code NetFn in the reply message of the BMC; if the value of the network function code NetFn indicates the network function code NetFn unique to the custom command, the reply message will be intercepted and the sensor data in it will be parsed in a formatted form Stored in a shared buffer for external access.
本发明增加自定义命令支持实现传感器信息采集的方法,包括以下步骤:The present invention adds a custom command to support a method for realizing sensor information collection, comprising the following steps:
(1)在SMC的IPMI协议栈中增加一个传感器采集线程;(1) Add a sensor acquisition thread to the IPMI protocol stack of SMC;
(2)传感器采集线程发送、获取某个计算单元传感器数据的自定义命令,所述自定义命令使用系统中未使用的网络功能码NetFn以区别于其他命令集;(2) A custom command sent by the sensor acquisition thread to obtain the sensor data of a certain computing unit, and the custom command uses the unused network function code NetFn in the system to distinguish it from other command sets;
(3)计算单元的BMC的Message Handler通过命令映射表的方法索引并调用在IPMI协议栈中增加的自定义命令的函数实现,获取BMC的传感器信息后以IPMI响应的形式回复SMC;(3) The Message Handler of the BMC of the computing unit is implemented by indexing the method of the command mapping table and calling the function of the custom command added in the IPMI protocol stack. After acquiring the sensor information of the BMC, it replies to the SMC in the form of an IPMI response;
(4)在SMC的Message Handler处理IPMI请求的函数中增加对BMC回复消息中网络功能码NetFn的判断,如果网络功能码NetFn的值指示为自定义命令所特有的网络功能码NetFn,则截获此回复消息并解析其中的传感器数据,以格式化的形式存储到共享缓冲区中供外部访问;(4) Add the judgment of the network function code NetFn in the BMC reply message to the function of the SMC's Message Handler for processing IPMI requests. Reply to the message and parse the sensor data in it, and store it in a shared buffer in a formatted form for external access;
(5)遍历各个计算单元的BMC获取全部计算单元的传感器信息。(5) Traverse the BMC of each computing unit to obtain sensor information of all computing units.
本发明的有益效果是:该增加自定义命令支持实现传感器信息采集的方法,以IPMI协议栈的实现为基础,在SMC的IPMI协议栈中增加一个传感器采集线程,并在各个计算单元的BMC的IPMI协议栈中增加对自定义命令的支持,只进行较少的改动即可使SMC的IPMI协议栈兼具IPMI Server与IPMI Client的功能,适用于具有多个计算单元的服务器的传感器信息采集。The beneficial effects of the invention are as follows: the method for realizing sensor information collection by adding custom command support is based on the realization of the IPMI protocol stack, adding a sensor collection thread in the IPMI protocol stack of the SMC, and adding a sensor collection thread in the BMC of each computing unit. Added support for custom commands in the IPMI protocol stack. With only minor changes, the SMC's IPMI protocol stack can function as both IPMI Server and IPMI Client, which is suitable for sensor information collection on servers with multiple computing units.
附图说明Description of drawings
附图1为本发明增加自定义命令支持实现传感器信息采集的方法示意图。FIG. 1 is a schematic diagram of a method for implementing sensor information collection by adding custom command support according to the present invention.
具体实施方式Detailed ways
为了使本发明所要解决的技术问题、技术方案及有益效果更加清楚明白,以下结合附图和实施例,对本发明进行详细的说明。应当说明的是,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。In order to make the technical problems, technical solutions and beneficial effects to be solved by the present invention clearer, the present invention will be described in detail below with reference to the accompanying drawings and embodiments. It should be noted that the specific embodiments described herein are only used to explain the present invention, but not to limit the present invention.
本实施例中,刀片服务器包括管理单元、计算单元、交换单元、电源单元和风扇单元。管理单元上有SMC,计算单元上有BMC,SMC通过Web管理界面对外提供访问接口。In this embodiment, the blade server includes a management unit, a computing unit, a switching unit, a power supply unit, and a fan unit. There is an SMC on the management unit and a BMC on the computing unit. The SMC provides external access interfaces through the Web management interface.
该增加自定义命令支持实现传感器信息采集的方法,在SMC的IPMI协议栈中增加一个传感器采集线程,并在各个计算单元的BMC的IPMI协议栈中增加对自定义命令的支持;所述传感器采集线程不与Message Handler直接通信,所述自定义命令的函数可通过BMC的Message Handler提供的命令映射表被索引并调用,进而使SMC的IPMI协议栈兼具IPMIServer与IPMI Client的功能,使SMC适用于具有多个计算单元的服务器的传感器的信息采集。The method of adding custom command support to realize sensor information acquisition is to add a sensor acquisition thread in the IPMI protocol stack of the SMC, and add support for custom commands in the IPMI protocol stack of the BMC of each computing unit; the sensor acquisition The thread does not communicate directly with the Message Handler, and the function of the self-defined command can be indexed and called through the command mapping table provided by the Message Handler of the BMC, so that the IPMI protocol stack of the SMC has the functions of IPMI Server and IPMI Client, making the SMC suitable for use Information collection from sensors on servers with multiple computing units.
由所述传感器采集线程发起的获取BMC的传感器信息的自定义命令的回复消息是一个IPMI响应消息,但是SMC的Message Handler将其视为一个IPMI请求消息而不是IPMI响应消息,从而可以被处理IPMI请求的函数所处理;在处理IPMI请求的函数中通过判断网络功能码NetFn来识别所述自定义命令的IPMI响应消息,并进行相应的处理以提供外部访问;而BMC则使用标准IPMI协议规定的自定义命令的实现方法对自定义命令予以支持。The reply message of the custom command to obtain the sensor information of the BMC initiated by the sensor acquisition thread is an IPMI response message, but the SMC's Message Handler regards it as an IPMI request message instead of an IPMI response message, so it can be processed by IPMI Processed by the requested function; in the function processing the IPMI request, the IPMI response message of the self-defined command is identified by judging the network function code NetFn, and the corresponding processing is performed to provide external access; while the BMC uses the standard IPMI protocol. The implementation method of the custom command supports the custom command.
通过所述传感器采集线程发送、获取各个计算单元传感器数据的自定义命令,所述自定义命令使用系统中未使用的网络功能码NetFn以区别于其他命令集,同时在MessageHandler处理IPMI请求的函数中增加BMC的回复消息中网络功能码NetFn的判断;如果网络功能码NetFn的值指示为自定义命令所特有的网络功能码NetFn,则截获此回复消息并解析其中的传感器数据,以格式化的形式存储到共享缓冲区中供外部访问。A custom command for sending and acquiring sensor data of each computing unit through the sensor acquisition thread, the custom command uses the unused network function code NetFn in the system to distinguish it from other command sets, and is used in the function of MessageHandler to process IPMI requests Increase the judgment of the network function code NetFn in the reply message of the BMC; if the value of the network function code NetFn indicates the network function code NetFn unique to the custom command, the reply message will be intercepted and the sensor data in it will be parsed in a formatted form Stored in a shared buffer for external access.
该增加自定义命令支持实现传感器信息采集的方法,包括以下步骤:The method for adding custom command support to realize sensor information collection includes the following steps:
(1)在SMC的IPMI协议栈中增加一个传感器采集线程;(1) Add a sensor acquisition thread to the IPMI protocol stack of SMC;
(2)传感器采集线程发送、获取某个计算单元传感器数据的自定义命令,所述自定义命令使用系统中未使用的网络功能码NetFn以区别于其他命令集;(2) A custom command sent by the sensor acquisition thread to obtain the sensor data of a certain computing unit, and the custom command uses the unused network function code NetFn in the system to distinguish it from other command sets;
(3)计算单元的BMC的Message Handler通过命令映射表的方法索引并调用在IPMI协议栈中增加的自定义命令的函数实现,获取BMC的传感器信息后以IPMI响应的形式回复SMC;(3) The Message Handler of the BMC of the computing unit is implemented by indexing the method of the command mapping table and calling the function of the custom command added in the IPMI protocol stack. After acquiring the sensor information of the BMC, it replies to the SMC in the form of an IPMI response;
(4)在SMC的Message Handler处理IPMI请求的函数中增加对BMC回复消息中网络功能码NetFn的判断,如果网络功能码NetFn的值指示为自定义命令所特有的网络功能码NetFn,则截获此回复消息并解析其中的传感器数据,以格式化的形式存储到共享缓冲区中供外部访问;(4) Add the judgment of the network function code NetFn in the BMC reply message to the function of the SMC's Message Handler for processing IPMI requests. Reply to the message and parse the sensor data in it, and store it in a shared buffer in a formatted form for external access;
(5)遍历各个计算单元的BMC获取全部计算单元的传感器信息。(5) Traverse the BMC of each computing unit to obtain sensor information of all computing units.
SMC除具备标准IPMI协议栈的全部功能外,还能运行本发明提出的IPMI协议栈中增加的传感器采集线程和经过定制的Web服务器。SMC的传感器采集线程发送、获取BMC全部传感器信息的自定义命令,经过上述方法的处理过程,BMC执行自定义命令返回的信息最终被SMC的Message Handler处理IPMI请求的函数所处理,将其中的传感器数据以格式化的形式存储到共享缓冲区中,经过定制的Web服务器提供对共享缓冲区中数据的访问接口,通过Web管理界面可显示SMC和获取到的各个计算单元的传感器信息。In addition to having all the functions of the standard IPMI protocol stack, the SMC can also run the sensor acquisition thread and the customized Web server added in the IPMI protocol stack proposed by the present invention. The SMC's sensor acquisition thread sends and obtains the custom command of all the sensor information of the BMC. After the processing of the above method, the information returned by the BMC executing the custom command is finally processed by the function of the SMC's Message Handler to process the IPMI request. The data is stored in the shared buffer in a formatted form. The customized web server provides an access interface to the data in the shared buffer. The SMC and the acquired sensor information of each computing unit can be displayed through the web management interface.
Claims (1)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710080629.5A CN106850814B (en) | 2017-02-15 | 2017-02-15 | Method for realizing sensor information acquisition by adding custom command support |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710080629.5A CN106850814B (en) | 2017-02-15 | 2017-02-15 | Method for realizing sensor information acquisition by adding custom command support |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN106850814A CN106850814A (en) | 2017-06-13 |
| CN106850814B true CN106850814B (en) | 2020-02-14 |
Family
ID=59127620
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201710080629.5A Active CN106850814B (en) | 2017-02-15 | 2017-02-15 | Method for realizing sensor information acquisition by adding custom command support |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN106850814B (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111309333B (en) * | 2020-02-13 | 2023-08-08 | 超越科技股份有限公司 | Structure for remotely operating BMC through SMC and implementation method thereof |
| CN111858238A (en) * | 2020-06-29 | 2020-10-30 | 山东云海国创云计算装备产业创新中心有限公司 | Method, device and equipment for managing CPU state data |
| CN119597700B (en) * | 2024-11-30 | 2025-11-07 | 苏州元脑智能科技有限公司 | Controller access method, device, equipment and medium |
Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7844866B2 (en) * | 2007-10-02 | 2010-11-30 | International Business Machines Corporation | Mechanism to report operating system events on an intelligent platform management interface compliant server |
| CN102026042A (en) * | 2009-09-18 | 2011-04-20 | 中兴通讯股份有限公司 | Keep-alive and self-healing method and device for advanced telecom computing architecture control surface |
| CN102594602A (en) * | 2012-02-23 | 2012-07-18 | 浪潮电子信息产业股份有限公司 | Location management design method of multi-node cloud computing server |
| CN103916280A (en) * | 2014-04-15 | 2014-07-09 | 浪潮电子信息产业股份有限公司 | Blade server management network driving DHCP allocating method |
| CN104104543A (en) * | 2014-07-17 | 2014-10-15 | 浪潮集团有限公司 | Server managing system and method based on SNMP and IPMI protocol |
| CN104899063A (en) * | 2015-06-01 | 2015-09-09 | 浪潮集团有限公司 | Server management system and starting method |
| CN105389242A (en) * | 2015-10-14 | 2016-03-09 | 浪潮电子信息产业股份有限公司 | A method for realizing batch acquisition of server information of the whole cabinet |
| CN105868077A (en) * | 2016-04-12 | 2016-08-17 | 浪潮电子信息产业股份有限公司 | A method for obtaining the monitoring information of server nodes in the whole cabinet |
| CN106528308A (en) * | 2016-11-25 | 2017-03-22 | 济南浪潮高新科技投资发展有限公司 | Server sensor information collection method |
-
2017
- 2017-02-15 CN CN201710080629.5A patent/CN106850814B/en active Active
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7844866B2 (en) * | 2007-10-02 | 2010-11-30 | International Business Machines Corporation | Mechanism to report operating system events on an intelligent platform management interface compliant server |
| CN102026042A (en) * | 2009-09-18 | 2011-04-20 | 中兴通讯股份有限公司 | Keep-alive and self-healing method and device for advanced telecom computing architecture control surface |
| CN102594602A (en) * | 2012-02-23 | 2012-07-18 | 浪潮电子信息产业股份有限公司 | Location management design method of multi-node cloud computing server |
| CN103916280A (en) * | 2014-04-15 | 2014-07-09 | 浪潮电子信息产业股份有限公司 | Blade server management network driving DHCP allocating method |
| CN104104543A (en) * | 2014-07-17 | 2014-10-15 | 浪潮集团有限公司 | Server managing system and method based on SNMP and IPMI protocol |
| CN104899063A (en) * | 2015-06-01 | 2015-09-09 | 浪潮集团有限公司 | Server management system and starting method |
| CN105389242A (en) * | 2015-10-14 | 2016-03-09 | 浪潮电子信息产业股份有限公司 | A method for realizing batch acquisition of server information of the whole cabinet |
| CN105868077A (en) * | 2016-04-12 | 2016-08-17 | 浪潮电子信息产业股份有限公司 | A method for obtaining the monitoring information of server nodes in the whole cabinet |
| CN106528308A (en) * | 2016-11-25 | 2017-03-22 | 济南浪潮高新科技投资发展有限公司 | Server sensor information collection method |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106850814A (en) | 2017-06-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN106534328B (en) | Node connection method and distributed computing system | |
| CN110659109B (en) | System and method for monitoring openstack virtual machine | |
| CN104993953A (en) | Method for detecting network service state and device detecting network service state | |
| WO2017107018A1 (en) | Method, device, and system for discovering the relationship of applied topology | |
| US20150324289A1 (en) | Data Access System, Memory Sharing Device, and Data Reading Method | |
| CN106101290B (en) | Method and system for server cluster management | |
| US20140201356A1 (en) | Monitoring system of managing cloud-based hosts and monitoring method using for the same | |
| CN106850814B (en) | Method for realizing sensor information acquisition by adding custom command support | |
| CN106528308B (en) | A kind of server sensor information collection method | |
| CN111625419A (en) | A log collection method, system, device, and computer-readable storage medium | |
| WO2020019724A1 (en) | Method for acquiring sensor data in server, acquisition system, and related apparatus | |
| CN105872061A (en) | Server cluster management method, device and system | |
| WO2017181890A1 (en) | Data processing system and method based on server cluster | |
| CN112052227A (en) | Method, device and electronic device for processing data change log | |
| WO2019237591A1 (en) | File format conversion method and apparatus, computer device, and storage medium | |
| CN112769876B (en) | Method, device, equipment and medium for acquiring equipment channel information | |
| CN103500108B (en) | Installed System Memory access method, Node Controller and multicomputer system | |
| CN104243719B (en) | Method, system and device for determining heartbeat period of long connection in mobile communication network | |
| CN102420783B (en) | Method and system for transmitting information to control terminal by server | |
| CN111930482A (en) | Task processing method, device and equipment based on node cluster and storage medium | |
| JP2023500418A (en) | URL refresh method, device, equipment and CDN node in CDN | |
| CN107967273A (en) | Data capture method, back end and system | |
| US9432476B1 (en) | Proxy data storage system monitoring aggregator for a geographically-distributed environment | |
| CN105897865A (en) | Protocol-independent network file service management system and method | |
| CN104407920B (en) | A kind of data processing method and system based on interprocess communication |
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 | ||
| TA01 | Transfer of patent application right | ||
| TA01 | Transfer of patent application right |
Effective date of registration: 20200109 Address after: 250100 Ji'nan high tech Zone, Shandong, No. 1036 wave road Applicant after: Tidal Group Co., Ltd. Address before: 250100, Ji'nan province high tech Zone, Sun Village Branch Road, No. 2877, building, floor, building, on the first floor Applicant before: Ji'nan wave high and New Technology Investment Development Co., Ltd. |
|
| GR01 | Patent grant | ||
| GR01 | Patent grant |