CN111565129A - Server remote testing method, device, equipment and storage medium - Google Patents

Server remote testing method, device, equipment and storage medium Download PDF

Info

Publication number
CN111565129A
CN111565129A CN202010291618.3A CN202010291618A CN111565129A CN 111565129 A CN111565129 A CN 111565129A CN 202010291618 A CN202010291618 A CN 202010291618A CN 111565129 A CN111565129 A CN 111565129A
Authority
CN
China
Prior art keywords
server
test
instruction
tested
execution
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.)
Pending
Application number
CN202010291618.3A
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.)
Inspur Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems 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 Inspur Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN202010291618.3A priority Critical patent/CN111565129A/en
Publication of CN111565129A publication Critical patent/CN111565129A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/08Protocols specially adapted for terminal emulation, e.g. Telnet
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Abstract

The application discloses a server remote testing method, a device, equipment and a storage medium, wherein the method comprises the following steps: the tested server is connected to the test network and activates telnet service; the main test server sends a test instruction to the instruction agent execution server through the telnet port; and after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through telnet service and is responsible for executing the test instruction. In the application, the execution of the test instruction and the management of the tested server are completed by the instruction proxy execution server, so that the development of a test program on the main test server can be greatly simplified, the test execution efficiency is improved, a special test system does not need to be customized for each tested server, the main test server only sends the test instruction to the tested server, the instruction is not needed to be completed and how to complete, the result is only needed to be inquired regularly, and multi-unit expansion can be carried out.

Description

