CN111506441B - Method, device, equipment and storage medium for monitoring Raid card information - Google Patents

Method, device, equipment and storage medium for monitoring Raid card information Download PDF

Info

Publication number
CN111506441B
CN111506441B CN202010290792.6A CN202010290792A CN111506441B CN 111506441 B CN111506441 B CN 111506441B CN 202010290792 A CN202010290792 A CN 202010290792A CN 111506441 B CN111506441 B CN 111506441B
Authority
CN
China
Prior art keywords
raid
monitoring
ipmi
unix socket
main process
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
Application number
CN202010290792.6A
Other languages
Chinese (zh)
Other versions
CN111506441A (en
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.)
Inspur Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems 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 Inspur Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN202010290792.6A priority Critical patent/CN111506441B/en
Publication of CN111506441A publication Critical patent/CN111506441A/en
Application granted granted Critical
Publication of CN111506441B publication Critical patent/CN111506441B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3031Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a motherboard or an expansion card
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release resources

Abstract

The application discloses a method, a device, equipment and a storage medium for monitoring Raid card information, wherein the method comprises the following steps: on the BMC of the OpenPower server, the monitoring of the Raid card is adjusted to be a Raid monitoring process; and controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can perform stable monitoring on the Raid card information. The invention realizes the function of monitoring the Raid card by the IPMI main process of the BMC by adjusting the Raid monitoring as the process and simultaneously by the mode of Unix Socket and shared memory, and the IPMI main process is not influenced by the abnormality of the Raid monitoring process because the Raid monitoring process and the IPMI main process are different processes, thereby improving the stability of the IPMI service of the BMC.

Description

