CN111258831A - Method and equipment for virtual media inspection of server BMC KVM - Google Patents

Method and equipment for virtual media inspection of server BMC KVM Download PDF

Info

Publication number
CN111258831A
CN111258831A CN202010057649.2A CN202010057649A CN111258831A CN 111258831 A CN111258831 A CN 111258831A CN 202010057649 A CN202010057649 A CN 202010057649A CN 111258831 A CN111258831 A CN 111258831A
Authority
CN
China
Prior art keywords
setting value
bmc
token
current
local media
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.)
Withdrawn
Application number
CN202010057649.2A
Other languages
Chinese (zh)
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 CN202010057649.2A priority Critical patent/CN111258831A/en
Publication of CN111258831A publication Critical patent/CN111258831A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/2221Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test input/output devices or peripheral units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2294Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by remote test

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and equipment for checking virtual media of a server BMC (baseboard management controller) KVM (keyboard, video and mouse), wherein the method comprises the following steps of: initializing BMC configuration parameters, and positioning elements on a BMC web by using a Webdriver class library to acquire a setting value supported by local media; establishing a session with the BMC through a Redfish protocol, and acquiring an X-Auth-Token with a session Token and a position header; modifying the setting value supported by the local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, and performing element positioning on a BMC web by using a Webdriver class library to acquire the current setting value supported by the local media; and judging whether the first setting value is the same as the current setting value or not, and judging that the virtual media setting is correct in response to the same. By using the method of the invention, the accuracy of the test can be improved, the test operation and the multi-project reuse can be simplified, the labor cost is saved, the test efficiency is improved, the problem is conveniently positioned and solved, and the high quality of the product is finally ensured.

Description

