CN111367584A - Power supply adaptation method and device and computer readable storage medium - Google Patents

Power supply adaptation method and device and computer readable storage medium Download PDF

Info

Publication number
CN111367584A
CN111367584A CN202010171676.2A CN202010171676A CN111367584A CN 111367584 A CN111367584 A CN 111367584A CN 202010171676 A CN202010171676 A CN 202010171676A CN 111367584 A CN111367584 A CN 111367584A
Authority
CN
China
Prior art keywords
information
target
psu
reading
configuration file
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
CN202010171676.2A
Other languages
Chinese (zh)
Other versions
CN111367584B (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 CN202010171676.2A priority Critical patent/CN111367584B/en
Publication of CN111367584A publication Critical patent/CN111367584A/en
Application granted granted Critical
Publication of CN111367584B publication Critical patent/CN111367584B/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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a power supply adaptation method, a power supply adaptation device and a power supply adaptation medium. Each type of PSU has a corresponding register, the identification information of each register is different, and the PSUs of different types can be distinguished by utilizing the register identification information. After the register identification information is obtained, a target configuration file matched with the register identification information can be searched from a pre-established configuration file library; the target configuration file records a reading rule suitable for the target PSU, and the state information of the target PSU can be read smoothly according to the reading rule. In the technical scheme, different types of PSUs are distinguished depending on the register identification information, and management of the PSUs can be completed by combining configuration files corresponding to the PSUs, so that compatible support for the PSUs of different types is realized.

Description

Power supply adaptation method and device and computer readable storage medium
Technical Field
The present invention relates to the field of power management technologies, and in particular, to a power adaptation method, apparatus, and computer-readable storage medium.
Background
A Board Management Controller (BMC) can update firmware of a machine, view information of a machine device, and the like. The BMC may implement management of a Power Supply Unit (PSU).
In practical applications, there are many types of PSUs, and different types of PSUs have different information reading modes. For example, there are two different types of PSU, a first PSU and a second PSU, respectively. Each status information of the first PSU occupies two bytes, so that the correct status information can be read only by using two bytes as the read length when the status information of the first PSU is read. Since each status information of the second PSU occupies three bytes, the correct status information can be read only by using three bytes as the read length when the status information of the second PSU is read.
When the power supply device managed by the BMC is changed from the first PSU to the second PSU, if the data reading length of the first PSU is still the same, the state information of the second PSU cannot be accurately acquired. In the prior art, the BMC mostly supports only one type of PSU, and cannot compatibly support multiple types of PSUs.
It can be seen that how to implement compatible support for different types of PSUs is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
Embodiments of the present invention provide a power adaptation method, apparatus, and computer-readable storage medium, which can implement compatible support for different types of PSUs.
To solve the foregoing technical problem, an embodiment of the present invention provides a power supply adaptation method, including:
when the target PSU is detected to be inserted, register identification information is obtained according to the pre-stored corresponding relation between each type of PSU and the register;
searching a target configuration file matched with the register identification information from a pre-established configuration file library;
and reading the state information of the target PSU according to the reading rule recorded by the target configuration file.
Optionally, the reading rule recorded by the target configuration file includes an information type matched with the target PSU, and a reading length and a reading mode corresponding to each information type;
correspondingly, the reading the state information of the target PSU according to the reading rule recorded by the target configuration file includes:
and sequentially reading the data information corresponding to each information type in the target PSU according to the reading length and the reading mode corresponding to each information type.
Optionally, after the reading the status information of the target PSU according to the reading rule recorded in the target configuration file, the method further includes:
searching standard parameter information matched with the model information of the target PSU from a pre-established parameter library;
judging whether the state information of the target PSU is matched with the standard parameter information;
if so, displaying prompt information that the target PSU is in a normal state; if not, alarm prompt is carried out.
Optionally, after the reading the status information of the target PSU according to the reading rule recorded in the target configuration file, the method further includes:
storing the state information of the target PSU to a preset cache space;
and when a state query instruction is acquired, displaying the state information of the target PSU.
Optionally, the process of establishing the profile library includes:
receiving configuration files of various types of PSUs input by a user; the configuration file comprises information types matched with the PSU, and reading length and reading mode corresponding to each information type;
and establishing a corresponding relation between the register identification information and the configuration file according to the corresponding relation between the register identification information and each type of PSU so as to complete the construction of the configuration file library.
The embodiment of the invention also provides a power supply adapter device, which comprises an acquisition unit, a search unit and a reading unit;
the acquisition unit is used for acquiring register identification information according to the pre-stored corresponding relation between each type of PSU and the register when the target PSU is detected to be inserted;
the searching unit is used for searching a target configuration file matched with the register identification information from a pre-established configuration file library;
and the reading unit is used for reading the state information of the target PSU according to the reading rule recorded by the target configuration file.
Optionally, the reading rule recorded by the target configuration file includes an information type matched with the target PSU, and a reading length and a reading mode corresponding to each information type;
correspondingly, the reading unit is specifically configured to sequentially read the data information corresponding to each information type in the target PSU according to the reading length and the reading mode corresponding to each information type.
Optionally, the system further comprises a judging unit, a display unit and a prompting unit;
the searching unit is further configured to search standard parameter information matched with the model information of the target PSU from a pre-established parameter library after the status information of the target PSU is read according to the reading rule recorded by the target configuration file;
the judging unit is used for judging whether the state information of the target PSU is matched with the standard parameter information; if yes, triggering the display unit; if not, triggering the prompt unit
The display unit is used for displaying prompt information that the target PSU is in a normal state;
and the prompting unit is used for alarming and prompting.
Optionally, the display device further comprises a cache unit and a display unit;
the cache unit is configured to store the state information of the target PSU into a preset cache space after the state information of the target PSU is read according to the reading rule recorded by the target configuration file;
and the display unit is used for displaying the state information of the target PSU when the state query instruction is acquired.
Optionally, for the process of establishing the profile library, the apparatus further includes a receiving unit and an establishing unit;
the receiving unit is used for receiving configuration files of various types of PSUs input by a user; the configuration file comprises information types matched with the PSU, and reading length and reading mode corresponding to each information type;
and the establishing unit is used for establishing the corresponding relation between the register identification information and the configuration file according to the corresponding relation between the register identification information and each type of PSU so as to complete the construction of the configuration file library.
The embodiment of the present invention further provides a power adapter device, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the power adaptation method as described in any of the above.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the power supply adaptation method according to any of the above-mentioned embodiments are implemented.
According to the technical scheme, when the target PSU is detected to be inserted, the register identification information is obtained according to the pre-stored corresponding relation between each type of PSU and the register. Each type of PSU has a corresponding register, the identification information of each register is different, and the PSUs of different types can be distinguished by utilizing the register identification information. After the register identification information is obtained, a target configuration file matched with the register identification information can be searched from a pre-established configuration file library; the target configuration file records a reading rule suitable for the target PSU, and the state information of the target PSU can be read smoothly according to the reading rule. In the technical scheme, different types of PSUs are distinguished depending on the register identification information, and management of the PSUs can be completed by combining configuration files corresponding to the PSUs, so that compatible support for the PSUs of different types is realized.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a power adaptation method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a power adapter according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a hardware structure of a power adapter 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 obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Next, a power adaptation method provided by an embodiment of the present invention is described in detail. Fig. 1 is a flowchart of a power adaptation method according to an embodiment of the present invention, where the method includes:
s101: and when the target PSU is detected to be inserted, acquiring register identification information according to the pre-stored corresponding relation between each type of PSU and the register.
In the embodiment of the present invention, corresponding registers may be set for different types of power modules, i.e., target PSUs. To facilitate distinguishing between different types of PSUs, register identification information may be provided to the register.
From the aspect of hardware connection, when different types of PSUs are inserted into the server through the power supply interface, corresponding registers are triggered, and the BMC can recognize the types of the newly inserted PSUs according to the identification information of the registers. For the sake of distinction, in the embodiment of the present invention, the newly inserted PSU is referred to as a target PSU.
In practical applications, different values may be stored in the registers, and the values may be used as the identification information of the registers. For example, if there are 10 types of PSUs, the numbers 1 to 10 can be used as the register identification information to distinguish the different types of PSUs.
In the initial state, the type of the PSU used by the server is relatively fixed, and at this time, the BMC manages the PSU according to the default type. When a new type of PSU is inserted into the server, the BMC can acquire the type of the newly inserted PSU according to the register identification information.
S102: and searching a target configuration file matched with the register identification information from a pre-established configuration file library.
Because the management modes of different types of PSUs are different, in order to realize compatible support for multiple types of PSUs, in the embodiment of the invention, the management modes corresponding to the various types of PSUs are stored in advance in a mode of a configuration file library.
Next, introducing the establishing process of the configuration file library, wherein in specific implementation, the server can receive configuration files of various types of PSUs input by a user; and establishing a corresponding relation between the register identification information and the configuration file according to the corresponding relation between the register identification information and each type of PSU so as to complete the construction of the configuration file library.
The configuration file comprises information types matched with the PSU, and reading length and reading mode corresponding to each information type.
The information type refers to a data type to which status data of the PSU to be read belongs. The read length refers to the length of data occupied by the different state data. The reading manner may include word (word) reading, byte (byte) reading, and block (block) reading.
The type of information that needs to be read varies from PSU to PSU. Several common types of information include temperature values, voltage values, current values, status values, manufacturer information, model information, and the like.
Reading modes of different information types in the same type of PSU are different, for example, a temperature value, a voltage value and a current value can be read according to word; the state value can be read according to byte; the manufacturer information and the model information can be read according to block. Different types of PSUs also have different reading modes for the same information type, and therefore, each configuration file includes the reading mode corresponding to each information type.
The different types of PSUs have different data storage manners, for example, the first PSU stores the status data of each information type in a length of two bytes; the second PSU stores the status data of each information type in a length of three bytes. Therefore, when reading status data of different types of PSUs, in order to ensure the correctness and readability of the read information, it is necessary to sequentially read various types of status data according to the read length matched with the type of PSU.
S103: and reading the state information of the target PSU according to the reading rule recorded by the target configuration file.
The reading rule recorded by the target configuration file comprises information types matched with the target PSU, and the reading length and the reading mode corresponding to each information type.
According to the reading length and the reading mode corresponding to each information type, the data information corresponding to each information type can be read in sequence.
According to the technical scheme, when the target PSU is detected to be inserted, the register identification information is obtained according to the pre-stored corresponding relation between each type of PSU and the register. Each type of PSU has a corresponding register, the identification information of each register is different, and the PSUs of different types can be distinguished by utilizing the register identification information. After the register identification information is obtained, a target configuration file matched with the register identification information can be searched from a pre-established configuration file library; the target configuration file records a reading rule suitable for the target PSU, and the state information of the target PSU can be read smoothly according to the reading rule. In the technical scheme, different types of PSUs are distinguished depending on the register identification information, and management of the PSUs can be completed by combining configuration files corresponding to the PSUs, so that compatible support for the PSUs of different types is realized.
In the embodiment of the present invention, in order to evaluate the operating state of the target PSU, the standard parameter information corresponding to each model PSU may be counted in advance. The standard parameter information includes value ranges corresponding to various types of information of the PSU in a normal operation state.
Specifically, after the state information of the target PSU is read according to the reading rule recorded by the target configuration file, standard parameter information matched with the model information of the target PSU can be searched from a pre-established parameter library; and judging whether the state information of the target PSU is matched with the standard parameter information.
The state information of the target PSU is various, and each state information has a corresponding standard parameter; each state information is compared with its corresponding standard parameter. When all the state information is matched with the corresponding standard parameters, the running state of the target PSU is normal, and prompt information that the state of the target PSU is normal can be displayed.
When any one of the state information is not matched with the corresponding standard parameter, the operation state of the target PSU is abnormal, and at the moment, alarm prompt can be performed.
Through displaying the prompt information or giving an alarm, the management personnel can know the running state of the target PSU more intuitively and quickly. And through the alarm prompt, when the target PSU is abnormal, the attention of a manager can be timely aroused, so that the manager can timely maintain or replace the abnormal target PSU.
In the embodiment of the present invention, after the state information of the target PSU is read according to the reading rule recorded by the target configuration file, the state information of the target PSU may be stored in a preset cache space; and when the state query instruction is acquired, displaying the state information of the target PSU.
By caching the state information of the target PSU, the subsequent calling of the manager can be facilitated. And the cache space can automatically delete data with longer storage time, thereby effectively reducing the occupation of useless data on storage resources.
Fig. 2 is a schematic structural diagram of a power adapter according to an embodiment of the present invention, which includes an obtaining unit 21, a searching unit 22, and a reading unit 23;
an obtaining unit 21, configured to, when it is detected that a target PSU is inserted, obtain register identification information according to a pre-stored correspondence between each type of PSU and a register;
a searching unit 22, configured to search a target configuration file matched with the register identification information from a pre-established configuration file library;
a reading unit 23, configured to read the status information of the target PSU according to the reading rule recorded in the target configuration file.
Optionally, the reading rule recorded by the target configuration file includes information types matched with the target PSU, and a reading length and a reading mode corresponding to each information type;
correspondingly, the reading unit is specifically configured to sequentially read the data information corresponding to each information type in the target PSU according to the reading length and the reading mode corresponding to each information type.
Optionally, the system further comprises a judging unit, a display unit and a prompting unit;
the searching unit is also used for searching standard parameter information matched with the model information of the target PSU from a pre-established parameter library after reading the state information of the target PSU according to the reading rule recorded by the target configuration file;
the judging unit is used for judging whether the state information of the target PSU is matched with the standard parameter information; if yes, triggering the display unit; if not, triggering a prompt unit
The display unit is used for displaying prompt information that the target PSU is normal;
and the prompting unit is used for alarming and prompting.
Optionally, the display device further comprises a cache unit and a display unit;
the cache unit is used for storing the state information of the target PSU into a preset cache space after reading the state information of the target PSU according to the reading rule recorded by the target configuration file;
and the display unit is used for displaying the state information of the target PSU when the state query instruction is acquired.
Optionally, for the process of establishing the profile library, the apparatus further includes a receiving unit and an establishing unit;
the receiving unit is used for receiving configuration files of various types of PSUs input by a user; the configuration file comprises information types matched with the PSU, and a reading length and a reading mode corresponding to each information type;
and the establishing unit is used for establishing the corresponding relation between the register identification information and the configuration file according to the corresponding relation between the register identification information and each type of PSU so as to complete the construction of the configuration file library.
The description of the features in the embodiment corresponding to fig. 2 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, when the target PSU is detected to be inserted, the register identification information is obtained according to the pre-stored corresponding relation between each type of PSU and the register. Each type of PSU has a corresponding register, the identification information of each register is different, and the PSUs of different types can be distinguished by utilizing the register identification information. After the register identification information is obtained, a target configuration file matched with the register identification information can be searched from a pre-established configuration file library; the target configuration file records a reading rule suitable for the target PSU, and the state information of the target PSU can be read smoothly according to the reading rule. In the technical scheme, different types of PSUs are distinguished depending on the register identification information, and management of the PSUs can be completed by combining configuration files corresponding to the PSUs, so that compatible support for the PSUs of different types is realized.
Fig. 3 is a schematic diagram of a hardware structure of a power adapter 30 according to an embodiment of the present invention, including:
a memory 31 for storing a computer program;
a processor 32 for executing the computer program for implementing the steps of the power adaptation method as claimed in any of the embodiments above.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the power supply adaptation method according to any of the above embodiments are implemented.
The power adaptation method, the power adaptation device and the computer-readable storage medium according to the embodiments of the present invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
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 invention.
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.

Claims (10)

1. A method for power adaptation, comprising:
when the target PSU is detected to be inserted, register identification information is obtained according to the pre-stored corresponding relation between each type of PSU and the register;
searching a target configuration file matched with the register identification information from a pre-established configuration file library;
and reading the state information of the target PSU according to the reading rule recorded by the target configuration file.
2. The method according to claim 1, wherein the reading rule of the target profile record comprises information types matching with the target PSU, and a reading length and a reading mode corresponding to each information type;
correspondingly, the reading the state information of the target PSU according to the reading rule recorded by the target configuration file includes:
and sequentially reading the data information corresponding to each information type in the target PSU according to the reading length and the reading mode corresponding to each information type.
3. The method according to claim 1, further comprising, after the reading the status information of the target PSU according to the reading rule recorded in the target configuration file:
searching standard parameter information matched with the model information of the target PSU from a pre-established parameter library;
judging whether the state information of the target PSU is matched with the standard parameter information;
if so, displaying prompt information that the target PSU is in a normal state; if not, alarm prompt is carried out.
4. The method according to claim 1, further comprising, after the reading the status information of the target PSU according to the reading rule recorded in the target configuration file:
storing the state information of the target PSU to a preset cache space;
and when a state query instruction is acquired, displaying the state information of the target PSU.
5. The method according to any of claims 1-4, wherein the process of establishing the profile library comprises:
receiving configuration files of various types of PSUs input by a user; the configuration file comprises information types matched with the PSU, and reading length and reading mode corresponding to each information type;
and establishing a corresponding relation between the register identification information and the configuration file according to the corresponding relation between the register identification information and each type of PSU so as to complete the construction of the configuration file library.
6. A power supply adapting device is characterized by comprising an acquisition unit, a search unit and a reading unit;
the acquisition unit is used for acquiring register identification information according to the pre-stored corresponding relation between each type of PSU and the register when the target PSU is detected to be inserted;
the searching unit is used for searching a target configuration file matched with the register identification information from a pre-established configuration file library;
and the reading unit is used for reading the state information of the target PSU according to the reading rule recorded by the target configuration file.
7. The apparatus according to claim 6, wherein the reading rule of the target profile record comprises information types matching with the target PSU, and a reading length and a reading mode corresponding to each information type;
correspondingly, the reading unit is specifically configured to sequentially read the data information corresponding to each information type in the target PSU according to the reading length and the reading mode corresponding to each information type.
8. The device of claim 6, further comprising a judging unit, a display unit and a prompting unit;
the searching unit is further configured to search standard parameter information matched with the model information of the target PSU from a pre-established parameter library after the status information of the target PSU is read according to the reading rule recorded by the target configuration file;
the judging unit is used for judging whether the state information of the target PSU is matched with the standard parameter information; if yes, triggering the display unit; if not, triggering the prompt unit
The display unit is used for displaying prompt information that the target PSU is in a normal state;
and the prompting unit is used for alarming and prompting.
9. A power adapter device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to carry out the steps of the power adaptation method according to any of claims 1 to 5.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the power adaptation method according to any one of claims 1 to 5.
CN202010171676.2A 2020-03-12 2020-03-12 Power supply adaptation method and device and computer readable storage medium Active CN111367584B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010171676.2A CN111367584B (en) 2020-03-12 2020-03-12 Power supply adaptation method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010171676.2A CN111367584B (en) 2020-03-12 2020-03-12 Power supply adaptation method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111367584A true CN111367584A (en) 2020-07-03
CN111367584B CN111367584B (en) 2022-06-10

Family

ID=71208859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010171676.2A Active CN111367584B (en) 2020-03-12 2020-03-12 Power supply adaptation method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111367584B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346552A (en) * 2020-10-15 2021-02-09 宁畅信息产业(北京)有限公司 Power supply monitoring method and device, computer equipment and storage medium
CN113127490A (en) * 2021-04-23 2021-07-16 山东英信计算机技术有限公司 Key name generation method and device and computer readable storage medium
CN117687626A (en) * 2024-02-04 2024-03-12 双一力(宁波)电池有限公司 Host computer and main program matching system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597475A (en) * 2018-12-03 2019-04-09 郑州云海信息技术有限公司 A kind of server power supply information processing method, apparatus and system
CN110377136A (en) * 2019-06-18 2019-10-25 苏州浪潮智能科技有限公司 A kind of PSU original value log recording method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597475A (en) * 2018-12-03 2019-04-09 郑州云海信息技术有限公司 A kind of server power supply information processing method, apparatus and system
CN110377136A (en) * 2019-06-18 2019-10-25 苏州浪潮智能科技有限公司 A kind of PSU original value log recording method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346552A (en) * 2020-10-15 2021-02-09 宁畅信息产业(北京)有限公司 Power supply monitoring method and device, computer equipment and storage medium
CN112346552B (en) * 2020-10-15 2023-05-26 宁畅信息产业(北京)有限公司 Power supply monitoring method, device, computer equipment and storage medium
CN113127490A (en) * 2021-04-23 2021-07-16 山东英信计算机技术有限公司 Key name generation method and device and computer readable storage medium
CN113127490B (en) * 2021-04-23 2023-02-24 山东英信计算机技术有限公司 Key name generation method and device and computer readable storage medium
US11941032B2 (en) 2021-04-23 2024-03-26 Shandong Yingxin Computer Technologies Co., Ltd. Key name generation method and apparatus and non-transitory computer-readable storage medium
CN117687626A (en) * 2024-02-04 2024-03-12 双一力(宁波)电池有限公司 Host computer and main program matching system and method
CN117687626B (en) * 2024-02-04 2024-05-03 双一力(宁波)电池有限公司 Host computer and main program matching system and method

Also Published As

Publication number Publication date
CN111367584B (en) 2022-06-10

Similar Documents

Publication Publication Date Title
CN111367584B (en) Power supply adaptation method and device and computer readable storage medium
CN107391744B (en) Data storage method, data reading method, data storage device, data reading device and equipment
BR112012017294B1 (en) method, system and server for collecting software versions
CN102546224A (en) Remote management system and method for server
CN111400189A (en) Code coverage rate monitoring method and device, electronic equipment and storage medium
WO2017107679A1 (en) Historical information display method and apparatus
CN109408343B (en) Hard disk indicator lamp control method and device and related equipment
CN112328602B (en) Method, device and equipment for writing data into Kafka
CN107798086B (en) Server information updating method, device and system and electronic equipment
CN112800079A (en) Method and system for simplifying standard use
CN110209453A (en) It is multipair as refreshing automatically and display methods and Related product based on driver
CN117194306A (en) Equipment information display method and system
CN111708576A (en) Cross-operating-system equipment network card adapting and managing method, device and system
CN113434585B (en) Resource preservation method and equipment
CN108897661A (en) A kind of threshold setting method and relevant apparatus
CN113672267A (en) Parameter updating method and device
US9773040B2 (en) Search token mnemonic replacement
CN110348984B (en) Automatic credit card data input method and related equipment under different transaction channels
CN112468606A (en) Mutual backup address pool IP address number statistical correction method and device
CN107273328B (en) Interface management method and system
CN111061701A (en) Information processing method, device, server and computer readable medium
CN107783852B (en) Dump file generation method and terminal
CN111143294A (en) Data retrieval method and device for power acquisition terminal and electronic equipment
CN110515803A (en) For the processing method of log information, device and electronic equipment
CN110795297B (en) Electronic equipment testing method and device

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