Method, device, equipment and storage medium for monitoring Raid card information
Technical Field
The present invention relates to the field of server technologies, and in particular, to a method, an apparatus, a device, and a storage medium for monitoring Raid card information.
Background
On an OpenPower server, in order to realize out-of-band monitoring of the Raid card on the server, monitoring of the Raid card is added on a baseboard management controller (Baseboard Management Controller, BMC) of the server, so as to realize acquisition and parameter configuration of the Raid card information.
In the prior art, monitoring of the Raid card information is generally achieved by an intelligent platform management interface (Intelligent Platform Management Interface, IPMI) host process of the BMC by creating threads to load the lib file provided by the Raid card manufacturer. Due to the compatibility problem, when the IPMI main process calls the lib file to read the Raid card information and set parameters, the IPMI is caused to have errors at probability, and then the IPMI main process is caused to terminate. In addition, on the OpenPower platform, the system is started by relying on BMC service, and if the IPMI service of the BMC has a problem, the starting or normal operation of the system is affected.
Therefore, how to solve the problem that the existing scheme of BMC accessing Raid card information is prone to occurrence of IPMI main process abnormality is a technical problem to be solved by those skilled in the art.
Disclosure of Invention
Accordingly, the present invention is directed to a method, apparatus, device and storage medium for monitoring Raid card information, which can improve the stability of the IPMI host process and ensure the stability of the BMC service. The specific scheme is as follows:
a method of monitoring Raid card information, comprising:
on the BMC of the OpenPower server, the monitoring of the Raid card is adjusted to be a Raid monitoring process;
and controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can stably monitor the Raid card information.
Preferably, in the method for monitoring Raid card information provided by the embodiment of the present invention, a process for controlling the IPMI host process includes:
starting the IPMI main process;
creating the Unix Socket connection and sending a connection request to the Raid monitoring process;
after being connected with the Raid monitoring process, the Raid monitoring process performs communication interaction through the Unix Socket, and the Raid monitoring process acquires required data through the shared memory;
closing the Unix Socket connection, and releasing resources;
the requested data is returned.
Preferably, in the method for monitoring Raid card information provided by the embodiment of the present invention, after starting the IPMI host process, before creating the Unix Socket connection, the method further includes:
initializing the Unix Socket;
waiting for receiving an IPMI command for inquiring or setting the parameters of the Raid controller;
after receiving the IPMI command, the Unix Socket connection is started to be created.
Preferably, in the method for monitoring Raid card information provided by the embodiment of the present invention, a process for controlling the Raid monitoring process includes:
starting a Raid monitoring process;
after receiving the IPMI main process connection request, creating the Unix Socket connection;
communication interaction is carried out between the Unix Socket and the IPMI main process, and requested data are obtained;
returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process;
and closing the Unix Socket connection, and releasing the resource.
Preferably, in the method for monitoring Raid card information provided by the embodiment of the present invention, after starting a Raid monitoring process, before receiving the IPMI main process connection request, the method further includes:
initializing the Unix Socket;
and creating a monitoring service of the Unix Socket, and waiting for a connection request of the IPMI main process.
The embodiment of the invention also provides a device for monitoring the information of the Raid card, which comprises the following steps:
the Raid monitoring process adjusting module is used for adjusting the monitoring of the Raid card to be a Raid monitoring process on the BMC of the OpenPower server;
and the data interaction control module is used for controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a mode of Unix Socket and shared memory so that the IPMI main process can stably monitor the Raid card information.
Preferably, in the device for monitoring Raid card information provided by the embodiment of the present invention, the data interaction control module includes:
an IPMI main process control unit for starting the IPMI main process; creating the Unix Socket connection and sending a connection request to the Raid monitoring process; after being connected with the Raid monitoring process, the Raid monitoring process performs communication interaction through the Unix Socket, and the Raid monitoring process acquires required data through the shared memory; closing the Unix Socket connection, and releasing resources; the requested data is returned.
Preferably, in the device for monitoring Raid card information provided by the embodiment of the present invention, the data interaction control module further includes:
the Raid monitoring process control unit is used for starting the Raid monitoring process; after receiving the IPMI main process connection request, creating the Unix Socket connection; communication interaction is carried out between the Unix Socket and the IPMI main process, and requested data are obtained; returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process; and closing the Unix Socket connection, and releasing the resource.
The embodiment of the invention also provides a device for monitoring the information of the Raid card, which comprises a processor and a memory, wherein the method for monitoring the information of the Raid card provided by the embodiment of the invention is realized when the processor executes a computer program stored in the memory.
The embodiment of the invention also provides a computer readable storage medium for storing a computer program, wherein the computer program is executed by a processor to realize the method for monitoring the Raid card information provided by the embodiment of the invention.
From the above technical solution, the method, apparatus, device and storage medium for monitoring Raid card information provided by the present invention include: on the BMC of the OpenPower server, the monitoring of the Raid card is adjusted to be a Raid monitoring process; and controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can perform stable monitoring on the Raid card information.
Aiming at the problem that the IPMI service of the BMC is stopped due to the fact that the Raid monitoring instability factor exists in the current OpenPower server, the method and the device realize the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC by adjusting the Raid monitoring as the process and simultaneously by means of Unix Socket sockets and shared memory.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the related art, the drawings that are required to be used in the embodiments or the related technical descriptions will be briefly described, and it is apparent that the drawings in the following description are only embodiments of the present invention, and other drawings may be obtained according to the provided drawings without inventive effort for those skilled in the art.
FIG. 1 is a flowchart of a method for monitoring Raid card information provided by an embodiment of the present invention;
FIG. 2 is a flowchart of a method for controlling an IPMI main process according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for controlling a Raid monitoring process according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus for monitoring Raid card information according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention provides a method for monitoring Raid card information, as shown in figure 1, comprising the following steps:
s101, on a BMC of an OpenPower server, monitoring of a Raid card is adjusted to be a Raid monitoring process;
it should be noted that, based on the method for monitoring the Raid in the OpenPower platform BMC, the Raid monitoring function is adjusted to be a process to operate, and because the Raid monitoring process and the IPMI main process of the BMC are different processes, the failure of the Raid monitoring process does not affect the IPMI main process;
s102, controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can perform stable monitoring on the Raid card information;
it should be noted that, unix Socket is a mechanism developed on Socket architecture for inter-process communication (IPC) of the same host, and Shared Memory (Shared Memory) is a mechanism for performing data interaction between processes under a linux system; through Unix Socket sockets and shared memory, data interaction with the IPMI main process is realized, and the Raid monitoring function can be realized under the condition that the stability of the IPMI main process is ensured, so that the abnormal exit of the IPMI main process of the BMC caused by the abnormal Raid monitoring function is prevented.
In the method for monitoring the Raid card information provided by the embodiment of the present invention, monitoring on the Raid card is first adjusted to be a Raid monitoring process on the BMC of the OpenPower server; and then controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can perform stable monitoring on the Raid card information. Therefore, by adjusting the Raid monitoring as the process and simultaneously adopting the mode of Unix Socket and shared memory, the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC are realized, abnormal exit of the IPMI main process of the BMC caused by abnormal Raid monitoring is avoided, the stability of the IPMI main process is improved, and the stability of BMC service is ensured.
In a specific implementation, in the method for monitoring Raid card information provided by the embodiment of the present invention, a process for controlling an IPMI host process, as shown in fig. 2, may include the following steps:
s201, starting an IPMI main process;
s202, creating Unix Socket connection and sending a connection request to a Raid monitoring process;
s203, after being connected with the Raid monitoring process, performing communication interaction with the Raid monitoring process through a Unix Socket, and acquiring required data through a shared memory;
s204, closing Unix Socket connection, and releasing resources;
s205, returning the requested data.
Further, in a specific implementation, in the method for monitoring Raid card information provided by the embodiment of the present invention, after executing step S201 to start the IPMI main process, before executing step S202 to create a Unix Socket connection, as shown in fig. 2, in order to ensure stability of the IPMI main process, the method may further include the following steps:
s206, initializing Unix Socket sockets;
s207, waiting for receiving an IPMI command for inquiring or setting the parameters of the Raid controller; after receiving the IPMI command, step S202 is started to create a Unix Socket connection.
In a specific implementation, in the method for monitoring Raid card information provided by the embodiment of the present invention, a process for controlling a Raid monitoring process, as shown in fig. 3, may include the following steps:
s301, starting a Raid monitoring process;
s302, after receiving an IPMI main process connection request, creating Unix Socket connection;
s303, carrying out communication interaction with the IPMI main process through a Unix Socket to acquire the requested data;
s304, returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process;
s305, closing Unix Socket connection, and releasing resources.
Further, in a specific implementation, in the method for monitoring Raid card information provided by the embodiment of the present invention, in order to ensure real-time performance of data interaction between a Raid monitor process and an IPMI host process, after executing step S301 to start the Raid monitor process, before executing step S302 to receive an IPMI host process connection request, as shown in fig. 3, the method may further include the following steps:
s306, initializing Unix Socket sockets;
s307, a monitoring service of the Unix Socket is created, and the connection request of the IPMI main process is waited.
The following describes the implementation of the software control logic by the IPMI master process through steps one to six:
step one, starting an IPMI main process and initializing a Unix Socket;
step two, waiting to receive an IPMI command for inquiring/setting the parameters of the Raid controller;
step three, after receiving the related IPMI command, creating Unix Socket connection, performing communication interaction through the Unix Socket and the Raid monitoring process, and acquiring required data through a shared memory;
step four, closing Unix Socket connection, and releasing resources;
step five, returning the data requested by the IPMI command;
step six, jumping to the step three to continue execution.
The implementation of the software control logic by the Raid monitoring process is described below through steps seven through twelve:
step seven, starting a Raid monitoring process, and initializing a Unix Socket;
step eight, a Unix Socket monitoring service is created, and connection of the Unix Socket of the IPMI main process is waited;
step nine, after receiving a related IPMI main process connection request, creating Unix Socket connection, and communicating with the IPMI main process through the Unix Socket connection to acquire requested data;
step ten, returning the queried data or setting the execution result of the related parameters through the shared memory according to the data requested by the IPMI main process;
step eleven, closing Unix Socket connection and releasing resources;
step twelve, jumping to step nine to continue execution.
Based on the same inventive concept, the embodiment of the invention also provides a device for monitoring the Raid card information, and because the principle of the device for solving the problem is similar to that of the method for monitoring the Raid card information, the implementation of the device can refer to the implementation of the method for monitoring the Raid card information, and the repetition is omitted.
In a specific implementation, the device for monitoring Raid card information provided by the embodiment of the present invention, as shown in fig. 4, specifically includes:
the Raid monitoring process adjusting module 11 is configured to adjust monitoring on a Raid card to be a Raid monitoring process on a BMC of an OpenPower server;
the data interaction control module 12 is configured to control the Raid monitoring process and the IPMI host process of the BMC to perform data interaction in a manner of Unix Socket and shared memory, so that the IPMI host process stably monitors the Raid card information.
In the device for monitoring the Raid card information provided by the embodiment of the present invention, through the interaction of the two modules, the Raid monitoring is adjusted to be a process, and simultaneously, the functions of monitoring and parameter setting for the Raid card by the IPMI main process of the BMC are implemented in a mode of Unix Socket and shared memory, and since the Raid monitoring process and the IPMI main process are different processes, the failure of the Raid monitoring process does not affect the IPMI main process, thereby improving the stability of the IPMI main process and ensuring the stability of the BMC service.
In a specific implementation, in the apparatus for monitoring Raid card information provided in the embodiment of the present invention, as shown in fig. 4, the data interaction control module 12 may include:
an IPMI main process control unit 121 for starting the IPMI main process; establishing Unix Socket connection and sending a connection request to the Raid monitoring process; after being connected with the Raid monitoring process, the Raid monitoring process performs communication interaction through Unix Socket sockets, and the Raid monitoring process obtains required data through a shared memory; closing Unix Socket connection, and releasing resources; the requested data is returned.
Further, in the device for monitoring Raid card information according to the embodiment of the present invention, as shown in fig. 4, the data interaction control module 12 may further include:
the Raid monitor process control unit 122 is configured to start a Raid monitor process; after receiving the IPMI main process connection request, creating Unix Socket connection; communication interaction is carried out through the Unix Socket and the IPMI main process, and requested data are obtained; returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process; closing Unix Socket connection and releasing resources.
For more specific working procedures of the above units, reference may be made to the corresponding contents disclosed in the foregoing embodiments, and no further description is given here.
Correspondingly, the embodiment of the invention also discloses a device for monitoring the information of the Raid card, which comprises a processor and a memory; the method for monitoring the Raid card information disclosed in the foregoing embodiment is implemented when the processor executes the computer program stored in the memory.
For more specific procedures of the above method, reference may be made to the corresponding contents disclosed in the foregoing embodiments, and no further description is given here.
Further, the invention also discloses a computer readable storage medium for storing a computer program; the computer program, when executed by a processor, implements the previously disclosed method of monitoring Raid card information.
For more specific procedures of the above method, reference may be made to the corresponding contents disclosed in the foregoing embodiments, and no further description is given here.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. The apparatus, device, and storage medium disclosed in the embodiments are relatively simple to describe, and the relevant parts refer to the description of the method section because they correspond to the methods disclosed in the embodiments.
Those of skill would further appreciate that the various illustrative elements 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 elements and steps are described above generally in terms of functionality in order to clearly illustrate the 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 solution. 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 application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
In summary, the method, the device, the equipment and the storage medium for monitoring the Raid card information provided by the embodiment of the present invention include: on the BMC of the OpenPower server, the monitoring of the Raid card is adjusted to be a Raid monitoring process; and controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can perform stable monitoring on the Raid card information. Aiming at the problem that the IPMI service of the BMC is stopped due to the fact that the Raid monitoring instability factor exists in the current OpenPower server, the method and the device realize the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC by adjusting the Raid monitoring as the process and simultaneously by means of Unix Socket sockets and shared memory.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The method, the device, the equipment and the storage medium for monitoring the Raid card information provided by the invention are described in detail, and specific examples are applied to the description of the principle and the implementation mode of the invention, and the description of the examples is only used for helping to understand the method and the core idea of the invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (7)