Method and equipment for virtual media inspection of server BMC KVM
Technical Field
The field relates to the field of computers, and more particularly to a method and apparatus for virtual media checking of server BMC KVM.
Background
A console redirection (KVM) function supported by a server BMC (baseboard management controller) can realize remote access to a server system at a local PC (personal computer) end, the desktop of the remote server system can be displayed in a local viewer after the function is started, and local media files can be mounted to the remote server end in the viewer through a virtual media mounting technology, so that mounting of mirror images or sharing of the files are realized. Meanwhile, the BMC end can also set the virtual media, set whether to start local media support or remote media support, and improve the safety of the virtual media mounting function. The existing testing method for setting and starting the virtual media is generally to set and check only through a WEB terminal, the used testing protocol is single, no interaction with other protocols exists, and the accuracy of the testing result can be influenced.
Disclosure of Invention
In view of this, an embodiment of the present invention provides a method and a device for checking virtual media of a BMC KVM server, which can improve the accuracy of testing, simplify testing operations and multiplexing of multiple items, save labor cost, improve testing efficiency, facilitate positioning and solving problems, and finally ensure high quality of products.
In view of the above objects, an aspect of the embodiments of the present invention provides a method and apparatus for virtual media checking of a server BMC KVM, including the following steps:
initializing BMC configuration parameters, and positioning elements on a BMC web by using a Webdriver class library to acquire a setting value supported by local media;
establishing a session with the BMC through a Redfish protocol, and acquiring an X-Auth-Token with a session Token and a position header;
modifying the setting value supported by the local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, and performing element positioning on a BMC web by using a Webdriver class library to acquire the current setting value supported by the local media;
and judging whether the first setting value is the same as the current setting value or not, and judging that the virtual media setting is correct in response to the same.
According to an embodiment of the present invention, further comprising:
modifying the setting value supported by the local media on the BMC web into a second setting value by utilizing the Webdriver class library;
acquiring a current third setting value supported by the local media by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol;
and judging whether the second setting value is the same as the current third setting value or not, and judging that the virtual media setting is correct in response to the second setting value being the same as the current third setting value.
According to one embodiment of the present invention, initializing the BMC configuration parameters comprises: and initializing the rest configuration parameters without initializing the network setting parameters in the BMC configuration parameters.
According to one embodiment of the invention, the set value is the opposite value to the first set value.
According to an embodiment of the present invention, further comprising: and writing error information into the log and outputting the error information in response to the first setting value being different from the current setting value.
In another aspect of the embodiments of the present invention, there is also provided an apparatus for virtual media checking of a server BMC KVM, the apparatus including:
the positioning module is configured to initialize BMC configuration parameters and perform element positioning on the BMCweb by using a Webdriver class library to acquire a setting value supported by local media;
the communication module is configured to establish a session with the BMC through a Redfish protocol and acquire an X-Auth-Token with a session Token and a position header;
the acquisition module is configured to modify a setting value supported by the local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, and perform element positioning on a BMC web by using a Webdriver class library to acquire a current setting value supported by the local media;
and the judging module is configured to judge whether the first setting value is the same as the current setting value or not, and judge that the virtual media setting is correct in response to the same.
According to an embodiment of the present invention, further comprising:
the setting module is configured to modify a setting value supported by local media on the BMC web into a second setting value by utilizing the Webdriver class library;
the second acquisition module is configured to acquire a current third setting value supported by the local media by using the X-Auth-Token and a specific uniform resource identifier through a Redfish protocol;
and the second judging module is configured to judge whether the second setting value is the same as the current third setting value, and in response to the second setting value being the same, judge that the virtual media setting is correct.
According to an embodiment of the present invention, the location module is further configured to initialize the rest configuration parameters without initializing the network setting parameters in the BMC configuration parameters.
According to one embodiment of the invention, the set value is the opposite value to the first set value.
According to an embodiment of the present invention, the determining module is further configured to write and output the error information in the log in response to the first setting value being different from the current setting value.
The invention has the following beneficial technical effects: the method for checking the virtual media of the server BMC KVM provided by the embodiment of the invention initializes the BMC configuration parameters and utilizes the Webdriver class library to perform element positioning on the BMC web to acquire the setting value supported by the local media; establishing a session with the BMC through a Redfish protocol, and acquiring an X-Auth-Token with a session Token and a position header; modifying the setting value supported by the local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, and performing element positioning on a BMC web by using a Webdriver class library to acquire the current setting value supported by the local media; whether the first setting value is the same as the current setting value or not is judged, and the correct technical scheme for setting the virtual media is judged in response to the same, so that the testing accuracy can be improved, the testing operation and the multi-project multiplexing can be simplified, the labor cost is saved, the testing efficiency is improved, the problem is conveniently positioned and solved, and the high quality of the product is finally ensured.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method for virtual media checking of a server BMC KVM according to one embodiment of the present invention;
FIG. 2 is a diagram of an apparatus for virtual media checking of a server BMC KVM according to one embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
In view of the above-mentioned objectives, a first aspect of the embodiments of the present invention provides an embodiment of a method for virtual media checking of a server BMC KVM. Fig. 1 shows a schematic flow diagram of the method.
As shown in fig. 1, the method may include the steps of:
s1, initializing BMC configuration parameters, and performing element positioning on a BMC web by using a Webdriver class library to acquire a setting value supported by local media;
s2 establishes conversation with BMC through Redfish protocol, and obtains X-Auth-Token with conversation Token and position head, the X-Auth-Token is equivalent to the authentication certification of the conversation, thus establishing communication between client and BMC, which is the basis of a series of subsequent operations set or checked by Redfish, if the conversation is established successfully, the return body contains X-Auth-Token, the subsequent operations all use the X-Auth-Token, wherein Token is a string of character string generated by server end, which is used as a Token requested by client end, after the first login, the server generates a Token to return the Token to client end, the client end only needs to bring the Token to request data, without taking user name and password again;
s3, modifying a setting value supported by local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier (URL) through a Redfish protocol, performing element positioning on a BMC web by using a Webdriver class library to obtain a current setting value supported by the local media, refreshing a browser through the Webdriver class library before obtaining the current setting value, so as to ensure that the obtained local media state is the latest state, still finding a webpage element refresh button by the driver according to id in webpage element information, returning an element object of the element when the driver finds the element, and further performing an action of clicking the refresh button through the element object;
s4 judges whether the first setting value is the same as the current setting value, and in response to the same, judges that the virtual media setting is correct, the result of the comparison and the judgment result may be printed in log for output.
The method checks the virtual media setting in a mode of interaction of two protocols, namely web and Redfish, wherein Redfish is a more universal, safer and auditable protocol than an IPMI (intelligent platform management interface) network protocol based on hypertext transfer protocol security (HTTPS) and Secure Socket Layer (SSL) standards. The method comprises the steps of checking a setting result through a web interface after setting by using a Redfish protocol, setting through the web interface, and checking the setting result by using the Redfish protocol. And the process can be packaged into an automation script by means of a programming language such as JAVA language, so that the interactive and automatic test method of the two protocols is realized.
By the technical scheme, the test accuracy can be improved, the test operation and the multi-item reuse can be simplified, the labor cost is saved, the test efficiency is improved, the problem is conveniently positioned and solved, and the high quality of the product is finally ensured.
The Selenium Webdriver provides various language calling interface libraries for web automation, such as supporting python language, java language and the like, drives browsers through various browser drivers (web drivers), the codes run as a process, the Selenium Webdriver library is called inside to interact with the driver processes of the browsers, a Selenium command is transmitted to the driver processes, and the execution result of the command is acquired and returned to the codes of the browser for processing. When the method is executed, the operation and the jump of the page can be visually seen, and the use scene of a user is simulated.
The method comprises the following steps of utilizing a Webdriver class library to carry out element positioning on a BMC web to obtain a setting value supported by local media, wherein the setting value mainly comprises two parts:
the method includes that a browser driver program is operated from a sender to a path for storing the browser driver, a Webdriver instance object is returned after the browser driver program is successfully operated, the browser can be controlled through the method, and the browser can be imagined as a remote controller of the browser. And then controlling the browser to open a specified website by controlling a get method of the instance object, wherein the specified website is an access address of the BMC.
The sender finds a check box of the web page element "local media enable" according to the id in the web page element information (the web page element information can be seen through a debug function of the browser, the id is an element unique mark, for example, the id is "local _ media _ support"), and if the driver finds the element, a WebElement object of the element is returned. We can then operate the check box through this object. Here we obtain whether the local media is enabled by judging the check state of this element object.
In a preferred embodiment of the present invention, the method further comprises:
modifying a setting value supported by local media on a BMC web into a second setting value by using a Webdriver class library, wherein the second setting value is opposite to the first setting value, for example, the first setting value is enabled, the second setting value is not enabled, the method for positioning the element and acquiring the element object is the same as step 2, after the WebElement object of the element is acquired, a judgment method of the object can be called firstly to judge whether a check box is a target value originally, if so, repeated setting is not needed, if not, a select method (or a cancel method) of the object is used, and the check box is enabled (or not enabled);
obtaining a current third setting value supported by the local media by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, obtaining the third setting value through get operation, and returning to a body to contain the state information of the local media after the command is successfully executed;
and judging whether the second setting value is the same as the current third setting value or not, responding to the same, judging that the virtual media setting is correct, and printing the comparison result and the judgment result into a log for outputting.
In a preferred embodiment of the present invention, initializing the BMC configuration parameters comprises: and initializing the rest configuration parameters without initializing the network setting parameters in the BMC configuration parameters.
The initialization can be completed by using an ipmitool in-band instruction, and the ipmitool in-band instruction relates to the following two aspects:
a. the following commands are used to indicate which configurations are to be reserved and which are not reserved at initialization (the first three sets of data in the raw instruction indicate the configurations; the fourth set of data indicates whether to be reserved, 0x00 indicates that the current configuration is not reserved, and 0x01 indicates that the current configuration is reserved):
ipmitool raw 0x32 0x83 0x00 0x00;ipmitool raw 0x32 0x83 0x02 0x00;ipmitool raw 0x32 0x83 0x03 0x00;ipmitool raw 0x32 0x83 0x0c 0x00;ipmitoolraw 0x32 0x83 0x0d 0x00;ipmitool raw 0x32 0x83 0x0E 0x00;ipmitool raw 0x320x83 0x0F 0x00;ipmitool raw 0x32 0x83 0x0E 0x00;ipmitool raw 0x32 0x83 0x100x00;ipmitool raw 0x32 0x83 0x04 0x01;ipmitool raw 0x32 0x83 0x05 0x00;ipmitool raw 0x32 0x83 0x06 0x00;ipmitool raw 0x32 0x83 0x07 0x00;ipmitoolraw 0x32 0x83 0x08 0x00;ipmitool raw 0x32 0x83 0x09 0x00;ipmitool raw 0x320x83 0x0a 0x00;ipmitool raw 0x32 0x83 0x11 0x00
b. the initialization operation is performed as follows:
ipmitool raw 0x32 0x66
in a preferred embodiment of the invention, the set value is the opposite of the first set value, e.g. the set value is not enabled and the first set value is enabled.
In a preferred embodiment of the present invention, the method further comprises: and writing error information into the log and outputting the error information in response to the first setting value being different from the current setting value.
By the technical scheme, the test accuracy can be improved, the test operation and the multi-item reuse can be simplified, the labor cost is saved, the test efficiency is improved, the problem is conveniently positioned and solved, and the high quality of the product is finally ensured.
It should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by instructing relevant hardware through a computer program, and the above programs may be stored in a computer-readable storage medium, and when executed, the programs may include the processes of the embodiments of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
In view of the above, according to a second aspect of the embodiments of the present invention, there is provided an apparatus for virtual media checking of a server BMC KVM, as shown in fig. 2, the apparatus 200 includes:
the positioning module is configured to initialize BMC configuration parameters and perform element positioning on the BMCweb by using a Webdriver class library to acquire a setting value supported by local media;
the communication module is configured to establish a session with the BMC through a Redfish protocol and acquire an X-Auth-Token with a session Token and a position header;
the acquisition module is configured to modify a setting value supported by the local media into a first setting value by using an X-Auth-Token and a specific uniform resource identifier through a Redfish protocol, and perform element positioning on a BMC web by using a Webdriver class library to acquire a current setting value supported by the local media;
and the judging module is configured to judge whether the first setting value is the same as the current setting value or not, and judge that the virtual media setting is correct in response to the same.
In a preferred embodiment of the present invention, the method further comprises:
the setting module is configured to modify a setting value supported by local media on the BMC web into a second setting value by utilizing the Webdriver class library;
the second acquisition module is configured to acquire a current third setting value supported by the local media by using the X-Auth-Token and a specific uniform resource identifier through a Redfish protocol;
and the second judging module is configured to judge whether the second setting value is the same as the current third setting value, and in response to the second setting value being the same, judge that the virtual media setting is correct.
In a preferred embodiment of the present invention, the location module is further configured to initialize the rest configuration parameters without initializing the network setting parameters in the BMC configuration parameters.
In a preferred embodiment of the invention, the set value is the opposite value to the first set value.
In a preferred embodiment of the present invention, the determining module is further configured to write and output the error information in the log in response to the first setting value being different from the current setting value.
It should be particularly noted that the embodiment of the system described above employs the embodiment of the method described above to specifically describe the working process of each module, and those skilled in the art can easily think that the modules are applied to other embodiments of the method described above.
Further, the above-described method steps and system elements or modules may also be implemented using a controller and a computer-readable storage medium for storing a computer program for causing the controller to implement the functions of the above-described steps or elements or modules.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. 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 disclosed embodiments of the present invention.
The embodiments described above, particularly any "preferred" embodiments, are possible examples of implementations and are presented merely to clearly understand the principles of the invention. Many variations and modifications may be made to the above-described embodiments without departing from the spirit and principles of the technology described herein. All such modifications are intended to be included within the scope of this disclosure and protected by the following claims.

