CN111506441A - 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
CN111506441A
CN111506441A CN202010290792.6A CN202010290792A CN111506441A CN 111506441 A CN111506441 A CN 111506441A CN 202010290792 A CN202010290792 A CN 202010290792A CN 111506441 A CN111506441 A CN 111506441A
Authority
CN
China
Prior art keywords
raid
monitoring
ipmi
card information
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.)
Granted
Application number
CN202010290792.6A
Other languages
Chinese (zh)
Other versions
CN111506441B (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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)

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 a BMC of the OpenPower server, adjusting the monitoring of the Raid card 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. The invention realizes the function of monitoring the Raid card by the IPMI main process of the BMC by adjusting Raid monitoring as a process and simultaneously in a mode of Unix Socket and shared memory.

Description

Method, device, equipment and storage medium for monitoring Raid card information
Technical Field
The invention relates to the technical field of servers, in particular to a method, a device, equipment and a storage medium for monitoring Raid card information.
Background
In an OpenPower server, in order to implement out-of-band monitoring on a Raid card on the server, monitoring on the Raid card is added to a Baseboard Management Controller (BMC) of the server, so as to implement acquisition and parameter configuration of information of the Raid card.
In the prior art, the Raid card information is generally monitored by an Intelligent Platform Management Interface (IPMI) host process of the BMC through creating a thread to load a lib file provided by a 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 the parameters, the IPMI is wrong due to the probability, and the IPMI main process is stopped. In addition, on the OpenPower platform, the system needs to be started by virtue of BMC service, and if the IPMI service of BMC is in trouble, the system can be started or normally run.
Therefore, how to solve the defect that the conventional scheme for accessing the Raid card information by the BMC is prone to causing the exception of the IPMI main process is a technical problem to be urgently solved by technical personnel in the field.
Disclosure of Invention
In view of this, the present invention provides a method, an apparatus, a device and a 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 a BMC of the OpenPower server, adjusting the monitoring of the Raid card 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 in the embodiment of the present invention, a process of 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 the connection with the Raid monitoring process, performing communication interaction with the Raid monitoring process through the Unix Socket, and acquiring 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 in the embodiment of the present invention, after the IPMI main process is started, before creating the Unix Socket connection, the method further includes:
initializing the Unix Socket;
waiting for receiving an IPMI command for inquiring or setting Raid controller parameters;
and after receiving the IPMI command, starting to create the Unix Socket connection.
Preferably, in the method for monitoring information of a Raid card provided in the embodiment of the present invention, a process of controlling the Raid monitoring process includes:
starting a Raid monitoring process;
after receiving the IPMI main process connection request, creating Unix Socket connection;
performing communication interaction through the Unix Socket and the IPMI main process to acquire requested data;
returning inquired data or setting an execution result of a 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 resources.
Preferably, in the method for monitoring Raid card information provided in the embodiment of the present invention, after the Raid monitoring process is started, before the IPMI host process receives the 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 into 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 Unix Socket and shared memory mode so that the IPMI main process can stably monitor the Raid card information.
Preferably, in the apparatus for monitoring Raid card information provided in the embodiment of the present invention, the data interaction control module includes:
the IPMI main process control unit is used for starting the IPMI main process; creating the Unix Socket connection and sending a connection request to the Raid monitoring process; after the connection with the Raid monitoring process, performing communication interaction with the Raid monitoring process through the UnixSocket socket, and acquiring required data through the shared memory; closing the Unix Socket connection and releasing resources; the requested data is returned.
Preferably, in the apparatus for monitoring Raid card information provided in the embodiment of the present invention, the data interaction control module further includes:
the Raid monitoring process control unit is used for starting a Raid monitoring process; after receiving the IPMI main process connection request, creating Unix Socket connection; performing communication interaction through the Unix Socket and the IPMI main process to acquire requested data; returning inquired data or setting an execution result of a 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 resources.
The embodiment of the invention also provides equipment 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 is realized when the processor executes the computer program stored in the memory.
The embodiment of the present invention further provides a computer-readable storage medium for storing a computer program, where the computer program, when executed by a processor, implements the method for monitoring Raid card information provided in the embodiment of the present invention.
It can be seen from the foregoing technical solutions that, the method, apparatus, device and storage medium for monitoring Raid card information provided by the present invention includes: on a BMC of the OpenPower server, adjusting the monitoring of the Raid card 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.
Aiming at the problem that the IPMI service of the BMC is stopped due to the unstable factor of Raid monitoring in the current OpenPower server, the Raid monitoring is adjusted to be a process, and meanwhile, the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC are achieved in a Unix Socket and memory sharing mode.
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 introduced below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for monitoring Raid card information according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for controlling an IPMI host 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 technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention provides a method for monitoring Raid card information, as shown in fig. 1, comprising the following steps:
s101, on a BMC of an OpenPower server, monitoring of a Raid card is adjusted to a Raid monitoring process;
it should be noted that, in the method for monitoring Raid on the OpenPower platform BMC of the present invention, the Raid monitoring function is adjusted to be a process to run, and since the Raid monitoring process and the IPMI main process of the BMC are different processes, the Raid monitoring process is abnormal, and the IPMI main process is not affected;
s102, controlling the Raid monitoring process and an 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 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 (SharedMemory) is a mechanism for data interaction between processes in linux system; the data interaction with the IPMI main process is realized through the Unix Socket and the shared memory, the Raid monitoring function can be realized under the condition that the stability of the IPMI main process is ensured, and 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 Raid card information provided in the embodiment of the present invention, on the BMC of the OpenPower server, monitoring of a Raid card is first adjusted to a Raid monitoring process; 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 stably monitor Raid card information. In this way, the Raid monitoring is adjusted to be a process, and meanwhile, the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC are realized in a Unix Socket and memory sharing mode, so that abnormal exit of the IPMI main process of the BMC due to abnormal Raid monitoring is avoided, the stability of the IPMI main process is improved, and the stability of the BMC service is ensured.
In specific implementation, in the method for monitoring Raid card information provided in the embodiment of the present invention, as shown in fig. 2, a process of controlling an IPMI host process 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 the connection with the Raid monitoring process, performing communication interaction through a Unix Socket and the Raid monitoring process, and acquiring required data through a shared memory;
s204, closing Unix Socket connection and releasing resources;
and S205, returning the requested data.
Further, in specific implementation, in the method for monitoring Raid card information provided in the embodiment of the present invention, in order to ensure stability of the IPMI host process, after the IPMI host process is started in step S201, before the step S202 is executed to create a Unix Socket connection, as shown in fig. 2, the method may further include the following steps:
s206, initializing a Unix Socket;
s207, waiting for receiving an IPMI command for inquiring or setting Raid controller parameters; upon receiving the IPMI command, the step S202 of creating a Unix Socket connection is started.
In specific implementation, in the method for monitoring Raid card information provided in the embodiment of the present invention, as shown in fig. 3, a process of controlling a Raid monitoring process 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, performing communication interaction with the IPMI main process through a Unix Socket to acquire requested data;
s304, returning inquired data or setting an execution result of a parameter of the Raid controller through a shared memory according to data requested by the IPMI main process;
s305, closing Unix Socket connection and releasing resources.
Further, in specific implementation, in the method for monitoring Raid card information according to the embodiment of the present invention, in order to ensure real-time data interaction between the Raid monitoring process and the IPMI host process, after the Raid monitoring process is started in step S301, before the IPMI host process connection request is received in step S302, as shown in fig. 3, the method may further include the following steps:
s306, initializing a Unix Socket;
s307, establishing a monitoring service of the Unix Socket, and waiting for a connection request of the IPMI main process.
The following describes the IPMI main process implementing software control logic through steps one to six:
step one, starting an IPMI main process, and initializing a Unix Socket;
step two, waiting for receiving an IPMI command for inquiring/setting the parameter of the Raid controller;
step three, after receiving a relevant IPMI command, establishing Unix Socket connection, carrying out communication interaction through the Unix Socket and the Raid monitoring process, and obtaining required data through a shared memory;
step four, closing Unix Socket connection and releasing resources;
step five, returning data requested by the IPMI command;
and step six, jumping to the step three to continue execution.
The following is explained by implementing software control logic by the Raid monitoring process in steps seven to twelve:
step seven, starting a Raid monitoring process and initializing a Unix Socket;
step eight, establishing Unix Socket monitoring service, and waiting for connection of the Unix Socket in the IPMI main process;
step nine, after receiving a relevant IPMI main process connection request, creating Unix Socket connection, and communicating with the IPMI main process through the Unix Socket to acquire requested data;
step ten, returning inquired data or setting an execution result of related parameters through a shared memory according to the data requested by the IPMI main process;
step eleven, closing Unix Socket connection and releasing resources;
and step twelve, jumping to the step nine and continuing to execute.
Based on the same inventive concept, the embodiment of the invention also provides a device for monitoring the information of the Raid card, and as the principle of solving the problem of the device is similar to the method for monitoring the information of the Raid card, the implementation of the device can refer to the implementation of the method for monitoring the information of the Raid card, and repeated parts are not described again.
In specific implementation, the apparatus for monitoring Raid card information provided in the embodiment of the present invention, as shown in fig. 4, specifically includes:
a Raid monitoring process adjusting module 11, configured to adjust, on the BMC of the OpenPower server, monitoring of a Raid card to a Raid monitoring process;
and the data interaction control module 12 is used for controlling the Raid monitoring process and the IPMI main process of the BMC to perform data interaction in a UnixSocket socket and shared memory manner, so that the IPMI main process stably monitors Raid card information.
In the apparatus for monitoring Raid card information provided in the embodiment of the present invention, through interaction between the two modules, Raid monitoring is adjusted to be a process, and meanwhile, functions of monitoring and parameter setting on the Raid card by an IPMI host process of the BMC are realized in a Unix Socket and shared memory manner.
In 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 host process control unit 121, configured to start an IPMI host process; establishing Unix Socket connection and sending a connection request to a Raid monitoring process; after the connection 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; closing Unix Socket connection and releasing resources; the requested data is returned.
Further, 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 further include:
a Raid monitoring process control unit 122, configured to start a Raid monitoring process; after receiving an IPMI main process connection request, establishing Unix Socket connection; performing communication interaction through a Unix Socket and an IPMI main process to acquire requested data; returning inquired data or setting an execution result of a Raid controller parameter through a shared memory according to data requested by the IPMI main process; closing Unix Socket connection and releasing resources.
For more specific working processes of the above units, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Correspondingly, the embodiment of the invention also discloses equipment 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 embodiments is implemented when the processor executes the computer program stored in the memory.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Further, the present invention also discloses a computer readable storage medium for storing a computer program; the computer program, when executed by a processor, implements the method of monitoring Raid card information as disclosed above.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the equipment and the storage medium disclosed by the embodiment correspond to the method disclosed by the embodiment, so that the description is relatively simple, and the relevant points can be referred to the method part for description.
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 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 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. A software module may reside 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.
To sum up, a method, an apparatus, a device and a storage medium for monitoring Raid card information provided by the embodiments of the present invention include: on a BMC of the OpenPower server, adjusting the monitoring of the Raid card 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. Aiming at the problem that the IPMI service of the BMC is stopped due to the unstable factor of Raid monitoring in the current OpenPower server, the Raid monitoring is adjusted to be a process, and meanwhile, the functions of monitoring and parameter setting of the Raid card by the IPMI main process of the BMC are achieved in a UnixSocket socket and memory sharing mode.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The method, the apparatus, the device and the storage medium for monitoring Raid card information provided by the present invention are described in detail above, a specific example is applied in the present document to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for monitoring information of a Raid card is characterized by comprising the following steps:
on a BMC of the OpenPower server, adjusting the monitoring of the Raid card 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.
2. A method for monitoring Raid card information according to claim 1 wherein controlling the processes of the IPMI host process comprises:
starting the IPMI main process;
creating the Unix Socket connection and sending a connection request to the Raid monitoring process;
after the connection with the Raid monitoring process, performing communication interaction with the Raid monitoring process through the Unix Socket, and acquiring required data through the shared memory;
closing the Unix Socket connection and releasing resources;
the requested data is returned.
3. A method for monitoring Raid card information according to claim 2, wherein after the IPMI host process is started, before the Unix Socket connection is created, further comprising:
initializing the Unix Socket;
waiting for receiving an IPMI command for inquiring or setting Raid controller parameters;
and after receiving the IPMI command, starting to create the Unix Socket connection.
4. A method for monitoring Raid card information as claimed in claim 3, wherein the process of controlling the Raid monitoring process comprises:
starting a Raid monitoring process;
after receiving the IPMI main process connection request, creating Unix Socket connection;
performing communication interaction through the Unix Socket and the IPMI main process to acquire requested data;
returning inquired data or setting an execution result of a 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 resources.
5. A method for monitoring Raid card information according to claim 4, wherein after initiating a Raid monitoring process and before receiving the IPMI host process connection request, further comprising:
initializing the Unix Socket;
and creating a monitoring service of the Unix Socket, and waiting for a connection request of the IPMI main process.
6. An apparatus for monitoring Raid card information, comprising:
the Raid monitoring process adjusting module is used for adjusting the monitoring of the Raid card into 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 Unixsocket socket and shared memory mode so that the IPMI main process can stably monitor the Raid card information.
7. An apparatus for monitoring Raid card information according to claim 6 wherein the data interaction control module comprises:
the IPMI main process control unit is used for starting the IPMI main process; creating the Unix Socket connection and sending a connection request to the Raid monitoring process; after the connection with the Raid monitoring process, performing communication interaction with the Raid monitoring process through the UnixSocket socket, and acquiring required data through the shared memory; closing the Unix Socket connection and releasing resources; the requested data is returned.
8. An apparatus for monitoring Raid card information according to claim 7 wherein the data interaction control module further comprises:
the Raid monitoring process control unit is used for starting a Raid monitoring process; after receiving the IPMI main process connection request, creating Unix Socket connection; performing communication interaction through the Unix Socket and the IPMI main process to acquire requested data; returning inquired data or setting an execution result of a 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 resources.
9. An apparatus for monitoring Raid card information, comprising a processor and a memory, wherein the processor implements the method of monitoring Raid card information according to any one of claims 1 to 5 when executing a computer program stored in the memory.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the method of monitoring Raid card information according to any one of claims 1 to 5.
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 true CN111506441A (en) 2020-08-07
CN111506441B 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
CN111506441B (en) 2023-06-16