Server remote testing method, device, equipment and storage medium
Technical Field
The invention relates to the field of server automatic testing, in particular to a server remote testing method, device, equipment and storage medium.
Background
After each server is assembled, the server needs to be tested, and the current mainstream test mode is as follows: starting up a tested server, and loading a customized test operating system, such as a customized Linux system; after the customized system is started, the test software is automatically operated, the test is executed, and the test result is uploaded to the main server. The method heavily depends on a customized special operating system, a special test operating system needs to be designed for different products, and products which cannot customize the operating system, such as an embedded system, cannot be tested.
The other test method comprises the following steps: the main server runs the test program and logs in the tested server system through the network in a remote control mode to execute the test instruction, and the method has the defects that if the instruction execution time is long, the program of the main server cannot be disconnected, and other work can be carried out only by waiting for the completion of the instruction, so that the efficiency is low, and the expandability is poor.
Therefore, how to solve the problems of low testing efficiency and poor expandability of the server is a technical problem to be urgently solved by the technical personnel in the field.
Disclosure of Invention
In view of the above, the present invention provides a method, an apparatus, a device and a storage medium for remotely testing a server, which simplify the development of testing, improve the testing efficiency and enable multi-unit expansion.
The specific scheme is as follows:
a server remote testing method comprises the following steps:
the tested server is connected to the test network and activates telnet service;
the main test server sends a test instruction to the instruction agent execution server through a telnet port;
and after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through the telnet service and is responsible for executing the test instruction.
Preferably, in the above method for remotely testing a server provided in an embodiment of the present invention, while the server under test is connected to a test network, the method further includes:
the tested server requests an IP address;
and the instruction agent execution server provides DHCP service and automatically allocates an IP address to the tested server.
Preferably, in the above method for remotely testing a server provided in the embodiment of the present invention, before the main test server sends the test instruction to the instruction proxy execution server through the telnet port, the method further includes:
and inputting the MAC address of the tested server to the main test server.
Preferably, in the above method for remotely testing a server provided in an embodiment of the present invention, after the connecting to the corresponding server under test through the telnet service, the method further includes:
adding a recording result in a local database; the recording result includes a MAC address, an IP address, and a state field value of the tested server.
Preferably, in the above method for remotely testing a server provided in the embodiment of the present invention, the step of executing the test instruction specifically includes:
resolving the MAC address in the test instruction;
inquiring a corresponding state field value in the local database according to the analyzed MAC address;
and judging whether to run the test instruction and reply to the main test server according to the inquired state field value.
Preferably, in the above remote server testing method provided in the embodiment of the present invention, after the responsible for executing the test instruction, the method further includes:
and outputting and saving the execution result to a file named by the MAC address of the tested server.
The embodiment of the invention also provides a remote testing device for the server, which comprises:
the tested server is used for connecting to a test network and activating telnet service;
the main test server is used for sending a test instruction to the instruction proxy execution server through a telnet port;
and the instruction proxy execution server is used for connecting to the corresponding tested server through the telnet service after receiving the test instruction sent by the main test server, and is responsible for executing the test instruction.
Preferably, in the above server remote testing apparatus provided in the embodiment of the present invention, the server under test is further configured to request an IP address while connecting to the test network;
the instruction agent execution server is also used for providing DHCP service and automatically allocating IP addresses to the tested servers.
The embodiment of the invention also provides server remote testing equipment which comprises a processor and a memory, wherein the processor executes the computer program stored in the memory to realize the server remote testing method provided by the embodiment of the invention.
The embodiment of the present invention further provides a computer-readable storage medium for storing a computer program, where the computer program, when executed by a processor, implements the above-mentioned server remote testing method provided by the embodiment of the present invention.
It can be seen from the foregoing technical solutions that, a method, an apparatus, a device, and a storage medium for remotely testing a server provided by the present invention include: the tested server is connected to the test network and activates telnet service; the main test server sends a test instruction to the instruction agent execution server through the telnet port; and after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through telnet service and is responsible for executing the test instruction.
The invention uses the method of the agent to carry out the test instruction, the execution of the test instruction and the management of the tested server are all finished by the instruction agent execution server, can simplify the development of the test program on the main test server greatly, raise the test execution efficiency, the tested server can be any system supporting telnet service, there is no need to customize the special test system for each tested server, the main test server can only send the test instruction to the tested server, needn't wait for the completion of the instruction, and how to finish, the main test server only needs to go to the instruction agent execution server to inquire the result regularly, in addition, the main test server can also connect different instruction agent execution servers, and then expand a plurality of test units.
Drawings
In order to more clearly illustrate the embodiments of the present invention or technical solutions in related arts, the drawings used in the description of the embodiments or related arts will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a remote server testing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a server remote testing apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, 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 invention provides a server remote testing method, as shown in fig. 1, comprising the following steps:
s101, a tested server is connected to a test network, and telnet service is activated;
it should be noted that the tested server only needs to default to open telnet service, and does not need to install or customize the operating system;
s102, a main test server (master) sends a test instruction to an instruction proxy execution server through a telnet port;
in the invention, the main test server is a server capable of running a test program; for different products, a test program is developed in the main test server, and a test system does not need to be customized for the tested server, so that the development of the test program is simplified;
and S103, after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through telnet service and is responsible for executing the test instruction.
In the remote testing method for the server provided by the embodiment of the invention, the execution of the test instruction and the management of the tested server are completed by the instruction proxy execution server, so that the development of a test program on the main testing server can be greatly simplified, the test execution efficiency is improved, the tested server can be any system supporting telnet service, a special testing system is not required to be customized for each tested server, the main testing server only sends the test instruction to the tested server, the instruction is not required to be completed and how to complete, the main testing server only needs to go to the instruction proxy execution server to periodically query results, the main testing server can also be connected with different instruction proxy execution servers, a plurality of testing units are further expanded, and the tested server directly connected with each testing unit is physically isolated.
In specific implementation, in the above method for remotely testing a server provided in the embodiment of the present invention, while the tested server is connected to the test network in step S101, the method may further include: the tested server requests an IP address; and instructing the proxy execution server to provide DHCP service and automatically allocating an IP address to the tested server.
It should be noted that, the instruction proxy execution server provides DHCP service, and when a new tested server is accessed, an IP address can be automatically allocated to the newly connected tested server, and telnet connection is performed; that is, the IP address assignment of the tested server and the execution of the test instruction are performed by the proxy server supporting the DHCP and telnet services.
In specific implementation, in the above method for remotely testing a server provided in the embodiment of the present invention, before the step S102 of sending the test instruction to the instruction proxy execution server through the telnet port by the main test server, the method may further include: and inputting the MAC address of the tested server to the main testing server. In practical applications, the format of the test instruction may be a MAC address-instruction. Due to the uniqueness of the MAC, there is no duplication.
In specific implementation, in the above method for remotely testing a server provided in the embodiment of the present invention, after the step S103 is executed to connect to the corresponding server under test through telnet service, the method may further include: adding a recording result in a local database; the record result includes a MAC address, an IP address, and a state field (state) value of the tested server. In practical application, the format of the record result may be the tested server MAC: IP: a state, wherein the state value may include: standby indicating idle; running, which indicates that the instruction is being executed, and can accept the instruction execution; off-line indicating that the network cannot be connected; telfail indicating that telnet cannot connect.
Further, in a specific implementation, in the server remote testing method provided in the embodiment of the present invention, the step S103 is responsible for executing the test instruction, and specifically may include: analyzing the MAC address in the test instruction; inquiring a corresponding state field value in a local database according to the analyzed MAC address; and judging whether to run the test instruction and reply to the main test server according to the inquired state field value.
In specific implementation, in the above method for remotely testing a server provided in the embodiment of the present invention, after executing the test instruction in step S103, the method may further include: and outputting and saving the execution result to a file named by the MAC address of the tested server.
That is, the test instruction is executed by the instruction proxy execution server, the returned content is written into the file named by the MAC address of the tested server, the program on the main server does not need to pay attention to the implementation manner of the specific instruction, that is, the instruction execution process, and only when necessary, the program logs in the inquiry state and the execution result of the instruction proxy execution server at any time according to the MCA address of the tested server.
The above-mentioned server remote testing method provided by the embodiment of the present invention is described in detail by a specific example.
Step one, a tested server is connected to a testing network, requests an IP address and activates telnet service;
step two, instructing the DCHP service of the proxy execution server to distribute an IP address to the tested server, logging in the tested server by using telnet, and adding a recording result in a local database according to the logging result, wherein the format of the recording result is as follows: tested server MAC: IP: state;
inputting the MAC address of the tested server at the main test server end;
step four, the main test server sends a test instruction to the instruction proxy execution server, the format of the test instruction is MAC address-instruction, and the main test server waits for the response of the instruction proxy execution server and judges whether the test instruction can be executed or not;
step five, the instruction agent execution server runs a test program, receives a test instruction sent by the main test server, starts a process, processes the test instruction, resolves the test instruction name into an MAC address and an instruction, and queries a state field value in a local database according to the MAC address;
specifically, when the state field value is standby, replying to the main test server may run an instruction, where the replying format is MAC: OK, modifying the state character into running, logging in the tested service through telnet, executing a test instruction, and redirecting the test result to the file, wherein the local file name is an MAC address; when the result cannot be checked, the tested server does not exist, and the reply format is MAC: telfail; when the state field value is other value, it indicates that if the instruction can not be executed, the reply format is MAC: a disable;
after receiving the response of the instruction proxy execution server, the main test server judges whether the test instruction is allowed to run or not according to the analysis result;
step seven, the main test server does not need to wait for the completion of the test instruction, and can execute other work, such as sending another test instruction, for example, MAC 2: instruction name 2 or MAC 3: an instruction name 3;
step eight, the main test server can inquire the result returned by the test from the instruction agent execution server at any time according to the MAC address of the tested server.
Based on the same inventive concept, the embodiment of the invention also provides a server remote testing device, and as the principle of solving the problems of the device is similar to that of the server remote testing method, the implementation of the device can refer to the implementation of the server remote testing method, and repeated parts are not described again.
In specific implementation, the server remote testing apparatus provided in the embodiment of the present invention, as shown in fig. 2, specifically includes:
a tested server 10 for connecting to a test network and activating telnet service; fig. 2 shows the server under test 1, the server under test 2, the server under test 3 … server under test n in the server under test 10;
a main test server 20, configured to send a test instruction to the instruction proxy execution server 3 through a telnet port;
and the instruction proxy execution server 30 is configured to connect to the corresponding server under test 1 through telnet service after receiving the test instruction sent by the main test server 2, and is responsible for executing the test instruction.
The server remote testing device provided by the embodiment of the invention comprises a tested server, a main testing server and an instruction proxy execution server, wherein the execution of the testing instruction and the management of the tested server are completed by the instruction proxy execution server, the development of a testing program on the main testing server can be greatly simplified, the testing execution efficiency is improved, the tested server can be any system supporting telnet service, the main testing server only sends the testing instruction to the tested server, the instruction is not required to be completed and how to complete, the main testing server can be connected with different instruction servers, and a plurality of testing units are further expanded.
In specific implementation, in the server remote testing apparatus provided in the embodiment of the present invention, the tested server may be further configured to request an IP address while connecting to the test network; the instruction agent execution server can also be used for providing DHCP service and automatically allocating IP addresses to the tested servers.
For more specific working processes of the servers, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Correspondingly, the embodiment of the invention also discloses server remote test equipment, which comprises a processor and a memory; wherein, the processor implements the server remote testing method disclosed in the foregoing embodiments when executing the computer program stored in the memory.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Further, the present invention also discloses a computer readable storage medium for storing a computer program; the computer program, when executed by a processor, implements the server remote testing method disclosed above.
For more specific processes of the above method, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the equipment and the storage medium disclosed by the embodiment correspond to the method disclosed by the embodiment, so that the description is relatively simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The embodiment of the invention provides a server remote testing method, a device, equipment and a storage medium, wherein the method comprises the following steps: the tested server is connected to the test network and activates telnet service; the main test server sends a test instruction to the instruction agent execution server through the telnet port; and after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through telnet service and is responsible for executing the test instruction. The method for executing the test instruction by using the agent has the advantages that the execution of the test instruction and the management of the tested server are completed by the instruction agent execution server, the development of a test program on the main test server can be greatly simplified, the test execution efficiency is improved, the tested server can be any system supporting telnet service, a special test system does not need to be customized for each tested server, the main test server only needs to periodically query results on the instruction agent execution server, the main test server can be connected with different instruction agent execution servers, a plurality of test units are further expanded, and the tested server directly connected with each test unit is physically isolated.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The server remote testing method, device, equipment and storage medium provided by the invention are described in detail, and the principle and the implementation mode of the invention are explained by applying specific examples, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A server remote testing method is characterized by comprising the following steps:
the tested server is connected to the test network and activates telnet service;
the main test server sends a test instruction to the instruction agent execution server through a telnet port;
and after receiving the test instruction sent by the main test server, the instruction proxy execution server is connected to the corresponding tested server through the telnet service and is responsible for executing the test instruction.
2. The server remote testing method according to claim 1, further comprising, while the tested server is connected to a test network:
the tested server requests an IP address;
and the instruction agent execution server provides DHCP service and automatically allocates an IP address to the tested server.
3. The method for remotely testing the server according to claim 1, wherein before the main test server sends the test command to the command agent execution server through a telnet port, the method further comprises:
and inputting the MAC address of the tested server to the main test server.
4. The server remote testing method according to claim 3, further comprising, after said connecting to the corresponding tested server through the telnet service:
adding a recording result in a local database; the recording result includes a MAC address, an IP address, and a state field value of the tested server.
5. The server remote testing method according to claim 4, wherein the responsible for executing the test instruction specifically includes:
resolving the MAC address in the test instruction;
inquiring a corresponding state field value in the local database according to the analyzed MAC address;
and judging whether to run the test instruction and reply to the main test server according to the inquired state field value.
6. The server remote testing method of claim 5, further comprising, after said responsible for executing said test instructions:
and outputting and saving the execution result to a file named by the MAC address of the tested server.
7. A server remote testing apparatus, comprising:
the tested server is used for connecting to a test network and activating telnet service;
the main test server is used for sending a test instruction to the instruction proxy execution server through a telnet port;
and the instruction proxy execution server is used for connecting to the corresponding tested server through the telnet service after receiving the test instruction sent by the main test server, and is responsible for executing the test instruction.
8. The server remote test apparatus according to claim 7, wherein the server under test is further configured to request an IP address while connected to the test network;
the instruction agent execution server is also used for providing DHCP service and automatically allocating IP addresses to the tested servers.
9. A server remote test apparatus comprising a processor and a memory, wherein the processor, when executing a computer program stored in the memory, implements the server remote test method of any one of claims 1 to 6.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the server remote testing method of any of claims 1 to 6.
CN202010291618.3A 2020-04-14 2020-04-14 Server remote testing method, device, equipment and storage medium Pending CN111565129A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010291618.3A CN111565129A (en) 2020-04-14 2020-04-14 Server remote testing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010291618.3A CN111565129A (en) 2020-04-14 2020-04-14 Server remote testing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111565129A true CN111565129A (en) 2020-08-21