Claims (10)

1. A method for virtual media check of a server BMC KVM is characterized by comprising the following steps:
initializing BMC configuration parameters, and positioning elements on a BMC web by using a Webdriver class library to acquire a setting value supported by local media;
establishing a session with the BMC through a Redfish protocol, and acquiring an X-Auth-Token with a session Token and a position header;
modifying the setting value supported by the local media into a first setting value by using the X-Auth-Token and a specific uniform resource identifier through the Redfish protocol, and performing element positioning on the BMC web by using the Webdriver class library to obtain the current setting value supported by the local media;
and judging whether the first setting value is the same as the current setting value or not, and judging that the virtual media setting is correct in response to the same.
2. The method of claim 1, further comprising:
modifying the setting value of the local media support on the BMC web to a second setting value by utilizing the Webdriver class library;
acquiring a current third setting value supported by the local media by using the X-Auth-Token and the specific uniform resource identifier through the Redfish protocol;
and judging whether the second setting value is the same as the current third setting value or not, and judging that the virtual media setting is correct in response to the second setting value being the same as the current third setting value.
3. The method of claim 1, wherein initializing BMC configuration parameters comprises: and initializing the rest configuration parameters without initializing the network setting parameters in the BMC configuration parameters.
4. The method of claim 1, wherein the set value is an opposite value from the first set value.
5. The method of claim 1, further comprising: and writing error information into a log and outputting the error information in response to the first setting value being different from the current setting value.
6. An apparatus for virtual media checking of a server BMC KVM, the apparatus comprising:
the positioning module is configured to initialize BMC configuration parameters and perform element positioning on the BMCweb by using a Webdriver class library to acquire a setting value supported by local media;
the communication module is configured to establish a session with the BMC through a Redfish protocol and acquire an X-Auth-Token with a session Token and a position header;
an obtaining module, configured to modify the setting value supported by the local media to a first setting value by using the X-Auth-Token and a specific uniform resource identifier through the Redfish protocol, and perform element positioning on the BMC web by using the Webdriver class library to obtain a current setting value supported by the local media;
a determining module configured to determine whether the first setting value is the same as the current setting value, and in response to being the same, determine that the virtual media setting is correct.
7. The apparatus of claim 6, further comprising:
a setting module configured to modify a setting value of the local media support on the BMC web to a second setting value using the Webdriver class library;
a second obtaining module, configured to obtain, by using the Redfish protocol, a current third setting value supported by the local media using the X-Auth-Token and the specific uniform resource identifier;
a second determining module configured to determine whether the second setting value is the same as the current third setting value, and in response to the second setting value being the same, determine that the virtual media setting is correct.
8. The device of claim 6, wherein the location module is further configured to initialize the remaining configuration parameters without initializing network setup parameters in the BMC configuration parameters.
9. The apparatus of claim 6, wherein the set value is an opposite value from the first set value.
10. The apparatus of claim 6, wherein the determining module is further configured to write error information into a log and output the error information in response to the first setting value being different from the current setting value.
CN202010057649.2A 2020-01-19 2020-01-19 Method and equipment for virtual media inspection of server BMC KVM Withdrawn CN111258831A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010057649.2A CN111258831A (en) 2020-01-19 2020-01-19 Method and equipment for virtual media inspection of server BMC KVM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010057649.2A CN111258831A (en) 2020-01-19 2020-01-19 Method and equipment for virtual media inspection of server BMC KVM