Similar Documents

Publication Publication Date Title
CN108206852B (en) Session-based service instance management method and device under micro-service framework
CN108462760B (en) Electronic device, automatic cluster access domain name generation method and storage medium
US20110173319A1 (en) Apparatus and method for operating server using virtualization technique
CN110471749B (en) Task processing method, device, computer readable storage medium and computer equipment
CN110457197B (en) Service testing method, device, computer equipment and storage medium
CN111209110A (en) Task scheduling management method, system and storage medium for realizing load balance
CN112698952A (en) Unified management method and device for computing resources, computer equipment and storage medium
CN113382056A (en) Data reporting method, device, equipment, storage medium and system
CN110874263A (en) Method and device for monitoring instances of docker container
CN110750365A (en) Remote procedure calling method, system, terminal and storage medium
CN111538585A (en) Js-based server process scheduling method, system and device
CN116361114A (en) AI board monitoring keep-alive method, device, equipment and medium
CN111506441A (en) Method, device, equipment and storage medium for monitoring Raid card information
CN110764876A (en) Cloud host creation method, device, equipment and readable storage medium
US20090083747A1 (en) Method for managing application programs by utilizing redundancy and load balance
CN112604267B (en) Game processing method, system, device, equipment and medium
CN115576626A (en) Method, device and storage medium for safe mounting and dismounting of USB (Universal Serial bus) device
CN111064636B (en) Control method, device and system for connection of front-end processor and computer equipment
US20230246911A1 (en) Control device, control method, control program and control system
CN113608767A (en) Service upgrade processing method, electronic device and storage medium
CN113886196A (en) On-chip power consumption management method, electronic device and storage medium
CN110365538B (en) Port state control method, device, equipment and computer readable storage medium
CN111400094A (en) Method, device, equipment and medium for restoring factory settings of server system
CN110851286A (en) Thread management method and device, electronic equipment and storage medium
CN111327663A (en) Bastion machine distribution method and equipment

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