CN112506969A - BMC address query method, system, equipment and readable storage medium - Google Patents

BMC address query method, system, equipment and readable storage medium Download PDF

Info

Publication number
CN112506969A
CN112506969A CN202011439684.7A CN202011439684A CN112506969A CN 112506969 A CN112506969 A CN 112506969A CN 202011439684 A CN202011439684 A CN 202011439684A CN 112506969 A CN112506969 A CN 112506969A
Authority
CN
China
Prior art keywords
address
data
bmc
physical server
address information
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.)
Withdrawn
Application number
CN202011439684.7A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN202011439684.7A priority Critical patent/CN112506969A/en
Publication of CN112506969A publication Critical patent/CN112506969A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Abstract

The invention discloses a BMC address query method, a system, a device and a readable storage medium, wherein the method comprises the following steps: acquiring address information of each physical server in a server cluster; integrating the address information of each physical server as a piece of data to obtain address data; the address data is added with link information corresponding to a BMC management interface; storing the address data into a data table; and receiving a BMC address query request, acquiring address data from the data table, and outputting the address data on a visual interface. According to the method, the BMC address is obtained before the query requirement does not appear, and the data is integrated and then stored, so that the BMC address can be quickly obtained by querying the data table even under the condition that an operating system cannot log in, and the operation and maintenance efficiency of the server cluster can be improved.

Description

BMC address query method, system, equipment and readable storage medium
Technical Field
The invention relates to the technical field of computer application, in particular to a BMC address query method, a system, equipment and a readable storage medium.
Background
In the cloud computing era, the IT business scale of enterprises is getting larger and larger, the data volume is increased in geometric grade, and a background data center is required to have strong computing power for supporting the availability of business, so that more and more server resources are added into the data center.
However, the operating system may not be accessible for some reasons or may need to restart the operating system due to distance, and the like. The server can be managed by the BMC.
However, when the number of physical servers in the cluster is large, it is difficult for the operation and maintenance staff to remember the BMC address (including the IP address and the physical address) of each physical server. Therefore, the corresponding host cannot be managed by jumping to the BMC management interface in time.
In summary, how to effectively solve the problems of obtaining the BMC address and the like is a technical problem that needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide a BMC address query method, a system, equipment and a readable storage medium, wherein a BMC address is collected in advance and stored in a data table available for query, and when the BMC address needs to be queried, the BMC address can be directly queried from the data table.
In order to solve the technical problems, the invention provides the following technical scheme:
a BMC address query method comprises the following steps:
acquiring address information of each physical server in a server cluster;
integrating the address information of each physical server as a piece of data to obtain address data;
storing the address data into a data table;
and receiving a BMC address query request, acquiring the address data from the data table, and outputting the address data on a visual interface.
Preferably, the obtaining address information of each physical server in the server cluster includes:
and acquiring the address information by respectively utilizing the ipmitools operated on the physical servers.
Preferably, the obtaining address information of each physical server in the server cluster includes:
acquiring the address information regularly and recording a corresponding timestamp;
correspondingly, the piece of data includes an address field and a time field, and the integrating the address information of each physical server as a piece of data to obtain the address data includes:
assigning values to the address fields by using the address information of each physical server;
assigning values to the time fields by using the timestamps;
and obtaining the address data after assignment is completed.
Preferably, the obtaining the address data from the data table includes:
and acquiring the latest address data from the data table by using the time field.
Preferably, the address information includes a host name, an IP address of BMC, and a BMC physical address;
correspondingly, the integrating the address information of each physical server as a piece of data to obtain address data includes:
determining the host name in the address information of each physical server as a keyword;
and associating the corresponding IP address of the BMC and the corresponding BMC physical address to the keyword to obtain the address data.
Preferably, the method further comprises the following steps:
and adding a hyperlink corresponding to the BMC management interface on each piece of address data.
Preferably, the method further comprises the following steps:
and jumping to the BMC management interface under the condition that the hyperlink is detected to be triggered.
A BMC address query system, comprising:
the data acquisition device is used for acquiring the address information of each physical server in the server cluster; integrating the address information of each physical server as a piece of data to obtain address data; sending the address data to a data storage device;
the data storage device is used for receiving the address data and storing the address data into a data table;
and the data display device is used for receiving a BMC address query request, calling an interface of the data storage device, acquiring the address data from the data table and outputting the address data on a visual interface.
An electronic device, comprising:
a memory for storing a computer program;
and the processor is used for realizing the steps of the BMC address query method when executing the computer program.
A readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the BMC address querying method described above.
By applying the method provided by the embodiment of the invention, the address information of each physical server in the server cluster is obtained; integrating the address information of each physical server as a piece of data to obtain address data; storing the address data into a data table; and receiving a BMC address query request, acquiring address data from the data table, and outputting the address data on a visual interface.
In the method, the address information of each physical server in a server cluster is firstly acquired, and then the address information of each physical server is used as a piece of data to be integrated to obtain the address data. The address data is stored in a data table. When a BMC address query request is received, address data can be directly acquired from the data table, and the address data is output on a visual interface. Therefore, in the method, the BMC address is obtained before the query requirement does not appear, and the data is integrated and then stored, so that when the BMC address needs to be queried, the BMC address can be rapidly queried and obtained, and even under the condition that an operating system cannot log in, the BMC address can be obtained in a data table query mode, and the operation and maintenance efficiency of the server cluster can be improved.
Correspondingly, the embodiment of the invention also provides a BMC address query system, a device and a readable storage medium corresponding to the BMC address query method, which have the technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or technical solutions in related arts, the drawings used in the description of the embodiments or related arts will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an embodiment of a BMC address query method according to the present invention;
FIG. 2 is a schematic structural diagram of a BMC address query system in an embodiment of the invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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 invention.
Referring to fig. 1, fig. 1 is a flowchart of a BMC address query method according to an embodiment of the present invention, where the method includes the following steps:
s101, acquiring address information of each physical server in the server cluster.
Bmc (baseboard Manager controller), i.e. a controller for implementing platform management in a physical server. Among them, platform management (platform management) represents a series of monitoring and control functions, and the object of operation is system hardware. For example, by monitoring the temperature, voltage, fan, power supply, etc. of the system and making adjustments to ensure that the system is in a healthy state. If the system is abnormal, the system can be restarted in a reset mode. Meanwhile, the platform management is also responsible for recording information and log records of various hardware and is used for prompting a user and positioning subsequent problems. These functions may be implemented integrated into a controller, referred to as a baseboard management controller.
The server cluster may be embodied as a cluster of data centers. In this embodiment, the scale, the role, the model of the physical server, and the like of the server cluster are not limited.
In one embodiment of the present invention, the hostname, the IP address of the BMC, and the BMC physical address of each physical server may be obtained. Therefore, the IP address of each BMC and the physical server to which the BMC physical address belongs can be distinguished based on the host name. Of course, in practical application, the host IP of the physical server and other information that can uniquely identify the physical server can also be obtained, so as to distinguish different physical servers. In order to enable the address information to be effective for a long time, the address information can be acquired regularly, and the existing address data is updated.
In one embodiment of the present invention, it is considered that the IP address of the BMC may be changed, for example, the user resets it. Thus, address information may also be periodically obtained and the corresponding time stamp recorded. Therefore, the latest address data can be selected when the BMC address is inquired according to the time stamp. Further, the physical server can be efficiently managed based on the latest address data.
In one embodiment of the present invention, the address information can be obtained directly by using the existing tools for simplicity. Step S102 is to obtain address information of each physical server in the server cluster, including: and respectively acquiring address information by utilizing the ipmitool running on each physical server. That is to say, when acquiring the address information, the ipmitool running on each physical server can be directly adopted to acquire the address information of the local computer, and then the address information of each physical server can be acquired by collecting the ipmitool. For the ipmitool to acquire local address information, reference may be made to the data acquisition principle and implementation process of ipmitool, which are not described in detail herein.
S102, integrating the address information of each physical server as a piece of data to obtain address data.
After obtaining the address information, the address information of each physical server may be integrated as a piece of data for subsequent storage and viewing. That is, address information of one physical server corresponds to one piece of address data.
Specifically, when data integration is performed, a field format of address data can be preset, and then the data is integrated in a mode of assigning values based on address information; the address information may also be correlated to form a complete piece of data. The two integration modes are explained in detail below:
mode 1, association form: if the address information includes a host name, an IP address of the BMC, and a BMC physical address, step S102 integrates the address information of each physical server as one piece of data to obtain address data, including:
step one, determining a host name in address information of each physical server as a keyword;
and step two, associating the IP address and the BMC physical address of the corresponding BMC to the keyword to obtain address data.
For convenience of description, the above two steps will be described in combination.
When the address information is integrated, the specific content in the address information is managed and integrated into one piece of data by taking one physical server as a unit, namely, taking the address information of one physical server as a processing object. Specifically, for easy viewing, the host name in the address information may be used as a keyword, and then the IP address and the BMC physical address of the corresponding BMC are associated with the keyword. Thus, address data is obtained. That is, how many pieces of address data correspond to how many pieces of address information of the physical servers are obtained.
Of course, in other embodiments of the present invention, a number (ID) of the physical server may also be obtained, and then the number is used as a key. That is, in this embodiment, the keyword is unique identification information (tag) of the physical server, and different hosts may be distinguished from each other.
Mode 2, a field assignment mode, and in order to facilitate querying the latest address data, step S101 may specifically include: periodically acquiring address information and recording corresponding time stamps;
correspondingly, a piece of data includes an address field and a time field, and step S102 integrates the address information of each physical server as a piece of data to obtain address data, including:
step one, assigning values to address fields by using address information of each physical server;
assigning a value to the time field by using the timestamp;
and step three, obtaining address data after assignment is completed.
For convenience of description, the above three steps will be described in combination.
The address field may specifically include a host name field, an IP address field of the BMC, and a physical address field of the BMC; commas or semicolons can be used for spacing between fields, and the sequence between fields can be customized.
It should be noted that in practical applications, a piece of data may only include an address field, although a time field may be added to facilitate querying the most recent data. Namely, the address information is assigned to the address field correspondingly, and the timestamp is assigned to the time field correspondingly, so that the address data can be obtained after assignment is completed.
S103, storing the address data into a data table.
In this embodiment, a data table may be established in advance, and the format of the data table may correspond to the format of the address data. After the address data is obtained, the address data may be stored in a data table.
And S104, receiving a BMC address query request, acquiring address data from the data table, and outputting the address data on a visual interface.
The BMC address query request may specifically be a BMC address query request generated when an operating system cannot respond, or a physical server needs to be managed. Of course, the BMC address query request may be specifically a query request generated after the user operates the visual interface.
After receiving the BMC address query request, the address data can be directly obtained from the data table and output on the visual interface. Compared with the method that after the BMC address query request is generated, the operating system is used to acquire the BMC address, and the operations in the steps S101 to S104 are executed, the speed of acquiring the BMC address can be significantly increased. In addition, since the address data is acquired and stored in the data table before the BMC address is queried, even if the corresponding operating system fails, the acquisition of the BMC address is not affected.
In one embodiment of the present invention, the main purpose of acquiring the BMC address is to log in a BMC management interface, so as to manage the physical server. Therefore, in this embodiment, in order to facilitate the user to use, the user can quickly enter the corresponding BMC management interface, and a hyperlink capable of accessing the BMC management interface can be further added to the address data. Specifically, the manner of adding the hyperlink may specifically be: and adding a hyperlink corresponding to the BMC management interface on each piece of address data. And a hyperlink corresponding to the BMC management interface can be added to any field or character string in each piece of address data. For example, a hyperlink of the corresponding BMC management interface may be added to at least one of the BMC physical address and the IP address of the BMC of each piece of address data. Namely, each piece of address data in the data table has a hyperlink corresponding to the BMC management interface of the corresponding physical server. That is, when a hyperlink on certain address data is triggered, the corresponding BMC management interface can be quickly skipped. The quick jump implementation process of the BMC management interface comprises the following steps: and jumping to a BMC management interface under the condition that the hyperlink is detected to be triggered, so that the physical server can be rapidly managed and controlled, such as restarted. For example, when a hyperlink is detected to be clicked by a mouse, the user can directly jump to the BMC management interface, and then the user can operate on the BMC management interface to control the physical server.
By applying the method provided by the embodiment of the invention, the address information of each physical server in the server cluster is obtained; integrating the address information of each physical server as a piece of data to obtain address data; storing the address data into a data table; and receiving a BMC address query request, acquiring address data from the data table, and outputting the address data on a visual interface.
In the method, the address information of each physical server in a server cluster is firstly acquired, and then the address information of each physical server is used as a piece of data to be integrated to obtain the address data. The address data is stored in a data table. When a BMC address query request is received, address data can be directly acquired from the data table, and the address data is output on a visual interface. Therefore, in the method, the BMC address is obtained before the query requirement does not appear, and the data is integrated and then stored, so that when the BMC address needs to be queried, the BMC address can be rapidly queried and obtained, and even under the condition that an operating system cannot log in, the BMC address can be obtained in a data table query mode, and the operation and maintenance efficiency of the server cluster can be improved.
Corresponding to the above method embodiments, the embodiments of the present invention further provide a BMC address query system, and the BMC address query system described below and the BMC address query method described above may be referred to correspondingly.
Referring to fig. 2, the system includes the following modules:
the data acquisition device 101 is used for acquiring address information of each physical server in the server cluster; integrating the address information of each physical server as a piece of data to obtain address data; sending address data to the data storage device; a data storage device 102 for receiving the address data and storing the address data into a data table;
and the data display device 103 is used for receiving the BMC address query request, calling an interface of the data storage device, acquiring address data from the data table, and outputting the address data on the visual interface.
For ease of understanding, the detailed description of the BMC address query system will be given below by taking a specific device as an example.
The data acquisition device may specifically be: telegraf, which is responsible for collecting monitoring data and outputting the data to an influxDB database, supports multiple types of data input, such as httpjson, mysql, rabbitMQ, and so forth.
The data storage device is particularly an Influxdb, InfluxDB, namely a time-series data database, and is responsible for efficiently processing real-time data.
The data acquisition device runs in an operating system of each physical server, is mainly responsible for acquiring the IP address and the BMC address of the local machine and sending the acquired data to the data storage device for centralized storage through a network (both UDP or TCP protocols can be adopted).
The data storage device is mainly used for storing the data collected by the data acquisition device and storing the data in a persistent mode.
The data display device mainly reads data stored in the data storage device and provides a graphical interface for operation and maintenance personnel to check, and the operation and maintenance personnel can directly open a UI (visual interface) provided by the BMC (baseboard management controller) in a browser by clicking an IP (Internet protocol) address in the data display device, log in the BMC management system and set a machine. The data presentation device may be embodied as a graphical presentation tool (chronogram) responsible for collecting data from the infiluxdb and publishing the data diagram in the form of a web.
By applying the system provided by the embodiment of the invention, the address information of each physical server in the server cluster is obtained; integrating the address information of each physical server as a piece of data to obtain address data; storing the address data into a data table; and receiving a BMC address query request, acquiring address data from the data table, and outputting the address data on a visual interface.
In the system, the address information of each physical server in the server cluster is firstly acquired, and then the address information of each physical server is integrated as a piece of data to obtain the address data. The address data is stored in a data table. When a BMC address query request is received, address data can be directly acquired from the data table, and the address data is output on a visual interface. Therefore, in the system, before the query requirement does not appear, the BMC address is obtained, and the data is integrated and then stored, so that when the BMC address needs to be queried, the BMC address can be rapidly queried and obtained, and even under the condition that an operating system cannot log in, the BMC address can be obtained in a data table query mode, and the operation and maintenance efficiency of the server cluster can be improved.
In an embodiment of the present invention, the data collection device is specifically configured to collect the address information by using ipmitool running on each physical server.
In a specific embodiment of the present invention, the data acquisition device is specifically configured to periodically acquire address information and record a corresponding timestamp; one piece of data comprises an address field and a time field, and the address field is assigned by utilizing the address information of each physical server; assigning a value to the time field using the timestamp; and obtaining address data after assignment is completed.
In an embodiment of the invention, the data acquisition device is specifically configured to obtain the latest address data from the data table by using the time field.
In a specific embodiment of the present invention, the data collection device is specifically configured to obtain address information including a host name, an IP address of the BMC, and a BMC physical address; determining the host name in the address information of each physical server as a keyword; and associating the IP address and the BMC physical address of the corresponding BMC to the keyword to obtain address data.
In a specific embodiment of the present invention, the data acquisition device is further configured to add a hyperlink corresponding to the BMC management interface to each piece of address data.
In an embodiment of the present invention, the data presentation device is specifically configured to jump to the BMC management interface when detecting that the hyperlink is triggered.
Corresponding to the above method embodiment, an embodiment of the present invention further provides an electronic device, and the electronic device described below and the BMC address query method described above may be referred to in a corresponding manner.
Referring to fig. 3, the electronic device includes:
a memory 332 for storing a computer program;
the processor 322 is configured to implement the steps of the BMC address query method of the foregoing method embodiments when executing the computer program.
Specifically, referring to fig. 4, fig. 4 is a schematic structural diagram of an electronic device provided in this embodiment, which may generate relatively large differences due to different configurations or performances, and may include one or more processors (CPUs) 322 (e.g., one or more processors) and a memory 332, where the memory 332 stores one or more computer applications 342 or data 344. Memory 332 may be, among other things, transient or persistent storage. The program stored in memory 332 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a data processing device. Still further, the central processor 322 may be configured to communicate with the memory 332 to execute a series of instruction operations in the memory 332 on the electronic device 301.
The electronic device 301 may also include one or more power sources 326, one or more wired or wireless network interfaces 350, one or more input-output interfaces 358, and/or one or more operating systems 341.
The steps in the BMC address query method described above may be implemented by the structure of the electronic device.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a readable storage medium, and a readable storage medium described below and the above BMC address query method may be referred to in a corresponding manner.
A readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the BMC address query method of the above-mentioned method embodiments.
The readable storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and various other readable storage media capable of storing program codes.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (10)