1. A method of monitoring Raid card information, comprising:
on the BMC of the OpenPower server, the monitoring of the Raid card is adjusted to be a Raid monitoring process;
controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a Unix Socket and shared memory mode so that the IPMI main process can stably monitor the Raid card information; a process for controlling the IPMI host process, comprising: starting the IPMI main process; initializing the Unix Socket; waiting for receiving an IPMI command for inquiring or setting the parameters of the Raid controller; after receiving the IPMI command, starting to create the Unix Socket connection, and sending a connection request to the Raid monitoring process; after being connected with the Raid monitoring process, the Raid monitoring process performs communication interaction through the Unix Socket, and the Raid monitoring process acquires required data through the shared memory; closing the Unix Socket connection, and releasing resources; the requested data is returned.
2. The method of monitoring Raid card information of claim 1 wherein controlling the process of the Raid monitoring process comprises:
starting a Raid monitoring process;
after receiving the IPMI main process connection request, creating the Unix Socket connection;
communication interaction is carried out between the Unix Socket and the IPMI main process, and requested data are obtained;
returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process;
and closing the Unix Socket connection, and releasing the resource.
3. The method for monitoring Raid card information according to claim 2, further comprising, after starting a Raid monitor process, before receiving the IPMI host process connection request:
initializing the Unix Socket;
and creating a monitoring service of the Unix Socket, and waiting for a connection request of the IPMI main process.
4. An apparatus for monitoring Raid card information, comprising:
the Raid monitoring process adjusting module is used for adjusting the monitoring of the Raid card to be a Raid monitoring process on the BMC of the OpenPower server;
the data interaction control module is used for controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a mode of Unix Socket and shared memory so that the IPMI main process can stably monitor the Raid card information; the data interaction control module comprises: an IPMI main process control unit for starting the IPMI main process; initializing the Unix Socket; waiting for receiving an IPMI command for inquiring or setting the parameters of the Raid controller; after receiving the IPMI command, starting to create the Unix Socket connection, and sending a connection request to the Raid monitoring process; after being connected with the Raid monitoring process, the Raid monitoring process performs communication interaction through the Unix Socket, and the Raid monitoring process acquires required data through the shared memory; closing the Unix Socket connection, and releasing resources; the requested data is returned.
5. The apparatus for monitoring Raid card information of claim 4 wherein the data interaction control module further comprises:
the Raid monitoring process control unit is used for starting the Raid monitoring process; after receiving the IPMI main process connection request, creating the Unix Socket connection; communication interaction is carried out between the Unix Socket and the IPMI main process, and requested data are obtained; returning the queried data or setting the execution result of the Raid controller parameter through the shared memory according to the data requested by the IPMI main process; and closing the Unix Socket connection, and releasing the resource.
6. An apparatus for monitoring Raid card information, comprising a processor and a memory, wherein the processor implements the method for monitoring Raid card information according to any of claims 1 to 3 when executing a computer program stored in the memory.
7. A computer readable storage medium for storing a computer program, wherein the computer program when executed by a processor implements a method of monitoring Raid card information according to any of claims 1 to 3.
CN202010290792.6A 2020-04-14 2020-04-14 Method, device, equipment and storage medium for monitoring Raid card information Active CN111506441B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010290792.6A CN111506441B (en) 2020-04-14 2020-04-14 Method, device, equipment and storage medium for monitoring Raid card information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010290792.6A CN111506441B (en) 2020-04-14 2020-04-14 Method, device, equipment and storage medium for monitoring Raid card information