Family

ID=72072987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010291618.3A Pending CN111565129A (en) 2020-04-14 2020-04-14 Server remote testing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111565129A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114422348A (en) * 2022-01-18 2022-04-29 平安国际智慧城市科技股份有限公司 Remote access method, device, equipment and storage medium
CN114978957A (en) * 2022-05-24 2022-08-30 浪潮商用机器有限公司 Multifunctional test method, device, equipment and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1913452A (en) * 2006-08-18 2007-02-14 亿阳信通股份有限公司 Method and equipment of intelligent patrol detection for communication network
WO2013063950A1 (en) * 2011-10-31 2013-05-10 中兴通讯股份有限公司 Inspection method and system of multimode communication device
CN107888451A (en) * 2017-11-17 2018-04-06 杭州迪普科技股份有限公司 The method of testing and device of a kind of Web server
CN108512710A (en) * 2017-02-24 2018-09-07 腾讯科技(深圳)有限公司 Test method based on testing tool and testing tool

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1913452A (en) * 2006-08-18 2007-02-14 亿阳信通股份有限公司 Method and equipment of intelligent patrol detection for communication network
WO2013063950A1 (en) * 2011-10-31 2013-05-10 中兴通讯股份有限公司 Inspection method and system of multimode communication device
CN108512710A (en) * 2017-02-24 2018-09-07 腾讯科技(深圳)有限公司 Test method based on testing tool and testing tool
CN107888451A (en) * 2017-11-17 2018-04-06 杭州迪普科技股份有限公司 The method of testing and device of a kind of Web server

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114422348A (en) * 2022-01-18 2022-04-29 平安国际智慧城市科技股份有限公司 Remote access method, device, equipment and storage medium
CN114978957A (en) * 2022-05-24 2022-08-30 浪潮商用机器有限公司 Multifunctional test method, device, equipment and medium
CN114978957B (en) * 2022-05-24 2023-05-05 浪潮商用机器有限公司 Multifunctional testing method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN111756574B (en) Method, device and computer readable storage medium for remote batch updating firmware
CN110647469B (en) Micro-service testing method and device, computer equipment and storage medium
WO2021088254A1 (en) Dual-stack access method, apparatus and device for user-mode network file system
CN102196060A (en) Method and system for selecting source station by Cache server
CN111565129A (en) Server remote testing method, device, equipment and storage medium
CN110674095B (en) CTDB cluster expansion method, device and equipment and readable storage medium
CN101957778B (en) Software continuous integration method, device and system
CN113810230A (en) Method, device and system for carrying out network configuration on containers in container cluster
CN111147308A (en) Network management method and system based on micro-service architecture
CN109922120B (en) Method and terminal for improving DNS availability
CN112702441B (en) Container-based access data processing method, device, system and storage medium
KR20000047471A (en) Dynamic burn rack monitor listener server
CN109039770B (en) Server CMC refreshing method and device and related equipment
CN109451093B (en) Loopback interface address allocation method and device
CN111491033A (en) Connection establishing method and device
CN112363737A (en) System installation method and related device
CN114510460A (en) Database system capacity expansion method and device, electronic equipment and storage medium
JP4002232B2 (en) Program control method, execution apparatus, execution system, and processing program
CN111475198A (en) Mimicry method and device of network server
CN110266762A (en) A kind of data uploading method, system, device and storage medium
JP4412078B2 (en) Network management device, relay device, network management system, and network management program
CN114328182B (en) Switch PSU testing method and related device
CN116150250B (en) PostgreSQL-based dual-port analysis method and device
CN115396437B (en) Cluster building method and device, electronic equipment and storage medium
US20060225125A1 (en) Terminal device login method and system

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200821

RJ01 Rejection of invention patent application after publication