CN111399903B - Server connection method, device and related equipment - Google Patents

Server connection method, device and related equipment Download PDF

Info

Publication number
CN111399903B
CN111399903B CN202010133687.1A CN202010133687A CN111399903B CN 111399903 B CN111399903 B CN 111399903B CN 202010133687 A CN202010133687 A CN 202010133687A CN 111399903 B CN111399903 B CN 111399903B
Authority
CN
China
Prior art keywords
interface
target
server
connection method
connection
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
CN202010133687.1A
Other languages
Chinese (zh)
Other versions
CN111399903A (en
Inventor
于文杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010133687.1A priority Critical patent/CN111399903B/en
Publication of CN111399903A publication Critical patent/CN111399903A/en
Application granted granted Critical
Publication of CN111399903B publication Critical patent/CN111399903B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Abstract

The application discloses a server connection method, which comprises the steps of obtaining category parameters of a server; determining a target interface of the server and acquiring the version number of the target interface; determining an interface sequence of the target interface according to the category parameter; inquiring in the interface sequence according to the version number to obtain a target connection method; establishing connection with the target interface by using the target connection method; the server connection method can realize the quick compatibility of the server management system to various types of servers, improve code reuse and reduce development period. The application also discloses a server connecting device, a server management system and a computer readable storage medium, which all have the beneficial effects.

Description

Server connection method, device and related equipment
Technical Field
The present application relates to the field of server technologies, and in particular, to a server connection method, a server connection device, a server management system, and a computer-readable storage medium.
Background
The daily operation and maintenance of the server are carried out through a server management system, and the server management system acquires hardware and firmware information of the server by calling a server interface and configures the server. However, since the version of the BMC of the server is updated or a new model of server needs to be brought into operation and maintenance, the interface of the server itself changes, so that the remote management system of the server needs to be updated.
At present, a server management system manages a server by calling a BMC interface, and when version upgrading is performed on BMC, the BMC interface changes. However, the implementation methods of the same BMC interface may be different for servers compatible with different models or different projects, but these methods may already be implemented and are the same as some existing methods, and at this time, the methods that may have already been implemented need to be quickly found to reduce the compatible development amount and improve the code reuse.
Therefore, how to implement the quick compatibility of the server management system to multiple types of servers, improve code reuse, and reduce development period is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The server connection method can realize the quick compatibility of a server management system to various servers, improve code reuse and reduce development period; another object of the present application is to provide a server connection apparatus, a server management system, and a computer-readable storage medium, which also have the above-mentioned advantageous effects.
In order to solve the above technical problem, in a first aspect, the present application provides a server connection method, including:
acquiring a category parameter of a server;
determining a target interface of the server and acquiring the version number of the target interface;
determining an interface sequence of the target interface according to the category parameter;
inquiring in the interface sequence according to the version number to obtain a target connection method;
and establishing connection with the target interface by using the target connection method.
Preferably, the method for querying and obtaining the target connection in the interface sequence according to the version number includes:
inquiring in the interface sequence to obtain a target node corresponding to the version number;
and calling the target connection method from the target node.
Preferably, after determining the target interface of the server, the method further includes:
judging whether the target interface is provided with an upgrade document, if so, acquiring keywords in the upgrade document;
inquiring in a rule set corresponding to the target interface to obtain a target connection method corresponding to the keyword; and the rule set is an interface connection method updating rule created according to the interface sequence.
Preferably, the server connection method further includes:
when the target connection method cannot be inquired, scoring all interface connection methods corresponding to the target interface according to a preset rule;
and verifying the interface connection methods in the order of scores from large to small until the target connection method is obtained.
Preferably, the server connection method further includes:
and when the target connection method cannot be inquired and obtained in all the interface connection methods, sending a connection method development prompt.
Preferably, the server connection method further includes:
and when a new interface connection method is obtained, adding the new interface connection method into the interface sequence of the target interface according to the version number.
In a second aspect, the present application further provides a server connection apparatus, including:
the parameter acquisition module is used for acquiring the category parameters of the server;
the interface determining module is used for determining a target interface of the server and acquiring the version number of the target interface;
the sequence determining module is used for determining the interface sequence of the target interface according to the category parameters;
the method query module is used for querying in the interface sequence according to the version number to obtain a target connection method;
and the interface connection module is used for establishing connection with the target interface by using the target connection method.
Preferably, the method query module is specifically configured to query the interface sequence to obtain the target node corresponding to the version number; and calling the target connection method from the target node.
In a third aspect, the present application further discloses a server management system, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of any of the server connection methods described above.
In a fourth aspect, the present application also discloses a computer-readable storage medium, in which a computer program is stored, which computer program, when being executed by a processor, is adapted to carry out the steps of any one of the server connection methods as described above.
The server connection method comprises the steps of obtaining category parameters of a server; determining a target interface of the server and acquiring the version number of the target interface; determining an interface sequence of the target interface according to the category parameter; inquiring in the interface sequence according to the version number to obtain a target connection method; and establishing connection with the target interface by using the target connection method.
Therefore, the server connection method provided by the application summarizes the existing interface connection method and establishes the interface sequences corresponding to various interfaces of various servers, so that the corresponding connection method can be obtained by inquiring the interface sequence according to the interface sequence number, and the server connection is realized by performing the interface connection. The implementation mode can effectively utilize the existing codes, reduce code redundancy, further improve code reuse and reduce development period, thereby realizing the quick compatibility of various servers.
The server connection device, the server management system and the computer readable storage medium provided by the application all have the beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the technical solutions in the prior art and the embodiments of the present application, the drawings that are needed to be used in the description of the prior art and the embodiments of the present application will be briefly described below. Of course, the following description of the drawings related to the embodiments of the present application is only a part of the embodiments of the present application, and it will be obvious to those skilled in the art that other drawings can be obtained from the provided drawings without any creative effort, and the obtained other drawings also belong to the protection scope of the present application.
Fig. 1 is a schematic flowchart of a server connection method provided in the present application;
FIG. 2 is a schematic diagram of an interface sequence provided in the present application;
fig. 3 is a schematic structural diagram of a server connection device provided in the present application;
fig. 4 is a schematic structural diagram of a server management system provided in the present application.
Detailed Description
The core of the application is to provide a server connection method, which can realize the quick compatibility of a server management system to various types of servers, improve code reuse and reduce development period; another core of the present application is to provide a server connection apparatus, a server management system, and a computer-readable storage medium, which also have the above-mentioned advantageous effects.
In order to more clearly and completely describe the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
The daily operation and maintenance of the server are carried out through a server management system, and the server management system acquires hardware and firmware information of the server by calling a server interface and configures the server. However, since the version of the BMC of the server is updated or a new model of server needs to be brought into operation and maintenance, the interface of the server itself changes, so that the remote management system of the server needs to be updated.
At present, a server management system manages a server by calling a BMC interface, and when version upgrading is performed on BMC, the BMC interface changes. However, the implementation methods of the same BMC interface may be different for servers compatible with different models or different projects, but these methods may already be implemented and are the same as some existing methods, and at this time, the methods that may have already been implemented need to be quickly found to reduce the compatible development amount and improve the code reuse.
Therefore, in order to solve the above technical problems, the present application provides a server connection method, which can implement fast compatibility of a server management system to multiple types of servers, improve code reuse, and reduce a development period.
Referring to fig. 1, fig. 1 is a schematic flowchart of a server connection method provided in the present application, including:
s101: acquiring a category parameter of a server;
the step aims to achieve the acquisition of the category parameters of the server, the server is a server which needs to be compatible with the server management system, the category parameters are related parameter information of the server, including but not limited to the model number, service items and the like of the server, and the method is not limited in the application.
S102: determining a target interface of a server and acquiring the version number of the target interface;
the step aims to determine a target interface of the server, specifically, when the server Management system realizes the connection of the server, a connection relationship needs to be established with the server, where the target interface is an interface in the server that establishes a connection relationship with the server Management system, and of course, the type of the target interface is not unique, and the target interface may be a BMC (Baseboard Management Controller) interface, for example. Further, each interface in the server has its corresponding version number during development or upgrade, and therefore, after the target interface is determined, its version number is obtained, so as to implement the determination and the obtaining of its corresponding connection method.
S103: determining an interface sequence of a target interface according to the category parameters;
s104: inquiring in the interface sequence according to the version number to obtain a target connection method;
specifically, the interfaces of the server may be classified in advance according to the class parameters of the server, the interfaces classified into one series having the same class parameters may be generated into one sequence for each series of interfaces, that is, the interface sequence including the interface connection method corresponding to each version of the interface, so that the corresponding implementation method, that is, the target connection method may be obtained by querying from the interface sequence according to the version number of the target interface.
As a preferred embodiment, the method for obtaining a target connection by querying in an interface sequence according to a version number may include: inquiring in the interface sequence to obtain a target node corresponding to the version number; and calling and acquiring a target connection method from the target node.
The preferred embodiment provides a more specific method for acquiring a target connection method, and specifically, multiple nodes may be created in each interface sequence for storing an interface connection method corresponding to an interface of each version, that is, each node in the interface sequence represents an interface implementation method of one version, so that a target node in the interface sequence may be determined according to a version number of a target interface, and the target connection method may be obtained by calling from the target node.
S105: and establishing connection with the target interface by using the target connection method.
The steps aim at realizing server connection, and after the target connection method is obtained through calling, the connection relation can be established with the target interface through the method, so that the server is compatible.
Therefore, the server connection method provided by the application summarizes the existing interface connection method and establishes the interface sequences corresponding to various interfaces of various servers, so that the corresponding connection method can be obtained by inquiring the interface sequence according to the interface sequence number, and the server connection is realized by performing the interface connection. The implementation mode can effectively utilize the existing codes, reduce code redundancy, further improve code reuse and reduce development period, thereby realizing the quick compatibility of various servers.
On the basis of the above-described embodiment:
as a preferred embodiment, after determining the target interface of the server, the method may further include: judging whether the target interface is provided with an upgrade document, if so, acquiring keywords in the upgrade document; inquiring in a rule set corresponding to a target interface to obtain a target connection method corresponding to the keyword; the rule set is an interface connection method updating rule created according to the interface sequence.
In order to further improve the connection efficiency of the server, the preferred embodiment realizes the interface connection of the server by using a keyword query method. Specifically, some interfaces in the server are provided with upgrade documents, such as BMC interfaces, the upgrade documents are provided with upgrade information of some versions, and corresponding keywords can be obtained by extracting the key information of the upgrade documents; further, for the target interface, after the keyword is obtained from the upgrade document, the keyword can be matched with the rule set corresponding to the keyword, and then the target connection method corresponding to the keyword is obtained, so that the target interface connection is realized.
The rule set is an interface connection method updating rule established based on each interface implementation method in an interface sequence corresponding to a target interface, and comprises a series of corresponding relations of interface upgrading. For example: getuiser interface has two rules, rule 1: getuiser in the model A project a changes the interface implementation method x into y (keywords: password, plaintext, encryption), and the rule 2: getuiser in the model A project b is changed from the interface implementation method x to y, so that when the keyword is matched to the keyword in the rule set based on the upgrade document of the target interface, the interface implementation method corresponding to the keyword can be directly called as the target connection method, and the connection with the target interface is further realized based on the target connection method.
As a preferred embodiment, the server connection method may further include: when the target connection method cannot be inquired, scoring all interface connection methods corresponding to the target interface according to a preset rule; and verifying the interface connection methods in the order of the scores from large to small until a target connection method is obtained.
Specifically, when the corresponding target connection method cannot be searched based on the interface sequence and the upgrade document, score evaluation can be performed on the existing method, and then the interface connection methods are verified in the order of scores from large to small until a compatible target connection method is obtained, so that a correct implementation manner can be effectively and quickly searched by the score evaluation method. The existing method refers to an interface connection method of all versions corresponding to a target interface, and can be realized according to a preset rule in the scoring process, wherein the preset rule can give appropriate weights to a server model, a service project, a version release date and the like, so that score evaluation is realized.
As a preferred embodiment, the server connection method may further include: and when the target connection method cannot be inquired and obtained in all the interface connection methods, sending a connection method development prompt.
Specifically, when the existing interface connection methods are all unable to achieve connection of the target interface, which indicates that the existing program version is unable to achieve compatibility with the server, at this time, development of a new version is required, and therefore, a connection method development prompt may be sent to prompt a technician to develop the new version.
As a preferred embodiment, the server connection method may further include: and when a new interface connection method is obtained, adding the new interface connection method into the interface sequence of the target interface according to the version number.
Specifically, when a new interface connection method is developed and obtained, the new interface connection method can be added to an interface sequence corresponding to a target interface according to the version number of the new interface connection method, so that the subsequent servers of the same type are compatible, and the code reuse rate is improved.
On the basis of the foregoing embodiments, the embodiments of the present application provide a more specific server connection method, which is applied to a server management system, and the specific implementation flow thereof is as follows:
specifically, since the compatible server is to correspond the interfaces to one implementation method (interface connection method), each interface can be located to a specific implementation method according to the model, the project name, the BMC version, and the like of one server, so as to complete management of the server.
(1) Setting a set of instructions according to business needs, wherein one instruction corresponds to one server interface, and one server interface corresponds to one or more implementation methods;
(2) the method comprises the steps that the server BMC is classified according to server models, items and the like, each type of BMC is a series, and in one series, the implementation method can change according to updating of BMC versions;
(3) for a series of BMCs, generating a sequence (interface sequence) for each interface, where each node in the sequence represents a BMC version, and each node includes a BMC release date, a version number, a server model and a server project of the version, and an implementation method, as shown in fig. 2, fig. 2 is an interface sequence diagram provided by the present application; therefore, when the interface needs to be called, the server model, the project and the like can be judged to obtain the corresponding sequence, and the corresponding BMC version is inquired, so that the implementation method in the node is called;
(4) if the implementation method of the front and back nodes in the sequence changes, a rule may be generated, for example, the following rule set may be generated according to the interface sequence shown in fig. 2:
the CPU sets a rule set:
rule 1: model a 1; item B1; implementation of method (old) X; method (new) X2; BMC version 4.5; the BMC release time is 12.20; the keyword is absent;
setting a rule set by the disk:
rule 1: model a 1; item B1; implementation method (old) Z; method (new) Z1; BMC version 4.4; BMC release time 11.10; keyword disk model M;
rule 2: model a 1; item B1; method (old) Z1 was implemented; method (new) Z2; BMC version 4.5; the BMC release time is 12.20; no keyword;
the disk setting rule 1 is to upgrade the implementation method Z to Z2 because the new model M needs to be compatible, so if other BMC upgrade documents include compatibility of the disk model M, the Z2 method may be used;
(5) when the new version BMC is compatible, if the provided upgrade document has keywords in a rule set, the realization method of the corresponding rule can be directly used, otherwise, the realization method of the previous version is used;
(6) when a new server is compatible, if the BMC interface does not have a corresponding sequence, the realization method of using the same release date in the sequence of the similar machine type or the similar project can be selected;
(7) if the interfaces are still incompatible, the existing implementation method can be evaluated according to the rule set, and the interfaces are sorted according to scores;
(8) in the process of evaluating the scores, rules with similar models, similar projects and similar time can be set to have higher weight, and the scores of the implementation method under different rules are the highest values;
(9) the operation and maintenance personnel test each implementation method according to the sequence of scores from high to low;
(10) if the compatibility conditions cannot be met, prompting that a new implementation method needs to be developed.
Therefore, the server connection method provided by the embodiment of the application summarizes the existing interface connection method and establishes the interface sequences corresponding to various interfaces of various servers, so that the corresponding connection method can be obtained by inquiring the interface sequence according to the interface sequence number, and the server connection is realized by performing the interface connection. The implementation mode can effectively utilize the existing codes, reduce code redundancy, further improve code reuse and reduce development period, thereby realizing the quick compatibility of various servers.
To solve the above technical problem, the present application further provides a server connection device, please refer to fig. 3, fig. 3 is a schematic structural diagram of the server connection device provided in the present application, including:
the parameter acquisition module 1 is used for acquiring the category parameters of the server;
the interface determining module 2 is used for determining a target interface of the server and acquiring the version number of the target interface;
the sequence determining module 3 is used for determining an interface sequence of the target interface according to the category parameters;
the method inquiry module 4 is used for inquiring in the interface sequence according to the version number to obtain a target connection method;
and the interface connection module 5 is used for establishing connection with the target interface by using a target connection method.
Therefore, the server connection device provided in the embodiment of the present application summarizes the existing interface connection methods and establishes interface sequences corresponding to various interfaces of various servers, so that the corresponding connection methods can be obtained by querying the interface sequences according to the interface serial numbers, and the server connection is realized by performing the interface connection. The implementation mode can effectively utilize the existing codes, reduce code redundancy, further improve code reuse and reduce development period, thereby realizing the quick compatibility of various servers.
As a preferred embodiment, the method querying module 4 may be specifically configured to query the interface sequence to obtain a target node corresponding to the version number; and calling and acquiring a target connection method from the target node.
As a preferred embodiment, the server connecting party device may further include a keyword query module, configured to determine, after determining a target interface of the server, whether the target interface provides an upgrade document, and if so, obtain a keyword in the upgrade document; inquiring in a rule set corresponding to a target interface to obtain a target connection method corresponding to the keyword; the rule set is an interface connection method updating rule created according to the interface sequence.
As a preferred embodiment, the server connecting party device may further include a scoring verification module, configured to score all interface connection methods corresponding to the target interface according to a preset rule when the target connection method cannot be queried; and verifying the interface connection methods in the order of the scores from large to small until a target connection method is obtained.
As a preferred embodiment, the server connecting side apparatus may further include a development reminding module, configured to send a connection method development prompt when the target connection method cannot be queried and obtained in all interface connection methods.
As a preferred embodiment, the server connecting side apparatus may further include a method adding module, configured to add, when a new interface connection method is obtained, the new interface connection method to the interface sequence of the target interface according to the version number.
For the introduction of the apparatus provided in the present application, please refer to the above method embodiments, which are not described herein again.
To solve the above technical problem, the present application further provides a server management system, please refer to fig. 4, where fig. 4 is a schematic structural diagram of the server management system provided in the present application, and the server management system may include:
a memory 10 for storing a computer program;
the processor 20, when executing the computer program, may implement the steps of any of the server connection methods described above.
For the introduction of the system provided by the present application, please refer to the above method embodiment, which is not described herein again.
To solve the above problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, can implement the steps of any one of the server connection methods described above.
The computer-readable storage medium may include: various media capable of storing program codes, 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.
For the introduction of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
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 technical solution. 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 technical solutions provided by the present application are described in detail above. The principles and embodiments of the present application are described herein using specific examples, which are only used to help understand the method and its core idea of the present application. It should be noted that, for those skilled in the art, without departing from the principle of the present application, several improvements and modifications can be made to the present application, and these improvements and modifications also fall into the protection scope of the present application.

Claims (8)

1. A server connection method, comprising:
acquiring category parameters of a server;
determining a target interface of the server and acquiring the version number of the target interface; the target interface is a BMC interface;
determining an interface sequence of the target interface according to the category parameter;
inquiring in the interface sequence according to the version number to obtain a target connection method;
establishing connection with the target interface by using the target connection method;
the method for inquiring and obtaining the target connection in the interface sequence according to the version number comprises the following steps:
inquiring in the interface sequence to obtain a target node corresponding to the version number;
and calling the target connection method from the target node.
2. The server connection method according to claim 1, further comprising, after determining the target interface of the server:
judging whether the target interface is provided with an upgrade document, if so, acquiring keywords in the upgrade document;
inquiring in a rule set corresponding to the target interface to obtain a target connection method corresponding to the keyword; and the rule set is an interface connection method updating rule created according to the interface sequence.
3. The server connection method according to any one of claims 1 to 2, further comprising:
when the target connection method cannot be inquired, scoring all interface connection methods corresponding to the target interface according to a preset rule;
and verifying the interface connection methods in the order of scores from large to small until the target connection method is obtained.
4. The server connection method according to claim 3, further comprising:
and when the target connection method cannot be inquired and obtained in all the interface connection methods, sending a connection method development prompt.
5. The server connection method according to claim 4, further comprising:
and when a new interface connection method is obtained, adding the new interface connection method into the interface sequence of the target interface according to the version number.
6. A server connection device, comprising:
the parameter acquisition module is used for acquiring the category parameters of the server;
the interface determining module is used for determining a target interface of the server and acquiring the version number of the target interface; the target interface is a BMC interface;
the sequence determining module is used for determining the interface sequence of the target interface according to the category parameters;
the method query module is used for querying in the interface sequence according to the version number to obtain a target connection method;
the interface connection module is used for establishing connection with the target interface by using the target connection method;
the method query module is specifically configured to query the interface sequence to obtain a target node corresponding to the version number; and calling the target connection method from the target node.
7. A server management system, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the server connection method according to any one of claims 1 to 5.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the server connection method according to any one of claims 1 to 5.
CN202010133687.1A 2020-02-28 2020-02-28 Server connection method, device and related equipment Active CN111399903B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010133687.1A CN111399903B (en) 2020-02-28 2020-02-28 Server connection method, device and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010133687.1A CN111399903B (en) 2020-02-28 2020-02-28 Server connection method, device and related equipment

Publications (2)

Publication Number Publication Date
CN111399903A CN111399903A (en) 2020-07-10
CN111399903B true CN111399903B (en) 2022-07-08

Family

ID=71430404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010133687.1A Active CN111399903B (en) 2020-02-28 2020-02-28 Server connection method, device and related equipment

Country Status (1)

Country Link
CN (1) CN111399903B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317617A (en) * 2014-10-23 2015-01-28 浪潮电子信息产业股份有限公司 Batch BMC Firmware refreshing method
CN106776689A (en) * 2016-11-10 2017-05-31 郑州云海信息技术有限公司 A kind of host information querying method, device and main frame
CN108153547A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 Method for edition management, device, medium and the electronic equipment of micro services
CN109710298A (en) * 2018-08-20 2019-05-03 平安普惠企业管理有限公司 Interface managerial method, interface management apparatus, interface management equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7886050B2 (en) * 2007-10-05 2011-02-08 Citrix Systems, Inc. Systems and methods for monitoring components of a remote access server farm

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317617A (en) * 2014-10-23 2015-01-28 浪潮电子信息产业股份有限公司 Batch BMC Firmware refreshing method
CN106776689A (en) * 2016-11-10 2017-05-31 郑州云海信息技术有限公司 A kind of host information querying method, device and main frame
CN108153547A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 Method for edition management, device, medium and the electronic equipment of micro services
CN109710298A (en) * 2018-08-20 2019-05-03 平安普惠企业管理有限公司 Interface managerial method, interface management apparatus, interface management equipment and storage medium

Also Published As

Publication number Publication date
CN111399903A (en) 2020-07-10

Similar Documents

Publication Publication Date Title
CN107656874B (en) Interface testing method and device, simulation baffle and system
CN110535938B (en) Data processing method, equipment and storage medium based on intelligent contract
US8079017B2 (en) Automated QS interface testing framework
US8869111B2 (en) Method and system for generating test cases for a software application
CN105138371B (en) Method for upgrading software and device
WO2017165018A1 (en) Automated event id field analysis on heterogeneous logs
CN109165170B (en) Method and system for automatic request test
CN110598280A (en) Equipment simulation system and method and computer readable storage medium
WO2007054129A1 (en) A system for maintaining data
CN109697109B (en) Method, system, device and storage medium for distinguishing and identifying conflict virtual machines
EP4123530A1 (en) Distributed database structures for anonymous information exchange
CN111813788A (en) Information query method and device and information synchronization method and device
CN109784738B (en) Approval method and approval device
CN110088744A (en) A kind of database maintenance method and its system
CN110955919A (en) Data processing method based on block chain network, related device and storage medium
CN111399903B (en) Server connection method, device and related equipment
CN108874425A (en) Configuration file update method, device, baseboard management controller and storage medium
CN111026569B (en) Method for repairing specified block data in alliance chain
CN109508203B (en) Method, device and system for determining version consistency
CN110287049A (en) Data processing method, device and storage medium
CN110413341A (en) A kind of starting method, apparatus, terminal and the medium of application program
CN112965735B (en) Model updating method, device, equipment and computer readable medium
CN109558153B (en) Method, device and system for determining version consistency
CN114650211A (en) Fault repairing method, device, electronic equipment and computer readable storage medium
CN114416106B (en) Method, system, electronic device and storage medium for updating compiling count value

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