CN112905193B - Method and device for maintaining and refreshing customized PAT information of server - Google Patents

Method and device for maintaining and refreshing customized PAT information of server Download PDF

Info

Publication number
CN112905193B
CN112905193B CN202110191765.8A CN202110191765A CN112905193B CN 112905193 B CN112905193 B CN 112905193B CN 202110191765 A CN202110191765 A CN 202110191765A CN 112905193 B CN112905193 B CN 112905193B
Authority
CN
China
Prior art keywords
information
pat
storage table
currently acquired
acquiring
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
CN202110191765.8A
Other languages
Chinese (zh)
Other versions
CN112905193A (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN202110191765.8A priority Critical patent/CN112905193B/en
Publication of CN112905193A publication Critical patent/CN112905193A/en
Application granted granted Critical
Publication of CN112905193B publication Critical patent/CN112905193B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a server customized PAT information maintenance refreshing method, which comprises the following steps: establishing a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information; respectively acquiring SN information and PAT information through a diag system in a preset time interval; respectively judging whether the currently acquired SN information exists in the first storage table, and if so, respectively writing the currently acquired SN information and the PAT information into the first storage table; the invention further provides a server customized PAT information maintenance refreshing device, which effectively improves the efficiency of PAT information maintenance refreshing and improves the reliability of refreshing PAT information data.

Description

Method and device for maintaining and refreshing customized PAT information of server
Technical Field
The invention relates to the field of server information maintenance, in particular to a server customized PAT information maintenance refreshing method and device.
Background
In the server test, the PAT information maintained in the test stage after the maintenance is completed is written into the server FRU (Field Replace Unit, field replaceable unit) information aiming at the customized PAT (product asset tag ) asset coding maintenance process in the server production test process. FRU information is necessary information for the customer to perform asset management and back-end operation and maintenance, and comprises information such as a main board manufacturer, a main board model, a main board SN, a product manufacturer, a product model, PAT information, version and the like.
In the server customization demand production process, clients need to write the server SN number and the customized PAT number into FRU information frequently, so that the clients can conveniently manage and operate the assets after receiving the server.
In the prior art, during the production test process, the servers can independently refresh the FRU information on each server, the SN number of each server needs to be obtained, the information corresponding to the PAT asset is written into the FRU according to the SN, and then the information is shipped to the client.
However, during server production, due to the large yield, as few as several, as many as several hundred and several thousand devices in one customized order form, a tester cannot quickly maintain the corresponding relationship between the PAT information and the SN into the database, errors are easy to occur, and the efficiency of maintaining and refreshing the PAT information is not beneficial to improvement.
Disclosure of Invention
The invention aims to solve the problems in the prior art, innovatively provides a server customized PAT information maintenance refreshing method and device, effectively solves the problems of low PAT information maintenance refreshing efficiency and easy error caused by the prior art, and effectively improves the PAT information maintenance refreshing efficiency and the PAT information data reliability.
The first aspect of the present invention provides a server-customized PAT information maintenance refreshing method, including:
establishing a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information;
respectively acquiring SN information and PAT information through a diag system in a preset time interval;
respectively judging whether the acquired SN information exists in the first storage table, and if so, respectively writing the acquired SN information and the PAT information into the first storage table;
and acquiring the SN information of the current equipment, determining the corresponding PAT information in the first storage table according to the SN information of the current equipment, and recording the corresponding PAT information into the FRU.
Optionally, the obtaining the SN information and the PAT information by the diag system in the preset time interval specifically includes:
reading a long text storage table transmitted to the diag system by the SAP system;
acquiring the last storage record of the last time in the long text storage table;
sequentially extracting the SN information according to a first sequence by acquiring the long text character strings in the storage record;
and sequentially taking out the PAT information according to the first sequence by acquiring the long text character strings in the storage record.
Optionally, respectively determining whether the currently acquired SN information exists in the first storage table, and if so, respectively writing the currently acquired SN information and PAT information into the first storage table specifically includes:
sequentially judging whether the currently acquired SN information exists in the first storage table, if so, checking the length of the currently acquired SN information, and acquiring the total number of all the devices under the order according to the number of the SN information after the checking is passed; acquiring the total number of PAT according to the PAT information acquired at present;
comparing whether the total number of all the devices is consistent with the total number of the PAT, if so, writing the currently acquired SN information and the PAT information into a first storage table according to the corresponding relation of a first sequence.
Further, the method further comprises the following steps: if not, the first memory table is not updated.
Optionally, the method further comprises: and if the verification is not passed, reporting errors and redirecting and outputting to the log file.
Optionally, the method further comprises: and if the SN information is inconsistent, the SN information and the PAT information are acquired through the diag system again.
Optionally, the preset time interval is set by a crontab command.
Optionally, the first storage table is stored in a MySQL database in the diag system.
The second aspect of the present invention provides a server-customized PAT information maintenance refreshing apparatus, comprising:
the establishing module is used for establishing a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information;
the acquisition module is used for respectively acquiring the SN information and the PAT information through the diag system within a preset time interval;
the judging module is used for respectively judging whether the currently acquired SN information exists in the first storage table or not, and if so, writing the currently acquired SN information and the PAT information into the first storage table respectively;
the input module acquires the SN information of the current equipment, determines the corresponding PAT information in the first storage table according to the SN information of the current equipment, and inputs the corresponding PAT information into the FRU.
The technical scheme adopted by the invention comprises the following technical effects:
1. according to the invention, the first storage table is established, the corresponding relation between the SN information and the PAT information is established, the corresponding PAT information can be determined through the SN information, the PAT information refreshing of a plurality of servers in the same customized order can be realized, the problems of low PAT information maintenance refreshing efficiency and easy error caused by the prior art are effectively solved, the PAT information maintenance refreshing efficiency is effectively improved, and the PAT information data refreshing reliability is improved.
2. According to the technical scheme, automatic refreshing can be realized through a programming language, the PAT information maintenance refreshing efficiency is further improved, and the production labor cost and the time cost can be effectively saved; the problem of customer complaints caused by the fact that PAT information which is brushed into FRU is wrong due to the fact that misoperation is easy to occur in the manual operation process is avoided.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention as claimed.
Drawings
For a clearer description of embodiments of the invention or of the solutions of the prior art, reference will be made to the accompanying drawings, which are used in the description of the embodiments or of the prior art, and it will be obvious to those skilled in the art that other drawings can be obtained from these without inventive labour.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of step S2 in a method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of step S3 in a method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a second embodiment of the device according to the present invention.
Detailed Description
In order to clearly illustrate the technical features of the present solution, the present invention will be described in detail below with reference to the following detailed description and the accompanying drawings. The following disclosure provides many different embodiments, or examples, for implementing different structures of the invention. In order to simplify the present disclosure, components and arrangements of specific examples are described below. Furthermore, the present invention may repeat reference numerals and/or letters in the various examples. This repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various embodiments and/or configurations discussed. It should be noted that the components illustrated in the figures are not necessarily drawn to scale. Descriptions of well-known components and processing techniques and processes are omitted so as to not unnecessarily obscure the present invention.
Example 1
As shown in fig. 1, the present invention provides a server customized PAT information maintenance refreshing method, which includes:
s1, a first storage table is established, and the corresponding relation between SN information and PAT information is stored in the first storage table;
s2, respectively acquiring SN information and PAT information through a diag system in a preset time interval;
s3, judging whether the currently acquired SN information exists in the first storage table or not respectively, and if so, executing the step S4; if the judgment result is negative, executing the step S2;
s4, writing the currently acquired SN information and PAT information into a first storage table respectively;
s5, acquiring the SN information of the current equipment, determining the corresponding PAT information in the first storage table according to the SN information of the current equipment, and inputting the corresponding PAT information into the FRU.
In step S1, a first storage table is pre-established, where the SN (serial number of the device) of the server device and the PAT information corresponding to the SN are stored, and specifically, the first storage table may be stored in a MySQL database (a relational database) in a diag system (production test system).
In step S2, as shown in fig. 2, the obtaining SN information and PAT information by the diag system in the preset time interval specifically includes:
s21, reading a long text storage table transmitted to the diag system by the SAP system;
s22, acquiring the last storage record of the last time in the long text storage table;
s23, sequentially extracting the SN information according to a first sequence by acquiring the long text character strings in the storage record;
s24, sequentially taking out the PAT information according to the first sequence by acquiring the long text character strings in the storage records.
Wherein, in step S21, the SAP system (systems applications andproducts in dataprocessing), which is a set of enterprise resource management software systems, stores order records in a long text storage table.
In step S22, the last storage record (in chronological order) of the last time in the long text storage table, that is, one order information closest to the current time, is acquired.
In step S23, the SN information may be read according to a SN information rule, for example, the SN information is a series of number numbers (181-181) starting with 181, the SN information is sequentially read in the first order, the first order may be from small to large, that is, min-max, or from large to small, which is not a limitation of the present invention.
In step S24, the PAT information may be read according to a PAT information rule, for example, PAT information is a series of letters and numbers beginning with PAT (pat×pat×), and the PAT information is sequentially read in a first order, where the first order may be in a small-to-large order, that is, in a min-max order, or in a large-to-small order, but the first order needs to be the same as the SN information reading order.
In step S3, as shown in fig. 3, step S3 specifically includes:
s31, judging whether the currently acquired SN information exists in the first storage table in sequence, and if so, executing the step S32; if the judgment result is negative, executing the step S33;
s32, checking whether the length of the currently acquired SN information is consistent with the preset SN information length, and if so, executing a step S34; if the verification is inconsistent, executing step S35;
s33, the first storage table is not updated;
s34, acquiring the total number of all the devices in the order according to the number of the SN information acquired currently; acquiring the total number of PAT according to the PAT information acquired at present;
s35, reporting errors and redirecting and outputting to a log file;
s36, comparing whether the total number of all the devices is consistent with the total number of PAT, and if the comparison result is consistent, executing step S37; if the comparison results are inconsistent, executing the step S2;
s37, the currently acquired SN information and PAT information are respectively written into the first storage table according to the corresponding relation of the first sequence.
In step S31-33, it is judged whether or not the currently acquired SN information exists in the first storage table for the purpose of judging whether or not the currently acquired SN information corresponds to a new order, and whether or not it has been maintenance-refreshed. If the SN information is stored in the first storage table, acquiring the SN information currently, wherein the SN information corresponds to the new order, and the new order is maintained and refreshed; if the current acquisition SN information is not in the first storage table, a new order is corresponding to the current acquisition SN information, the order is not maintained and refreshed, and maintenance and refreshing of the current acquisition SN information, the PAT information and the like are needed, so that the current acquisition SN information and the PAT information are correspondingly written into the FRU.
The SN information length may be preset, for example, the SN information length may be set to 9 bits, or may be flexibly adjusted according to the actual situation, so as to be able to check whether the currently acquired SN information length meets the preset requirement when the currently acquired SN information length is checked.
In step S34, the total number of all the devices under the order is obtained according to the number of the SN information currently obtained, specifically, the total number of all the devices under the order can be obtained by counting minSN-maxSN; the total number of PATs is obtained according to the PAT information obtained at present, and the total number of PATs can be obtained by counting the number of maxPAT-minPATs.
In step S36, if the comparison results are not consistent, step S2 is performed to continue re-acquiring the SN information and PAT information respectively acquired by the diag system.
In step S37, the writing of the currently acquired SN information and PAT information into the first storage table according to the correspondence relationship of the first order is specifically: the minSN and the minPAT may be written into the first storage table through for circulation, the minsn+1 and the minpat+1 are written into, the minsn+2 and the minpat+2 are written into, until circulation is finished, and then the correspondence between all SNs and PAT is stored in the first storage table.
In step S4, current device SN information is obtained according to the system dmidecode instruction, PAT information corresponding to the current device SN information is queried according to the SN number to a first storage table in a MySQL database in the diag system, and then an execution system instruction ipmitool-PAT is called to write the PAT information into the FRU.
Further, the preset time interval may be set by a crontab command. Specifically, the timing execution is set in the crontab task, the crontab-e editing timing task is input under the linux system, and the timing interval is set in a self-defined mode according to the requirement. For example, crontab is automatically executed every 10 minutes, and the linux system will automatically execute steps S2-S4 every 10 minutes, writing PAT information into the first memory table.
It should be noted that, the technical solution of the present invention may be automatically implemented by a programming language, the implementation manner may be implemented by a unified script, or may be implemented by a plurality of scripts in cooperation with each other, and the programming language may be implemented by a shell language, a python language or a perl language, which may be flexibly adjusted, and the present invention is not limited herein.
Specifically, the method is realized by mutually matching a plurality of scripts, and the following is exemplified, and step S1 can be preset through a first script; in the step S2, the implementation (crontab script) can be realized through a second script within a preset time interval; in the step S2, the SN information and the PAT information are respectively acquired through a diag system, the current acquisition of the SN information in the step S3 is judged and checked, and the current acquisition of the SN information in the step S4, the writing of the PAT information and the like can be realized through a third script; in the step S5, PAT information input can be realized through a fourth script, wherein the third script can be called through a second script and is used for maintaining and updating the first storage table; the fourth script may invoke the third script to maintain the refreshed first storage table to realize PAT information input corresponding to SN information of the current device in the execution process, or may be realized by other numbers or forms of scripts, which is not limited herein.
According to the invention, the first storage table is established, the corresponding relation between the SN information and the PAT information is established, the corresponding PAT information can be determined through the SN information, the PAT information refreshing of a plurality of servers in the same customized order can be realized, the problems of low PAT information maintenance refreshing efficiency and easy error caused by the prior art are effectively solved, the PAT information maintenance refreshing efficiency is effectively improved, and the PAT information data refreshing reliability is improved.
According to the technical scheme, automatic refreshing can be realized through a programming language, the PAT information maintenance refreshing efficiency is further improved, and the production labor cost and the time cost can be effectively saved; the problem of customer complaints caused by the fact that PAT information which is brushed into FRU is wrong due to the fact that misoperation is easy to occur in the manual operation process is avoided.
Example two
As shown in fig. 4, the technical solution of the present invention further provides a server customized PAT information maintenance refreshing device, including:
the establishing module 101 establishes a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information;
the acquisition module 102 is used for respectively acquiring the SN information and the PAT information through a diag system in a preset time interval;
a judging module 103, for judging whether the currently acquired SN information exists in the first storage table, if so, writing the currently acquired SN information and PAT information into the first storage table respectively;
the input module 104 obtains the SN information of the current device, determines the PAT information corresponding to the first storage table according to the SN information of the current device, and inputs the PAT information corresponding to the first storage table into the FRU.
According to the invention, the first storage table is established, the corresponding relation between the SN information and the PAT information is established, the corresponding PAT information can be determined through the SN information, the PAT information refreshing of a plurality of servers in the same customized order can be realized, the problems of low PAT information maintenance refreshing efficiency and easy error caused by the prior art are effectively solved, the PAT information maintenance refreshing efficiency is effectively improved, and the PAT information data refreshing reliability is improved.
According to the technical scheme, automatic refreshing can be realized through a programming language, the PAT information maintenance refreshing efficiency is further improved, and the production labor cost and the time cost can be effectively saved; the problem of customer complaints caused by the fact that PAT information which is brushed into FRU is wrong due to the fact that misoperation is easy to occur in the manual operation process is avoided.
While the foregoing description of the embodiments of the present invention has been presented in conjunction with the drawings, it should be understood that it is not intended to limit the scope of the invention, but rather, it is intended to cover all modifications or variations within the scope of the invention as defined by the claims of the present invention.

Claims (8)

1. A server customized PAT information maintenance refreshing method is characterized by comprising the following steps:
establishing a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information;
respectively acquiring SN information and PAT information through a diag system in a preset time interval;
respectively judging whether the currently acquired SN information exists in the first storage table, and if so, respectively writing the currently acquired SN information and the PAT information into the first storage table; judging whether the currently acquired SN information exists in the first storage table or not, if so, writing the currently acquired SN information and the PAT information into the first storage table respectively specifically comprises:
sequentially judging whether the currently acquired SN information exists in the first storage table, if so, checking the length of the currently acquired SN information, and acquiring the total number of all the devices in the order according to the number of the SN information after the check is passed; acquiring the total number of PAT according to the PAT information acquired at present;
comparing whether the total number of all the devices is consistent with the total number of the PAT, if so, writing the currently acquired SN information and the PAT information into a first storage table according to the corresponding relation of a first sequence;
and acquiring the SN information of the current equipment, determining the corresponding PAT information in the first storage table according to the SN information of the current equipment, and recording the corresponding PAT information into the FRU.
2. The server-customized PAT information maintenance refreshing method according to claim 1, wherein the obtaining SN information and PAT information respectively through a diag system within a preset time interval specifically includes:
reading a long text storage table transmitted to the diag system by the SAP system;
acquiring the last storage record of the last time in the long text storage table;
sequentially extracting the SN information according to a first sequence by acquiring the long text character strings in the storage record;
and sequentially taking out the PAT information according to the first sequence by acquiring the long text character strings in the storage record.
3. The server-custom PAT information maintenance refresh method of claim 1, further comprising: if not, the first memory table is not updated.
4. The server-custom PAT information maintenance refresh method of claim 1, further comprising: and if the verification is not passed, reporting errors and redirecting and outputting to the log file.
5. The server-custom PAT information maintenance refresh method of claim 1, further comprising: and if the SN information is inconsistent, the SN information and the PAT information are acquired through the diag system again.
6. The server-customized PAT information maintenance refresh method according to any one of claims 1-5, wherein the preset time interval is custom set by a crontab command.
7. The server-custom PAT information maintenance refresh method according to any one of claims 1-5, wherein the first memory table is stored in MySQL database in the diag system.
8. A server-customized PAT information maintenance refreshing apparatus, comprising:
the establishing module is used for establishing a first storage table, wherein the first storage table stores the corresponding relation between the SN information and the PAT information;
the acquisition module is used for respectively acquiring the SN information and the PAT information through the diag system within a preset time interval;
the judging module is used for respectively judging whether the currently acquired SN information exists in the first storage table, and if so, respectively writing the currently acquired SN information and the PAT information into the first storage table; judging whether the currently acquired SN information exists in the first storage table or not, if so, writing the currently acquired SN information and the PAT information into the first storage table respectively specifically comprises:
sequentially judging whether the currently acquired SN information exists in the first storage table, if so, checking the length of the currently acquired SN information, and acquiring the total number of all the devices in the order according to the number of the SN information after the check is passed; acquiring the total number of PAT according to the PAT information acquired at present;
comparing whether the total number of all the devices is consistent with the total number of the PAT, if so, writing the currently acquired SN information and the PAT information into a first storage table according to the corresponding relation of a first sequence;
the input module acquires the SN information of the current equipment, determines the corresponding PAT information in the first storage table according to the SN information of the current equipment, and inputs the corresponding PAT information into the FRU.
CN202110191765.8A 2021-02-19 2021-02-19 Method and device for maintaining and refreshing customized PAT information of server Active CN112905193B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110191765.8A CN112905193B (en) 2021-02-19 2021-02-19 Method and device for maintaining and refreshing customized PAT information of server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110191765.8A CN112905193B (en) 2021-02-19 2021-02-19 Method and device for maintaining and refreshing customized PAT information of server

Publications (2)

Publication Number Publication Date
CN112905193A CN112905193A (en) 2021-06-04
CN112905193B true CN112905193B (en) 2023-08-04

Family

ID=76123828

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110191765.8A Active CN112905193B (en) 2021-02-19 2021-02-19 Method and device for maintaining and refreshing customized PAT information of server

Country Status (1)

Country Link
CN (1) CN112905193B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101341598B1 (en) * 2013-05-16 2013-12-13 (주)소만사 Apparatus and method for reproducing user input/ouput screen on sap gui application on the basis of sap gui communcation data which is distinguished and collected through packet analysis on network
CN107220084A (en) * 2017-05-26 2017-09-29 郑州云海信息技术有限公司 A kind of computer firmware method for refreshing
CN108304204A (en) * 2018-01-17 2018-07-20 郑州云海信息技术有限公司 A kind of method and system of automatic refreshing product information
CN110377344A (en) * 2019-06-26 2019-10-25 苏州浪潮智能科技有限公司 A kind of method for refreshing and relevant device of FRU information
CN110413296A (en) * 2019-06-28 2019-11-05 苏州浪潮智能科技有限公司 A kind of method for refreshing and device of Field Replaceable Unit FRU
CN110597892A (en) * 2019-08-01 2019-12-20 苏州浪潮智能科技有限公司 Server product asset information tracing system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7747758B2 (en) * 2001-10-29 2010-06-29 International Business Machines Corporation Dynamic port assignment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101341598B1 (en) * 2013-05-16 2013-12-13 (주)소만사 Apparatus and method for reproducing user input/ouput screen on sap gui application on the basis of sap gui communcation data which is distinguished and collected through packet analysis on network
CN107220084A (en) * 2017-05-26 2017-09-29 郑州云海信息技术有限公司 A kind of computer firmware method for refreshing
CN108304204A (en) * 2018-01-17 2018-07-20 郑州云海信息技术有限公司 A kind of method and system of automatic refreshing product information
CN110377344A (en) * 2019-06-26 2019-10-25 苏州浪潮智能科技有限公司 A kind of method for refreshing and relevant device of FRU information
CN110413296A (en) * 2019-06-28 2019-11-05 苏州浪潮智能科技有限公司 A kind of method for refreshing and device of Field Replaceable Unit FRU
CN110597892A (en) * 2019-08-01 2019-12-20 苏州浪潮智能科技有限公司 Server product asset information tracing system and method

Also Published As

Publication number Publication date
CN112905193A (en) 2021-06-04

Similar Documents

Publication Publication Date Title
US20180357146A1 (en) Completing functional testing
US20160197778A1 (en) Systems and methods for virtualizing a programmable logic controller
CN107402789A (en) A kind of server cluster automatic batch penetrates the method that RAID card refreshes hard disk FW
CN112181854B (en) Method, device, equipment and storage medium for generating process automation script
CN107153609B (en) Automatic testing method and device
CN102693181A (en) Firmware update-write system and method
CN112416803A (en) Automatic testing method and device
CN106547658B (en) Automatic testing method and device
CN112905193B (en) Method and device for maintaining and refreshing customized PAT information of server
CN112948473A (en) Data processing method, device and system of data warehouse and storage medium
CN111813653A (en) Data anomaly testing method and automatic testing tool related to field content
CN111078719A (en) Data recovery method and device, storage medium and processor
CN113014491A (en) Method and device for checking server MAC address repetition
CN110147313B (en) Log output method and device
US20230118407A1 (en) Systems and methods for autonomous testing of computer applications
CN109697161A (en) A kind of test method of storing process, storage medium and database server
CN114661715A (en) Database data processing method and device, storage medium and electronic equipment
CN114356454A (en) Account checking data processing method, account checking data processing device, account checking data storage medium and program product
CN116016158B (en) Hybrid cloud aPaaS platform deployment method, device, equipment and computer storage medium
US11966371B1 (en) Systems and methods for automated data dictionary generation and validation
US11829336B1 (en) Systems and methods for automated data dictionary generation and validation
CN117077592B (en) Regression data monitoring method, monitoring device and monitoring system
US20240028606A1 (en) Data catalog and retrieval system
CN114281659B (en) Method and system for reproducing server BUG based on firmware version
CN114756440B (en) Data writing method, device and equipment of smart card 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