Publications (2)

Publication Number Publication Date
CN111506441A CN111506441A (en) 2020-08-07
CN111506441B true CN111506441B (en) 2023-06-16

Family

ID=71875970

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010290792.6A Active CN111506441B (en) 2020-04-14 2020-04-14 Method, device, equipment and storage medium for monitoring Raid card information

Country Status (1)

Country Link
CN (1) CN111506441B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714863A (en) * 2015-02-06 2015-06-17 浪潮电子信息产业股份有限公司 Method for completely storing Raid card logs on basis of Linux operation system after system crashes
CN108255618A (en) * 2017-12-27 2018-07-06 诺仪器(中国)有限公司 The data interactive processing method and system of measuring instrument
CN108959026A (en) * 2018-06-28 2018-12-07 合肥浪金防伪科技有限公司 A kind of method of accurate monitoring RAID card
CN110708366A (en) * 2019-09-24 2020-01-17 深圳市迅雷网络技术有限公司 Plug-in process management method, related method and related device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714863A (en) * 2015-02-06 2015-06-17 浪潮电子信息产业股份有限公司 Method for completely storing Raid card logs on basis of Linux operation system after system crashes
CN108255618A (en) * 2017-12-27 2018-07-06 诺仪器(中国)有限公司 The data interactive processing method and system of measuring instrument
CN108959026A (en) * 2018-06-28 2018-12-07 合肥浪金防伪科技有限公司 A kind of method of accurate monitoring RAID card
CN110708366A (en) * 2019-09-24 2020-01-17 深圳市迅雷网络技术有限公司 Plug-in process management method, related method and related device