1. A BMC address query method is characterized by comprising the following steps:
acquiring address information of each physical server in a server cluster;
integrating the address information of each physical server as a piece of data to obtain address data;
storing the address data into a data table;
and receiving a BMC address query request, acquiring the address data from the data table, and outputting the address data on a visual interface.
2. The BMC address query method of claim 1, wherein the obtaining the address information of each physical server in the server cluster comprises:
and acquiring the address information by respectively utilizing the ipmitools operated on the physical servers.
3. The BMC address query method of claim 1, wherein the obtaining the address information of each physical server in the server cluster comprises:
acquiring the address information regularly and recording a corresponding timestamp;
correspondingly, the piece of data includes an address field and a time field, and the integrating the address information of each physical server as a piece of data to obtain the address data includes:
assigning values to the address fields by using the address information of each physical server;
assigning values to the time fields by using the timestamps;
and obtaining the address data after assignment is completed.
4. The BMC address querying method of claim 3, wherein obtaining the address data from the data table comprises:
and acquiring the latest address data from the data table by using the time field.
5. The BMC address query method of claim 1, wherein the address information includes a hostname, an IP address of BMC, and a BMC physical address;
correspondingly, the integrating the address information of each physical server as a piece of data to obtain address data includes:
determining the host name in the address information of each physical server as a keyword;
and associating the corresponding IP address of the BMC and the corresponding BMC physical address to the keyword to obtain the address data.
6. The BMC address query method of any of claims 1 to 5, further comprising:
and adding a hyperlink corresponding to the BMC management interface on each piece of address data.
7. The BMC address querying method of claim 6, further comprising:
and jumping to the BMC management interface under the condition that the hyperlink is detected to be triggered.
8. A BMC address query system, comprising:
the data acquisition device is used for acquiring the address information of each physical server in the server cluster; integrating the address information of each physical server as a piece of data to obtain address data; sending the address data to a data storage device;
the data storage device is used for receiving the address data and storing the address data into a data table;
and the data display device is used for receiving a BMC address query request, calling an interface of the data storage device, acquiring the address data from the data table and outputting the address data on a visual interface.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the BMC address query method according to any of claims 1 to 7 when executing the computer program.
10. A readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the BMC address query method according to any one of claims 1 to 7.
CN202011439684.7A 2020-12-10 2020-12-10 BMC address query method, system, equipment and readable storage medium Withdrawn CN112506969A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011439684.7A CN112506969A (en) 2020-12-10 2020-12-10 BMC address query method, system, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011439684.7A CN112506969A (en) 2020-12-10 2020-12-10 BMC address query method, system, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN112506969A true CN112506969A (en) 2021-03-16