Publications (1)

Publication Number Publication Date
CN111258831A true CN111258831A (en) 2020-06-09

Family

ID=70948972

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010057649.2A Withdrawn CN111258831A (en) 2020-01-19 2020-01-19 Method and equipment for virtual media inspection of server BMC KVM

Country Status (1)

Country Link
CN (1) CN111258831A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902435A (en) * 2012-12-26 2014-07-02 鸿富锦精密工业(深圳)有限公司 System and method for recording log events in server testing
CN110377347A (en) * 2019-06-29 2019-10-25 苏州浪潮智能科技有限公司 A kind of automatic inspection method and system of Redfish setting BIOS option

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103902435A (en) * 2012-12-26 2014-07-02 鸿富锦精密工业(深圳)有限公司 System and method for recording log events in server testing
CN110377347A (en) * 2019-06-29 2019-10-25 苏州浪潮智能科技有限公司 A kind of automatic inspection method and system of Redfish setting BIOS option

Similar Documents

Publication Publication Date Title
US11106445B2 (en) Client application with embedded server
US6119247A (en) Remote debugging of internet applications
CN106484611B (en) Fuzzy test method and device based on automatic protocol adaptation
CN107508720B (en) Automatic testing method and device
US11983546B2 (en) Rendering content of service providers via web page having dynamically-loaded plugins
CN111078331A (en) Adaptive authentication in a spreadsheet interface integrated with a WEB service
US10114724B1 (en) Techniques for real time server testing in a production environment
US20100268759A1 (en) Automated server controlled client-side logging
CN108632361B (en) Webpage online method, server, system and storage medium
EP3782061A1 (en) System and method to securely execute datacenter management operations remotely
CN113296653B (en) Simulation interaction model construction method, interaction method and related equipment
US11245601B2 (en) Automated integrated test system and method thereof
CN104834588B (en) The method and apparatus for detecting resident formula cross site scripting loophole
CN112416453B (en) Method for integrating domestic external equipment unified data under trusted environment and storage equipment
EP3104279B1 (en) Testing interactive network systems
CN111258831A (en) Method and equipment for virtual media inspection of server BMC KVM
CN116627595A (en) Virtual machine creation method and related components
CN111177632A (en) Data acquisition method and related equipment, system and storage device thereof
CN112968944B (en) Network reverse management method, system, device and storage medium
Cisco CiscoWorks for Windows Release Notes
CN114253632A (en) Function call request processing method and device and server
CN111294219B (en) Terminal configuration method and device
CN112667973B (en) Method and device for activating management software of network equipment
Kim et al. Automatic monitoring of service reliability for web applications: a simulation‐based approach
CN115695504B (en) Internet of things platform communication method, device, 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200609