CN110764976B - Control method, system and equipment of NVME hard disk state indicator lamp - Google Patents

Control method, system and equipment of NVME hard disk state indicator lamp Download PDF

Info

Publication number
CN110764976B
CN110764976B CN201910892449.6A CN201910892449A CN110764976B CN 110764976 B CN110764976 B CN 110764976B CN 201910892449 A CN201910892449 A CN 201910892449A CN 110764976 B CN110764976 B CN 110764976B
Authority
CN
China
Prior art keywords
hard disk
nvme hard
nvme
variable
indicator lamp
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
CN201910892449.6A
Other languages
Chinese (zh)
Other versions
CN110764976A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201910892449.6A priority Critical patent/CN110764976B/en
Publication of CN110764976A publication Critical patent/CN110764976A/en
Application granted granted Critical
Publication of CN110764976B publication Critical patent/CN110764976B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/325Display of status information by lamps or LED's
    • 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/3037Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a memory, e.g. virtual memory, cache

Landscapes

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

Abstract

The invention provides a control method of an NVME hard disk state indicator lamp, which comprises the following steps: acquiring the status of the indicator light of the NVME hard disk by circularly traversing all the NVME hard disks; and setting the states of the indicator lamps of the NVME hard disks, and returning the states of the indicator lamps of all the NVME hard disks at present. According to the method and the device, the shell script is compiled, the state of the indicator light is set for the NVME hard disk by using a simple command, the lighting state information of the NVME is returned to the user, and the user can clearly read the text by adding the color. The information of the abnormal hard disk can be conveniently obtained by the working personnel, so that the hard disk can be correctly replaced.

Description

Control method, system and equipment of NVME hard disk state indicator lamp
Technical Field
The invention relates to the technical field of computer hard disks, in particular to a method, a system and equipment for controlling an NVME hard disk state indicator lamp.
Background
The NVME hard disk is installed on the server, the server is usually in a machine room, and workers cannot touch the server at ordinary times, if sudden conditions such as hard disk damage and sudden reduction of the hard disk performance are met, the server may need to find the hard disk in the machine room for replacement. The staff directly goes to the server to look for the hard disk that may be found by mistake, leads to changing the wrong hard disk, causes bigger influence. At this time, the NVME hard disk which has the problem under the system can be lighted up, and the worker can correctly replace the hard disk by observing the lighting-up state of the abnormal hard disk.
The NVME hard disk state indicator lamp is usually arranged on a hard disk backboard, the state of the indicator lamp represents what state the NVME hard disk is currently in, and the NVME hard disk state indicator lamp generally has several states of locate (blue lamp), rebuild (pink lamp), failure (red lamp) and normal (extinguished).
In the prior art, an led command is usually used to light an indicator lamp on an NVME hard disk, and several states of locate, failure, rebuild, and off may be set for a hard disk status indicator lamp, for example, when the locate lamp of a first NVME hard disk is lit, the command led locate =/dev/NVME0n1 is used. The command is executed without any return information, and when a plurality of hard disks need to be tested, the lighting state of the hard disks needs to be checked repeatedly, and whether the slot position indicator lamp corresponding to the current hard disk is lighted or not is confirmed.
When the ledctl is used for testing a plurality of hard disks, because the command does not return information, the hard disks which are lighted up during operation need to be recorded, and the lighting state of the hard disks is recorded, so that the recording is more troublesome when the plurality of hard disks are tested. In the development stage of the machine, because the lighting function of the hard disk backboard is incomplete, the indicator lamps between the hard disks may influence each other, for example, the indicator lamp of the first hard disk is turned on, when the second hard disk is turned on, the indicator lamp of the first hard disk is automatically turned off, and the change of the indicator lamp on the hard disk backboard is sometimes difficult to find by using the led command.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide a method, a system, and a device for controlling an NVME hard disk status indicator, which can set or output the status of the NVME hard disk status indicator, and facilitate a worker to obtain information of an abnormal hard disk, so as to correctly replace the hard disk.
In order to achieve the purpose, the invention is realized by the following technical scheme: a control method of an NVME hard disk state indicator lamp comprises the following steps:
acquiring the states of the indicator lamps of the NVME hard disks by circularly traversing all the NVME hard disks;
and setting the states of the indicator lamps of the NVME hard disks, and returning the states of the indicator lamps of all the NVME hard disks at present.
Further, the obtaining the status of the indicator light of the NVME hard disk by circularly traversing all the NVME hard disks includes:
storing the names of all NVME hard disks into an NVME _ arr variable;
traversing the NVME _ arr variable by using a for loop, saving the name of each NVME hard disk into a disk variable, and saving the state of an indicator light into a ledstate variable;
and traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp.
Further, the saving the name of each NVME hard disk into a disk variable and the saving the status of the indicator light into a ledstate variable includes:
reading the BUS ID of the current NVME hard disk through a readlink command;
slot numbers of the current NVME hard disk are obtained through the BUS ID of the current NVME hard disk and are stored in the NVME _ slot variable;
checking an attention file of the current NVME hard disk through an NVME _ slotid variable to obtain an indicator lamp state value of the current NVME hard disk;
converting the indicator lamp state value of the current NVME hard disk into the indicator lamp state of the NVME hard disk, and storing the indicator lamp state value into a ledstate variable;
and saving the name of the current NVME hard disk into the disk variable.
Further, if the state value of the indicator light of the NVME hard disk is 15, the state of the indicator light of the NVME hard disk is normal;
if the state value of the indicator light of the NVME hard disk is 7, the state of the indicator light of the NVME hard disk is located;
if the state value of the indicator light of the NVME hard disk is 13, the state of the indicator light of the NVME hard disk is Fault;
and if the indicator light state value of the NVME hard disk is 5, the indicator light state of the NVME hard disk is rebuild.
Further, if the status output of the indicator light of the NVME hard disk is location, the location is displayed by adopting a blue font;
if the state output of the indicator lamp of the NVME hard disk is Fault, displaying the Fault by adopting red fonts;
and if the status output of the indicator lamp of the NVME hard disk is rebuild, the rebuild is displayed by adopting pink characters.
Further, the setting of the indicator light states of the NVME hard disks and the returning of the indicator light states of all the current NVME hard disks includes:
inputting an NVME hard disk name parameter and an NVME hard disk indicator lamp state parameter to be set;
judging input parameters;
slot numbers of the NVME hard disks are obtained according to the NVME hard disk name parameters;
writing an indicator lamp state value corresponding to the indicator lamp state parameter of the NVME hard disk in an attribute file of the NVME hard disk according to the indicator lamp state parameter of the NVME hard disk;
transmitting the states of the NVME hard disk and the NVME hard disk indicator lamp to be set into a preset script to finish lighting;
and traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp.
Further, the input parameter judgment includes:
judging whether the number of the input parameters is 2, if not, outputting the states of the indicating lamps of all the hard disks and prompting a script using method; if yes, judging whether the NVME hard disk name parameter is a hard disk existing in the system, if yes, turning to the next step, and if not, prompting parameter errors and improving a script using method.
Correspondingly, the invention also discloses a control system of the NVME hard disk state indicator lamp, which comprises the following steps: the acquisition unit is used for acquiring the states of the indicator lamps of the NVME hard disks by circularly traversing all the NVME hard disks; and the setting unit is used for setting the states of the indicator lamps of the NVME hard disks and returning the states of the indicator lamps of all the NVME hard disks at present.
Correspondingly, the invention also discloses a control device of the NVME hard disk state indicator lamp, which comprises: a memory for storing a computer program;
a processor for implementing the steps of the control method as described in any one of the above with respect to the NVME hard disk status indicator lamp when executing the computer program.
Compared with the prior art, the invention has the beneficial effects that: the invention provides a method, a system and equipment for controlling an NVME hard disk state indicator light, wherein the method for lighting the indicator light and checking the state of the indicator light for the NVME hard disk by using a Shell script can conveniently acquire the state of the indicator light for checking the current hard disk and can set the state of the indicator light for the hard disk.
According to the method and the device, the shell script is compiled, the state of the indicator light is set for the NVME hard disk by using a simple command, the lighting state information of the NVME is returned to the user, and the user can clearly read the text by adding the color. The method is convenient for the working personnel to obtain the information of the abnormal hard disk, thereby being capable of correctly replacing the hard disk.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described 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 flow chart of the method of the present invention.
Fig. 2 is a system block diagram of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made with reference to the accompanying drawings.
As shown in fig. 1, a method for controlling an NVME hard disk status indicator lamp includes:
and storing the names of all NVME hard disks into the NVME _ arr variable.
And traversing the NVME _ arr variable by using a for loop, saving the name of each NVME hard disk into a disk variable, and saving the state of the indicator light into a ledstate variable.
The method for saving the name of the NVME hard disk into the disk variable and the state of the indicator light into the ledstate variable comprises the following steps:
reading the BUS ID of the current NVME hard disk through a readlink command;
obtaining the slot number of the current NVME hard disk through the BUS ID of the current NVME hard disk, and storing the slot number into the NVME _ slot variable;
checking an attribute file of the current NVME hard disk through an NVME _ slotid variable to obtain an indicator lamp state value of the current NVME hard disk;
converting the indicator lamp state value of the current NVME hard disk into the indicator lamp state of the NVME hard disk, and storing the indicator lamp state value into a ledstate variable;
and saving the name of the current NVME hard disk into the disk variable.
The corresponding relation between the indicator lamp state value of the NVME hard disk and the indicator lamp state of the NVME hard disk is as follows:
if the state value of the indicator lamp of the NVME hard disk is 15, the state of the indicator lamp of the NVME hard disk is normal;
if the state value of the indicator lamp of the NVME hard disk is 7, the state of the indicator lamp of the NVME hard disk is located;
if the state value of the indicator light of the NVME hard disk is 13, the state of the indicator light of the NVME hard disk is Fault;
and if the indicator light state value of the NVME hard disk is 5, the indicator light state of the NVME hard disk is rebuild.
And traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp. If the state output of the indicator lamp of the NVME hard disk is location, displaying the location by adopting a blue font; if the state output of the indicator lamp of the NVME hard disk is Fault, displaying the Fault by adopting red fonts; and if the state output of the indicator lamp of the NVME hard disk is rebuild, the rebuild is displayed by adopting pink characters.
And inputting an NVME hard disk name parameter and an NVME hard disk indicator lamp state parameter to be set.
And judging input parameters. The method specifically comprises the following steps: judging whether the number of the input parameters is 2, if not, outputting the states of the indicating lamps of all the hard disks and prompting a script using method; if yes, judging whether the NVME hard disk name parameter is a hard disk existing in the system, if yes, turning to the next step, and if not, prompting parameter errors and improving a script using method.
And obtaining the slot number of the NVME hard disk according to the NVME hard disk name parameter.
And writing an indicator lamp state value corresponding to the indicator lamp state parameter of the NVME hard disk in an attribute file of the NVME hard disk according to the indicator lamp state parameter of the NVME hard disk.
And transmitting the states of the NVME hard disk and the NVME hard disk indicator lamp to be set into a preset script to finish lighting.
And traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp.
On the basis of the method, the shell script is used under the linux system to set or output the status of the indicator light of the NVME hard disk. The script content is specifically as follows:
because the lighting mode of the intel NVME hard disk is referred to as the lighting mode of the hard disk, the mode is as follows:
firstly, a slot number of an NVME hard disk is acquired, and then a numerical value is written in an attention file of the following path.
Figure BDA0002209172320000071
Figure BDA0002209172320000081
Figure BDA0002209172320000091
Figure BDA0002209172320000101
Figure BDA0002209172320000111
Figure BDA0002209172320000121
The script is finished, the script can position the nvme0n1 hard disk in a mode of/cut.sh nvme0n1 location, and can check the states of the indicator lamps of all the hard disks in a mode of/cut.sh.
Correspondingly, as shown in fig. 2, the present invention also discloses a control system of the NVME hard disk status indicator lamp, including:
the acquisition unit is used for acquiring the state of the indicator light of the NVME hard disk by circularly traversing all the NVME hard disks;
and the setting unit is used for setting the states of the indicator lamps of the NVME hard disks and returning the states of the indicator lamps of all the NVME hard disks at present.
Correspondingly, the invention also discloses a control device of the NVME hard disk state indicator lamp, which comprises:
a memory for storing a computer program;
and the processor is used for realizing the steps of the control method of the NVME hard disk status indicator lamp when the computer program is executed.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be substantially or partially embodied in the form of a software product, the computer software product is stored in a storage medium, such as 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 media capable of storing program codes include several instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, etc.) to execute all or part of the steps of the method in the embodiments of the present invention. The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and for relevant points, reference may be made to the description in the method embodiment.
In the several embodiments provided in the present invention, it should be understood that the disclosed system, system and method may be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit.
The invention is further described with reference to the accompanying drawings and the specific embodiments. It should be understood that these examples are for illustrative purposes only and are not intended to limit the scope of the present invention. Further, it should be understood that various changes or modifications of the present invention may be made by those skilled in the art after reading the teaching of the present invention, and these equivalents also fall within the scope of the present application.

Claims (6)

1. A control method of an NVME hard disk status indicator lamp is characterized by comprising the following steps:
acquiring the states of the indicator lamps of the NVME hard disks by circularly traversing all the NVME hard disks;
setting the states of indicator lamps of the NVME hard disks, and returning the states of the indicator lamps of all the NVME hard disks at present;
the step of circularly traversing all the NVME hard disks and acquiring the states of the indicator lamps of the NVME hard disks comprises the following steps:
storing the names of all NVME hard disks into an NVME _ arr variable;
traversing the NVME _ arr variable by using a for loop, saving the name of each NVME hard disk into a disk variable, and saving the state of an indicator light into a ledstate variable;
traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the state of the corresponding NVME hard disk indicator lamp;
the saving the name of each NVME hard disk into a disk variable and the state of the indicator light into a ledstate variable comprises the following steps:
reading the BUS ID of the current NVME hard disk through a readlink command;
obtaining the slot number of the current NVME hard disk through the BUS ID of the current NVME hard disk, and storing the slot number into the NVME _ slot variable;
checking an attribute file of the current NVME hard disk through an NVME _ slotid variable to obtain an indicator lamp state value of the current NVME hard disk;
converting the indicator lamp state value of the current NVME hard disk into the indicator lamp state of the NVME hard disk, and storing the indicator lamp state value into a ledstate variable;
saving the name of the current NVME hard disk into a disk variable;
the setting of the states of the indicator lamps of the NVME hard disk and the returning of the states of the indicator lamps of all the NVME hard disks comprises the following steps:
inputting an NVME hard disk name parameter and an NVME hard disk indicator lamp state parameter to be set;
judging input parameters;
slot numbers of the NVME hard disks are obtained according to the NVME hard disk name parameters;
writing an indicator lamp state value corresponding to the indicator lamp state parameter of the NVME hard disk in an attribute file of the NVME hard disk according to the indicator lamp state parameter of the NVME hard disk;
transmitting the states of the NVME hard disk and the NVME hard disk indicator lamp to be set into a preset script to finish lighting;
and traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp.
2. The method for controlling the NVME hard disk status indicator lamp according to claim 1, wherein:
if the state value of the indicator light of the NVME hard disk is 15, the state of the indicator light of the NVME hard disk is normal;
if the state value of the indicator light of the NVME hard disk is 7, the state of the indicator light of the NVME hard disk is located;
if the state value of the indicator light of the NVME hard disk is 13, the state of the indicator light of the NVME hard disk is Fault;
and if the indicator light state value of the NVME hard disk is 5, the indicator light state of the NVME hard disk is rebuild.
3. The method for controlling the NVME hard disk status indicator lamp according to claim 2, wherein:
if the state output of the indicator lamp of the NVME hard disk is location, displaying the location by adopting a blue font;
if the status output of the indicator light of the NVME hard disk is Fault, displaying the Fault by adopting red fonts;
and if the status output of the indicator lamp of the NVME hard disk is rebuild, the rebuild is displayed by adopting pink characters.
4. The method for controlling the NVME hard disk status indicator lamp according to claim 1, wherein: the input parameter judgment comprises the following steps:
judging whether the number of the input parameters is 2, if not, outputting the states of the indicating lamps of all the hard disks and prompting a script using method; if yes, judging whether the NVME hard disk name parameter is a hard disk existing in the system, if yes, turning to the next step, and if not, prompting parameter errors and improving a script using method.
5. A control system of NVME hard disk status indicator lamp is characterized by comprising:
the acquisition unit is used for acquiring the state of the indicator light of the NVME hard disk by circularly traversing all the NVME hard disks;
the setting unit is used for setting the states of the indicator lamps of the NVME hard disks and returning the states of the indicator lamps of all the NVME hard disks at present;
the obtaining unit is specifically configured to: storing the names of all NVME hard disks into an NVME _ arr variable;
traversing the NVME _ arr variable by using a for loop, saving the name of each NVME hard disk into a disk variable, and saving the state of an indicator light into a ledstate variable;
traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the state of the corresponding NVME hard disk indicator light;
wherein, the name of each NVME hard disk is saved into the disk variable and the state of the indicator light is saved into the ledstate variable, and the method comprises the following steps:
the saving the name of each NVME hard disk into a disk variable and the state of the indicator light into a ledstate variable comprises the following steps:
reading the BUS ID of the current NVME hard disk through a readlink command;
slot numbers of the current NVME hard disk are obtained through the BUS ID of the current NVME hard disk and are stored in the NVME _ slot variable;
checking an attribute file of the current NVME hard disk through an NVME _ slotid variable to obtain an indicator lamp state value of the current NVME hard disk;
converting the indicator lamp state value of the current NVME hard disk into the indicator lamp state of the NVME hard disk, and storing the indicator lamp state value into a ledstate variable;
saving the name of the current NVME hard disk into a disk variable;
the setting unit is specifically configured to:
inputting NVME hard disk name parameters to be set and NVME hard disk indicator lamp state parameters;
judging input parameters;
acquiring slot numbers of the NVME hard disk according to the NVME hard disk name parameters;
writing an indicator lamp state value corresponding to the indicator lamp state parameter of the NVME hard disk in an attribute file of the NVME hard disk according to the indicator lamp state parameter of the NVME hard disk;
transmitting the states of the NVME hard disk and the NVME hard disk indicator lamp to be set into a preset script to finish lighting;
and traversing the disk variable and the ledstate variable, and outputting the name of each NVME hard disk and the corresponding state of the NVME hard disk indicator lamp.
6. A controlgear of NVME hard disk status indicator lamp, characterized by, includes:
a memory for storing a computer program;
a processor for implementing the steps of the method for controlling the NVME hard disk status indicator lamp according to any one of claims 1 to 4 when executing the computer program.
CN201910892449.6A 2019-09-20 2019-09-20 Control method, system and equipment of NVME hard disk state indicator lamp Active CN110764976B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910892449.6A CN110764976B (en) 2019-09-20 2019-09-20 Control method, system and equipment of NVME hard disk state indicator lamp

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910892449.6A CN110764976B (en) 2019-09-20 2019-09-20 Control method, system and equipment of NVME hard disk state indicator lamp

Publications (2)

Publication Number Publication Date
CN110764976A CN110764976A (en) 2020-02-07
CN110764976B true CN110764976B (en) 2023-01-10

Family

ID=69330441

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910892449.6A Active CN110764976B (en) 2019-09-20 2019-09-20 Control method, system and equipment of NVME hard disk state indicator lamp

Country Status (1)

Country Link
CN (1) CN110764976B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480021A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method and system based on test Expander backboard hard disk indication lamps under linux system
CN109032894A (en) * 2018-07-26 2018-12-18 郑州云海信息技术有限公司 A kind of direct-connected hard disk method, apparatus of sg3_utils tool, equipment and storage medium
CN109240894A (en) * 2018-08-30 2019-01-18 郑州云海信息技术有限公司 A kind of method, system and the computer readable storage medium of hard disk lighting
CN110162446A (en) * 2019-04-13 2019-08-23 深圳市同泰怡信息技术有限公司 A kind of backboard hard disk ignition method based on BMC

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480021A (en) * 2017-08-18 2017-12-15 郑州云海信息技术有限公司 A kind of method and system based on test Expander backboard hard disk indication lamps under linux system
CN109032894A (en) * 2018-07-26 2018-12-18 郑州云海信息技术有限公司 A kind of direct-connected hard disk method, apparatus of sg3_utils tool, equipment and storage medium
CN109240894A (en) * 2018-08-30 2019-01-18 郑州云海信息技术有限公司 A kind of method, system and the computer readable storage medium of hard disk lighting
CN110162446A (en) * 2019-04-13 2019-08-23 深圳市同泰怡信息技术有限公司 A kind of backboard hard disk ignition method based on BMC

Also Published As

Publication number Publication date
CN110764976A (en) 2020-02-07

Similar Documents

Publication Publication Date Title
CN111400121B (en) Server hard disk slot positioning and maintaining method
CN111258667A (en) Self-adaptive configuration method, device, equipment and storage medium of server
CN103827834A (en) Migration method of in-memory data, computer and device
CN110618918A (en) Control method, control device and control equipment for hard disk status lamp in PCH
CN110399276A (en) A kind of control method and relevant apparatus of hard disk indication lamp
CN112286709A (en) Diagnosis method, diagnosis device and diagnosis equipment for server hardware faults
CN113590432A (en) Database inspection method and device
CN109408343B (en) Hard disk indicator lamp control method and device and related equipment
CN110764976B (en) Control method, system and equipment of NVME hard disk state indicator lamp
CN103593275A (en) Disk information displaying method and device
CN109507991A (en) A kind of two axis servo control platform debugging system and method
CN114647548A (en) Log generation method and device
CN116010141A (en) Method, device and medium for positioning starting abnormality of multipath server
CN114218001A (en) Fault repairing method and device, electronic equipment and readable storage medium
CN115470056A (en) Method, system, device and medium for troubleshooting power-on starting of server hardware
CN114442930A (en) Method and device for controlling group disk array, electronic equipment and readable storage medium
CN109840213B (en) Test data creating method, device, terminal and storage medium for GUI test
CN113849380A (en) Hard disk slot position and signal lamp number determining method, system and related components
CN109614279B (en) Industrial personal computer self-checking system and control method thereof and related equipment
CN113125938A (en) Aging test monitoring method and system
CN111399871A (en) System updating method, device, equipment and medium for HBA card
CN111221701A (en) Chip and circuit logic reconfiguration system thereof
CN111752737A (en) Log storage method, electronic device and storage medium
CN116662043A (en) Memory device, working method thereof, computer readable storage medium and equipment
CN117435417A (en) Device position determining method and device, electronic device 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