Family

ID=74970825

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011439684.7A Withdrawn CN112506969A (en) 2020-12-10 2020-12-10 BMC address query method, system, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112506969A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113206829A (en) * 2021-03-30 2021-08-03 新华三云计算技术有限公司 Address information analysis device
CN113672451A (en) * 2021-07-21 2021-11-19 济南浪潮数据技术有限公司 BMC service detection method, device, equipment and readable storage medium
CN114356432A (en) * 2021-10-29 2022-04-15 郑州云海信息技术有限公司 Big data platform configuration system, method, device and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113206829A (en) * 2021-03-30 2021-08-03 新华三云计算技术有限公司 Address information analysis device
CN113672451A (en) * 2021-07-21 2021-11-19 济南浪潮数据技术有限公司 BMC service detection method, device, equipment and readable storage medium
CN113672451B (en) * 2021-07-21 2023-12-22 济南浪潮数据技术有限公司 BMC service detection method, device, equipment and readable storage medium
CN114356432A (en) * 2021-10-29 2022-04-15 郑州云海信息技术有限公司 Big data platform configuration system, method, device and storage medium

Similar Documents

Publication Publication Date Title
CN112506969A (en) BMC address query method, system, equipment and readable storage medium
JP6346377B2 (en) Method and system for movably deploying an application to one or more cloud systems
CN111427313A (en) Robot management method and device, electronic equipment and storage medium
EP3384391B1 (en) Real-time change data from disparate sources
CN103488793A (en) User behavior monitoring method based on information retrieval
CN111651405A (en) Configuration file management method, device, equipment and storage medium
CN111046011A (en) Log collection method, system, node, electronic device and readable storage medium
US20180176095A1 (en) Data analytics rendering for triage efficiency
CN104268056A (en) Complex event processing based real-time monitoring system and method for CPS (Cyber-Physical Systems) applications
US20120072589A1 (en) Information Processing Apparatus and Method of Operating the Same
CN114201540A (en) Industrial multi-source data acquisition and storage system
WO2015196885A1 (en) Method and apparatus for acquiring and storing performance data of cloud computing system
CN111752918B (en) Historical data interaction system and configuration method thereof
CN111913933B (en) Power grid historical data management method and system based on unified support platform
CN108337100B (en) Cloud platform monitoring method and device
CN117389830A (en) Cluster log acquisition method and device, computer equipment and storage medium
CN112463549A (en) Auditing method, device and equipment of cloud platform and computer readable storage medium
EP3306471B1 (en) Automatic server cluster discovery
Singh Cluster-level logging of containers with containers: Logging challenges of container-based cloud deployments
JP5901962B2 (en) Command processing system and method
US8930369B2 (en) Information processing apparatus, message classifying method and non-transitory medium for associating series of transactions
JP6855364B2 (en) Log collection system and program
CN110597681A (en) Server hardware monitoring system
CN112256489A (en) Data acquisition method and device of cloud development platform and data storage architecture
CN109684158A (en) Method for monitoring state, device, equipment and the storage medium of distributed coordination system

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20210316

WW01 Invention patent application withdrawn after publication