Also Published As

Publication number Publication date
CN111506441A (en) 2020-08-07

Similar Documents

Publication Publication Date Title
US10404538B1 (en) Remote platform configuration
US10489142B1 (en) Secure firmware integrity monitoring using rest over IPMI interface
US10628176B1 (en) Firmware configuration using REST over IPMI interface
CN110109782B (en) Method, device and system for replacing fault PCIe (peripheral component interconnect express) equipment
CN106547645B (en) Method for automatically restoring image file and server system
CN109471779A (en) Board state monitoring method, micro-control unit, server and storage medium
CN113746821A (en) Intelligent device control method and device, storage medium and electronic device
CN112732616A (en) BMC starting method, device and equipment based on SPI controller
CN113382056A (en) Data reporting method, device, equipment, storage medium and system
US20060010133A1 (en) Management of a scalable computer system
CN109507991B (en) Double-shaft servo control platform debugging system and method
CN113658351B (en) Method and device for producing product, electronic equipment and storage medium
CN114064091A (en) OTA (over the air) upgrade control method and device, electronic equipment and automatic driving vehicle
EP4237937A1 (en) Pushing a firmware update patch to a computing device via an out-of-band path
CN111506441B (en) Method, device, equipment and storage medium for monitoring Raid card information
US10824437B1 (en) Platform management for computing systems without baseboard management controllers
CN116521081A (en) Method, device, equipment and storage medium for assembling on-board redundant array of independent disks
CN116302534A (en) Method, device, equipment and medium for optimizing performance of server storage equipment
US11586536B1 (en) Remote configuration of multi-mode DIMMs through a baseboard management controller
US11204704B1 (en) Updating multi-mode DIMM inventory data maintained by a baseboard management controller
CN114697191A (en) Resource migration method, device, equipment and storage medium
CN111158872B (en) Method and device for submitting and guarding spark task
CN110096366B (en) Configuration method and device of heterogeneous memory system and server
CN114327536A (en) Server operation and maintenance method, device, equipment and storage medium
CN108234215B (en) Gateway creating method and device, computer equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant