CN113064793B - Bus equipment position information polling collection method, system, terminal and storage medium - Google Patents

Bus equipment position information polling collection method, system, terminal and storage medium Download PDF

Info

Publication number
CN113064793B
CN113064793B CN202110338463.9A CN202110338463A CN113064793B CN 113064793 B CN113064793 B CN 113064793B CN 202110338463 A CN202110338463 A CN 202110338463A CN 113064793 B CN113064793 B CN 113064793B
Authority
CN
China
Prior art keywords
position information
variable structure
bus
bus device
structure body
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
CN202110338463.9A
Other languages
Chinese (zh)
Other versions
CN113064793A (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 CN202110338463.9A priority Critical patent/CN113064793B/en
Publication of CN113064793A publication Critical patent/CN113064793A/en
Application granted granted Critical
Publication of CN113064793B publication Critical patent/CN113064793B/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/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3027Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (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 polling collection method, a system, a terminal and a storage medium for bus equipment position information, comprising the following steps: constructing a variable structure body of each bus device; marking the position information acquisition condition of each bus device by setting a storage value of a variable structure body; and judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition. The invention can effectively solve the problem that the asset information position information can be displayed as blank under the condition that the BIOS asset information scheme triggered by the polling function of the startup item fails to start the startup item for the first time and polls other startup items later, thereby perfecting the asset information construction function of the server, enhancing the robustness of the function and perfecting the integrity and the correctness of the corresponding information on the BMC WebUI.

Description

Bus equipment position information polling collection method, system, terminal and storage medium
Technical Field
The invention belongs to the technical field of big data service platforms, and particularly relates to a method, a system, a terminal and a storage medium for polling and collecting position information of bus equipment.
Background
The PCIE asset information function is a function of collecting relevant information of PCIE equipment through a BIOS, sending the relevant information to a BMC, and displaying the relevant information to a WebUI interface through the BMC, wherein one important piece of information in the function is position information of the equipment, and a user can correspond specific equipment to silk screen printing on a machine through the position information, so that the specific position on the machine is corresponded, and machine maintenance, fault part positioning, accessory replacement and the like are facilitated.
In the design of the existing scheme, the asset information function is triggered by an event of loading and executing the starting device, collects relevant information, sends the relevant information to the BMC, and then displays the information to the WebUI interface of the BMC. A Boolean variable is designed in a position information data structure of the bus equipment and used for recording whether the piece of position information is matched and associated with the equipment or not, if the piece of position information is associated, the piece of information does not participate in processing subsequently, and the information is prevented from being used repeatedly and being matched with other equipment to cause inaccurate information.
The prior art scheme can achieve the expected effect by only triggering the asset information function once when the starting item is loaded for the first time after the server is started, but when the starting item is not loaded to a certain bus device in the starting process and the polling starting bus device loading is needed (including but not limited to triggering the starting item polling function provided by the BIOS), the asset information function is executed once along with each polling, and the asset information refreshes the previous data after being executed again. Due to the Boolean variable design in the bus device position information data structure, after the first attempt of starting, all the actual position information of the bus devices is marked as processed and does not participate in subsequent processing, so that the position information of the bus devices cannot be obtained during subsequent starting, and PCIE device asset information position information fields on the BMC WebUI are all displayed as blank.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for polling and collecting location information of a bus device, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a method for polling and collecting location information of a bus device, including:
constructing a variable structure body of each bus device;
marking the position information acquisition condition of each bus device by setting a storage value of a variable structure body;
and judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition.
Further, the variable structure for constructing each bus device includes:
producing a corresponding structural body number according to the equipment serial number of the bus equipment;
taking the structure number as the name of the variable structure of the bus equipment;
the attributes of the variable structure body are defined to be accessible in the starting-up stage and the starting stage, and the variable structure body is stored in the specified directory.
Further, the marking the position information acquisition condition of each bus device by setting the storage value of the variable structure body includes:
presetting an initial value and a change value of a variable structure body;
initializing the stored values of all variable structure bodies to initial values before collecting the position information;
and after the position information of the target bus device is collected, modifying the stored value of the variable structure body corresponding to the target bus device into a change value, wherein the target bus device is any one of all bus devices.
Further, the determining whether to acquire the location information of the corresponding bus device according to the location information acquisition condition includes:
reading a current storage value of a variable structure body corresponding to the target bus equipment before acquiring the position information of the target bus equipment;
if the current storage value is an initial value, acquiring the position information of the target bus equipment, and reporting the position information to the BMC;
and if the current storage value is a change value, skipping the target bus equipment and inquiring next bus equipment.
In a second aspect, the present invention provides a system for polling and collecting bus device location information, including:
a variable construction unit configured to construct a variable structure of each bus device;
the state marking unit is configured for marking the position information acquisition condition of each bus device by setting the storage value of the variable structure body;
and the information acquisition unit is configured for judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition.
Further, the variable construction unit includes:
the serial number generating module is configured for producing a corresponding structural body serial number according to the equipment serial number of the bus equipment;
the serial number naming module is configured to use the serial number of the structure body as the name of the variable structure body of the bus equipment;
and the variable storage module is configured to define the attributes of the variable structure body to be accessible in a starting-up stage and a starting stage, and store the variable structure body to a specified directory.
Further, the state flag unit includes:
the presetting module is used for presetting an initial value and a change value of the variable structure;
an initialization module configured to initialize the stored values of all the variable structure bodies to initial values before the position information is collected;
and the variable changing module is configured to modify the stored value of the variable structure corresponding to the target bus device into a changed value after collecting the position information of the target bus device, wherein the target bus device is any one of all the bus devices.
Further, the information collecting unit includes:
the variable checking module is configured to read a current stored value of a variable structure body corresponding to the target bus device before acquiring the position information of the target bus device;
the information acquisition module is configured to acquire the position information of the target bus device and report the position information to the BMC if the current storage value is an initial value;
and the skipping processing module is configured to skip the target bus device and inquire the next bus device if the current storage value is a change value.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is configured to call and run the computer program from the memory, so that the terminal performs the method of the terminal described above.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
the method, the system, the terminal and the storage medium for polling and collecting the position information of the bus equipment can effectively solve the problem that the position information of the asset information can be displayed to be blank under the condition that a BIOS asset information scheme triggered by the polling function of a startup item fails to start the startup item for the first time and then polls other startup items, thereby perfecting the asset information construction function of a server, enhancing the robustness of the function and perfecting the integrity and the correctness of corresponding information on a BMC WebUI.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or prior art solutions of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The following explains key terms appearing in the present invention.
BIOS Base Input/Output System basic Input/Output System
Baseboard Management Controller (BMC)
WebUI: web User Interface
PCIE: peripheral Component Interconnect Express bus
Unified Extensible Firmware Interface of UEFI (Unified Extensible Firmware Interface): Unified Extensible Firmware Interface
EVENT defined by UEFI specification, different types of EVENTs are triggered by different trigger forms and executed
Boot Option: startup item for startup
EFI _ EVENT _ GROUP _ READY _ TO _ BOOT: an EVENT type is triggered when a Boot entry is loaded and executed
Variable: the concept in the UEFI specification is a variable structure body with variable names, identifiers, attributes, data, sizes and other members
Boolean variables: boolean variables whose values are only two-way, 0 (false) and 1 (true)
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a bus device location information polling and collecting system.
As shown in fig. 1, the method includes:
step 110, constructing a variable structure body of each bus device;
step 120, marking the position information acquisition condition of each bus device by setting a storage value of a variable structure body;
and step 130, judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition.
In order to facilitate understanding of the present invention, the following describes a bus device location information polling collection method according to the principles of the bus device location information polling collection method of the present invention with reference to an embodiment.
Specifically, the bus device location information polling collection method includes:
and S1, constructing a variable structure body of each bus device.
When a plurality of bus devices exist in the server, a Variable structure needs to be created for each bus device, and a structure number of the corresponding Variable structure is generated according to the device serial number (or the device name) of the bus device, and the structure number is named as the corresponding Variable structure. Thus, the one-to-one mapping corresponding relation between the bus equipment and the variable structure is established through the structure number-equipment serial number.
The Variable structure body has the attributes that the Variable structure body can be accessed in both Run Time and Boot Service stages, and is stored in both an internal memory and a BIOS NVRAM area, so that the Variable data can be accessed at any Time.
And S2, marking the position information acquisition condition of each bus device by setting the storage value of the variable structure body.
In this embodiment, the initial value of the variable structure is set to 0 and the variation value is set to 1. The value of this variable structure is first initialized to 0 before location information is collected. The variable structure is used for recording the state whether the asset information function is executed or not in the processing function of the starting event, and the value of the global variable is kept in the process of polling the starting item. When the position information of a certain bus device is collected, the variable structure is assigned to 1 by using a SetVariable function.
And S3, judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition.
The processing function of the start event is executed once every polling of one bus device, in the processing function, before executing the asset information function, the value of the variable structure body is read by using a GetVariable function provided by UEFI specification, if the value is 0, the asset information processing is executed (namely, the position information of the bus device is read and uploaded to BMC, and the BMC generates the asset information of the bus device according to the position information), and the SetVariable function is used for assigning the variable to be 1; if the value of the variable structure is 1, asset information processing is not executed any more, and the asset information function is executed only once in polling start, so that the effect of correctly transmitting and displaying the position information is ensured and the position information cannot be emptied; here, 0 and 1 may be replaced with other different data.
As shown in fig. 2, the system 200 includes:
a variable construction unit 210 configured to construct a variable structure of each bus device;
a state marking unit 220 configured to mark the position information acquisition condition of each bus device by setting a stored value of the variable structure;
and the information acquisition unit 230 is configured to judge whether to acquire the position information of the corresponding bus device according to the position information acquisition condition.
Optionally, as an embodiment of the present invention, the variable constructing unit includes:
the serial number generating module is configured for producing a corresponding structural body serial number according to the equipment serial number of the bus equipment;
the serial number naming module is configured to use the serial number of the structure body as the name of the variable structure body of the bus equipment;
and the variable storage module is configured to define the attributes of the variable structure body to be accessible in a starting-up stage and a starting stage, and store the variable structure body to a specified directory.
Optionally, as an embodiment of the present invention, the state marking unit includes:
the presetting module is used for presetting an initial value and a change value of the variable structure;
an initialization module configured to initialize the stored values of all the variable structure bodies to initial values before the position information is collected;
and the variable changing module is configured to modify the stored value of the variable structure corresponding to the target bus device into a changed value after collecting the position information of the target bus device, wherein the target bus device is any one of all the bus devices.
Optionally, as an embodiment of the present invention, the information collecting unit includes:
the variable checking module is configured to read a current stored value of a variable structure body corresponding to the target bus device before acquiring the position information of the target bus device;
the information acquisition module is configured to acquire the position information of the target bus device and report the position information to the BMC if the current storage value is an initial value;
and the skipping processing module is configured to skip the target bus device and inquire the next bus device if the current storage value is a change value.
Fig. 3 is a schematic structural diagram of a terminal 300 according to an embodiment of the present invention, where the terminal 300 may be used to execute the bus device location information polling collection method according to the embodiment of the present invention.
Among them, the terminal 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be formed by an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the problem that the asset information position information is displayed as blank when the BIOS asset information scheme triggered by the polling function of the startup item fails to start the startup item for the first time and polls other startup items later can be effectively solved, the asset information construction function of the server is perfected, the robustness of the function is enhanced, and the integrity and the correctness of the corresponding information on the BMC WebUI are perfected.
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 embodied in the form of a software product, where 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 the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform 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 embodiments provided in the present invention, it should be understood that the disclosed system and method can 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 place, or may be distributed on a plurality of 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 units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A polling collection method for bus device position information is characterized by comprising the following steps:
constructing a variable structure body of each bus device;
marking the position information acquisition condition of each bus device by setting a storage value of a variable structure body; wherein, the position information acquisition condition of each bus device is marked by setting the storage value of the variable structure body, and the method comprises the following steps:
presetting an initial value and a change value of a variable structure body;
initializing the stored values of all variable structure bodies to initial values before collecting the position information;
after the position information of the target bus equipment is collected, modifying the stored value of the variable structure body corresponding to the target bus equipment into a change value, wherein the target bus equipment is any one of all bus equipment;
and judging whether to acquire the position information of the corresponding bus equipment or not according to the position information acquisition condition.
2. The method of claim 1, wherein constructing the variable structure for each bus device comprises:
producing a corresponding structural body number according to the equipment serial number of the bus equipment;
taking the structure number as the name of the variable structure of the bus equipment;
the attributes of the variable structure body are defined to be accessible in the starting-up stage and the starting stage, and the variable structure body is stored in the specified directory.
3. The method of claim 1, wherein the determining whether to collect the location information of the corresponding bus device according to the location information collecting condition comprises:
reading a current storage value of a variable structure body corresponding to the target bus equipment before acquiring the position information of the target bus equipment;
if the current storage value is an initial value, acquiring the position information of the target bus equipment, and reporting the position information to the BMC;
and if the current storage value is a change value, skipping the target bus equipment and inquiring next bus equipment.
4. A system for polling and collecting location information of bus devices, comprising:
a variable construction unit configured to construct a variable structure of each bus device;
the state marking unit is configured for marking the position information acquisition condition of each bus device by setting the storage value of the variable structure body; wherein the state flag unit includes:
the presetting module is used for presetting an initial value and a change value of the variable structure;
an initialization module configured to initialize the stored values of all the variable structure bodies to initial values before the position information is collected;
the variable changing module is configured to modify a stored value of a variable structure corresponding to a target bus device into a changed value after collecting position information of the target bus device, wherein the target bus device is any one of all bus devices;
and the information acquisition unit is configured for judging whether to acquire the position information of the corresponding bus equipment according to the position information acquisition condition.
5. The system of claim 4, wherein the variable construction unit comprises:
the serial number generating module is configured for producing a corresponding structural body serial number according to the equipment serial number of the bus equipment;
the serial number naming module is configured to use the serial number of the structure body as the name of the variable structure body of the bus equipment;
and the variable storage module is configured to define that the attributes of the variable structure body can be accessed in a starting-up stage and a starting stage, and store the variable structure body to a specified directory.
6. The system of claim 4, wherein the information acquisition unit comprises:
the variable checking module is configured to read a current stored value of a variable structure body corresponding to the target bus device before acquiring the position information of the target bus device;
the information acquisition module is configured to acquire the position information of the target bus device and report the position information to the BMC if the current storage value is an initial value;
and the skipping processing module is configured to skip the target bus device and inquire the next bus device if the current storage value is a change value.
7. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-3.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-3.
CN202110338463.9A 2021-03-30 2021-03-30 Bus equipment position information polling collection method, system, terminal and storage medium Active CN113064793B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110338463.9A CN113064793B (en) 2021-03-30 2021-03-30 Bus equipment position information polling collection method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110338463.9A CN113064793B (en) 2021-03-30 2021-03-30 Bus equipment position information polling collection method, system, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN113064793A CN113064793A (en) 2021-07-02
CN113064793B true CN113064793B (en) 2022-06-14

Family

ID=76564391

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110338463.9A Active CN113064793B (en) 2021-03-30 2021-03-30 Bus equipment position information polling collection method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN113064793B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126394A (en) * 2016-08-22 2016-11-16 浪潮(北京)电子信息产业有限公司 Out of band supervision management obtains the method and system of PCIE device assets information
CN109523650A (en) * 2018-11-27 2019-03-26 武汉瑞莱保能源技术有限公司 A kind of method for inspecting and device of equipment working condition
CN109800121A (en) * 2018-12-06 2019-05-24 珠海西山居移动游戏科技有限公司 A kind of asset equipment management system and its method
CN111427597A (en) * 2020-03-13 2020-07-17 苏州浪潮智能科技有限公司 BMC and BIOS information interaction decoupling method, device, equipment and medium
CN111563055A (en) * 2019-02-14 2020-08-21 深圳市共济科技股份有限公司 IT equipment information acquisition method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7103684B2 (en) * 2003-12-02 2006-09-05 Super Talent Electronics, Inc. Single-chip USB controller reading power-on boot code from integrated flash memory for user storage
US20140111520A1 (en) * 2012-10-23 2014-04-24 Bmc Software, Inc. User-centric annotated location aware asset mapping
CN110489407A (en) * 2019-07-29 2019-11-22 南方电网数字电网研究院有限公司 Data filling mining method, apparatus, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106126394A (en) * 2016-08-22 2016-11-16 浪潮(北京)电子信息产业有限公司 Out of band supervision management obtains the method and system of PCIE device assets information
CN109523650A (en) * 2018-11-27 2019-03-26 武汉瑞莱保能源技术有限公司 A kind of method for inspecting and device of equipment working condition
CN109800121A (en) * 2018-12-06 2019-05-24 珠海西山居移动游戏科技有限公司 A kind of asset equipment management system and its method
CN111563055A (en) * 2019-02-14 2020-08-21 深圳市共济科技股份有限公司 IT equipment information acquisition method and device
CN111427597A (en) * 2020-03-13 2020-07-17 苏州浪潮智能科技有限公司 BMC and BIOS information interaction decoupling method, device, equipment and medium

Also Published As

Publication number Publication date
CN113064793A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
CN110162435B (en) Method, system, terminal and storage medium for starting and testing PXE of server
CN108446171B (en) Electronic device, distributed system execution task allocation method and storage medium
CN111858296B (en) Interface testing method, device, equipment and storage medium
CN109462507B (en) Configuration updating method, device and system and electronic equipment
CN110554938A (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN112230847B (en) Method, system, terminal and storage medium for monitoring K8s storage volume
CN108776631B (en) Server, method for acquiring compatibility test equipment and storage medium
CN107656750A (en) Update of plug-in method and device
CN112040016A (en) Server management method and server management device
CN111158968A (en) BIOS configuration information self-checking method, device and storage medium
CN113064793B (en) Bus equipment position information polling collection method, system, terminal and storage medium
CN109558300B (en) Whole cabinet alarm processing method and device, terminal and storage medium
CN113076231A (en) Server application scene setting method, system, terminal and storage medium
CN113010122A (en) Image forming apparatus monitoring apparatus, method, system, and storage medium
CN114860271A (en) PXE starting method, system and device and readable storage medium
CN115827298A (en) Server startup fault positioning method and device, terminal and storage medium
CN114157662A (en) Cloud platform parameter adaptation method and device, terminal equipment and storage medium
CN110175096B (en) GPU (graphics processing Unit) pressurization test method, system, terminal and storage medium
CN112612592A (en) Configurable timed task processing method, device, equipment and storage medium
CN113849135A (en) Log access method and device and server
CN113419916B (en) Wind control inspection program uninterrupted operation method, device, equipment and storage medium
CN113220353B (en) Hard disk startup item sorting method, system, terminal and storage medium
CN110555090B (en) Method, system, terminal and storage medium for automatically acquiring CPU BUS Number
CN109471764B (en) Method, device, terminal and storage medium for quickly reading system information
CN113064797B (en) Front-end monitoring method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant