CN111177617A - Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment - Google Patents

Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment Download PDF

Info

Publication number
CN111177617A
CN111177617A CN201911271510.1A CN201911271510A CN111177617A CN 111177617 A CN111177617 A CN 111177617A CN 201911271510 A CN201911271510 A CN 201911271510A CN 111177617 A CN111177617 A CN 111177617A
Authority
CN
China
Prior art keywords
maintenance
client
program
parameters
foreground
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
CN201911271510.1A
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.)
Shanghai Suninfo Technology Co ltd
Original Assignee
Shanghai Suninfo 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 Shanghai Suninfo Technology Co ltd filed Critical Shanghai Suninfo Technology Co ltd
Priority to CN201911271510.1A priority Critical patent/CN111177617A/en
Publication of CN111177617A publication Critical patent/CN111177617A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/20Administration of product repair or maintenance

Abstract

The embodiment of the disclosure provides a web direct operation and maintenance method, a web direct operation and maintenance device and electronic equipment based on an operation and maintenance management system, and belongs to the technical field of operation and maintenance management, wherein the method comprises the following steps: clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page; transmitting the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program; after the protocol agent program inquires information such as a protocol used by a target machine, analyzing the information of a target host requested by a client; the operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request, and the target machine sends response information back to the operation and maintenance client through the primary link after responding to the client request, so that the operation and maintenance agent link between the client and the target machine is established. By adopting the processing scheme disclosed by the invention and adopting a WEB direct operation and maintenance method, the performance of the operation and maintenance management system is greatly improved, and meanwhile, a user can conveniently, simply and safely access WEB services.

Description

Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment
Technical Field
The present disclosure relates to the field of operation and maintenance management technologies, and in particular, to a web direct operation and maintenance method and apparatus based on an operation and maintenance management system, and an electronic device.
Background
With the rapid development of internet information technology, various information systems are in endless, and the operation and maintenance work of IT equipment in charge of an IT operation and maintenance department becomes more and more complex, and the technical difficulty is higher and higher. The current demand cannot be met by the previous mode of directly operating and maintaining equipment by manpower alone. Under such circumstances, various operation and maintenance management systems have been developed.
The operation and maintenance management system is used as a middle layer of the operation and maintenance client and the operation and maintenance target device, and the most core part of the operation and maintenance management system is an agent of the operation and maintenance process. In the prior art of the function, the WEB operation and maintenance client and the operation and maintenance management system, and the operation and maintenance management system and the target device are usually connected by a method of hosting a browser in Windows application or proxying a local browser, so that the operation information of the client can be smoothly forwarded to the operation and maintenance target device through the operation and maintenance management system.
Most of the existing operation and maintenance management systems are realized by adopting the method. Although the method can realize the proxy function of the operation and maintenance process, the method also has a plurality of defects:
1 accessing an application hosting server (Remote APP) needing to pass through windows;
2, accessing windows is that the performance of the operation and maintenance management system is greatly influenced by a graphical protocol;
3, when accessing the HTTPS server, the url accessed by the client cannot be acquired;
and 4, modifying the access of the browser agent to influence the normal use of the client.
Disclosure of Invention
In view of this, embodiments of the present disclosure provide a web direct operation and maintenance method and apparatus based on an operation and maintenance management system, and an electronic device, so as to at least partially solve the problems in the prior art.
In a first aspect, an embodiment of the present disclosure provides a web direct operation and maintenance method based on an operation and maintenance management system, including:
clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain related parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program, transmitting the parameters to an operation and maintenance agent program, managing the received operation and maintenance parameters by using a data structure by the operation and maintenance agent program, and returning the operation and maintenance parameters to a monitoring port;
transmitting the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, analyzing the corresponding parameters by the foreground client management program, checking, and calling a browser after the checking is successful so that the client can access the protocol agent program according to the url in the parameters;
after the protocol agent program inquires information such as a protocol used by a target machine, analyzing the information of a target host requested by a client, simulating a browser agent process in the protocol agent program, modifying the requested information, and accessing protocol agent service;
the operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request, and the target machine sends response information back to the operation and maintenance client through the primary link after responding to the client request, so that the operation and maintenance agent link between the client and the target machine is established.
According to a specific implementation manner of the embodiment of the present disclosure, the foreground operation and maintenance management page is responsible for collecting information of the operation and maintenance target machine, where the information of the operation and maintenance target machine includes an ip address, port information, and a protocol type used by the operation and maintenance target machine.
According to a specific implementation manner of the embodiment of the disclosure, the foreground operation and maintenance management page provides a button to trigger an operation and maintenance flow, and establishes a connection with a background service program.
According to a specific implementation manner of the embodiment of the disclosure, the background service program is responsible for performing information interaction with a foreground operation and maintenance management page, verifying the acquired information, and sending the operation and maintenance information meeting the rule to the operation and maintenance agent program for storage.
According to a specific implementation manner of the embodiment of the present disclosure, the foreground client management program invokes different client login programs according to parameters fed back by the background, using different protocols.
According to a specific implementation manner of the embodiment of the present disclosure, the client program sets different client login programs using different protocols.
According to a specific implementation manner of the embodiment of the present disclosure, the protocol agent uses different agents according to different protocols;
the protocol proxy service is used for proxy relay and connecting to the target server.
In a second aspect, an embodiment of the present disclosure provides an operation and maintenance management system-based web direct operation and maintenance device, including:
the operation and maintenance module is used for clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain related parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program and then transmitting the parameters to an operation and maintenance agent program, and the operation and maintenance agent program manages the received operation and maintenance parameters by using a data structure and returns the operation and maintenance parameters to a monitoring port;
the transfer module is used for transferring the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, the foreground client management program analyzes the corresponding parameters and checks the parameters, and calls a browser after the check is successful so that the client can access the protocol agent program according to the url in the parameters;
the analysis module is used for analyzing the information of the target host requested by the client after the protocol agent program inquires the information of the protocol and the like used by the target machine, simulating the proxy process of the browser in the protocol agent program, modifying the requested information and accessing the protocol agent service;
and the establishing module is used for establishing connection between the operation and maintenance agent service and the target machine according to the request and forwarding the request, and the target machine sends response information back to the operation and maintenance client through the original link after responding to the client request so as to establish the operation and maintenance agent link between the client and the target machine.
In a third aspect, an embodiment of the present disclosure further provides an electronic device, where the electronic device includes:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to enable the at least one processor to execute the operation and maintenance management system-based web direct operation and maintenance method in any implementation manner of the foregoing first aspect or the first aspect.
In a fourth aspect, the disclosed embodiments also provide a non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute the web direct operation and maintenance method based on the operation and maintenance management system in the first aspect or any implementation manner of the first aspect.
In a fifth aspect, the present disclosure also provides a computer program product, where the computer program product includes a computer program stored on a non-transitory computer-readable storage medium, where the computer program includes program instructions, and when the program instructions are executed by a computer, the computer executes the web direct operation and maintenance method based on the operation and maintenance management system in the foregoing first aspect or any implementation manner of the first aspect.
The WEB direct operation and maintenance scheme based on the operation and maintenance management system in the embodiment of the disclosure comprises the steps of clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain relevant parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program, transmitting the parameters to an operation and maintenance agent program, managing the received operation and maintenance parameters by using a data structure by the operation and maintenance agent program, and returning the operation and maintenance parameters to a monitoring port; transmitting the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, analyzing the corresponding parameters by the foreground client management program, checking, and calling a browser after the checking is successful so that the client can access the protocol agent program according to the url in the parameters; after the protocol agent program inquires information such as a protocol used by a target machine, analyzing the information of a target host requested by a client, simulating a browser agent process in the protocol agent program, modifying the requested information, and accessing protocol agent service; the operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request, and the target machine sends response information back to the operation and maintenance client through the primary link after responding to the client request, so that the operation and maintenance agent link between the client and the target machine is established. By adopting the processing scheme disclosed by the invention and adopting a WEB direct operation and maintenance method, the performance of the operation and maintenance management system is greatly improved, and meanwhile, a user can conveniently, simply and safely access WEB services.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings needed to be used in the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present disclosure, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a web direct operation and maintenance method based on an operation and maintenance management system according to an embodiment of the present disclosure;
fig. 2 is a flowchart of another web direct operation and maintenance method based on an operation and maintenance management system according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a web direct operation and maintenance device based on an operation and maintenance management system according to an embodiment of the present disclosure;
fig. 4 is a schematic view of an electronic device provided in an embodiment of the present disclosure.
Detailed Description
The embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
The embodiments of the present disclosure are described below with specific examples, and other advantages and effects of the present disclosure will be readily apparent to those skilled in the art from the disclosure in the specification. It is to be understood that the described embodiments are merely illustrative of some, and not restrictive, of the embodiments of the disclosure. The disclosure may be embodied or carried out in various other specific embodiments, and various modifications and changes may be made in the details within the description without departing from the spirit of the disclosure. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
It is noted that various aspects of the embodiments are described below within the scope of the appended claims. It should be apparent that the aspects described herein may be embodied in a wide variety of forms and that any specific structure and/or function described herein is merely illustrative. Based on the disclosure, one skilled in the art should appreciate that one aspect described herein may be implemented independently of any other aspects and that two or more of these aspects may be combined in various ways. For example, an apparatus may be implemented and/or a method practiced using any number of the aspects set forth herein. Additionally, such an apparatus may be implemented and/or such a method may be practiced using other structure and/or functionality in addition to one or more of the aspects set forth herein.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present disclosure, and the drawings only show the components related to the present disclosure rather than the number, shape and size of the components in actual implementation, and the type, amount and ratio of the components in actual implementation may be changed arbitrarily, and the layout of the components may be more complicated.
In addition, in the following description, specific details are provided to facilitate a thorough understanding of the examples. However, it will be understood by those skilled in the art that the aspects may be practiced without these specific details.
The embodiment of the disclosure provides a web direct operation and maintenance method based on an operation and maintenance management system. The web direct operation and maintenance method based on the operation and maintenance management system provided by the embodiment may be executed by a computing device, which may be implemented as software or implemented as a combination of software and hardware, and may be integrally disposed in a server, a client, and the like.
Referring to fig. 1, the web direct operation and maintenance method based on the operation and maintenance management system in the embodiment of the present disclosure may include the following steps:
s101, clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain related parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program, transmitting the parameters to an operation and maintenance agent program, managing the received operation and maintenance parameters by using a data structure by the operation and maintenance agent program, and returning the operation and maintenance parameters to a monitoring port;
s102, transmitting the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, analyzing the corresponding parameters by the foreground client management program, checking, and calling a browser after the checking is successful so that the client can access a protocol agent program according to url in the parameters;
s103, after the protocol agent program inquires information such as a protocol used by a target machine, analyzing the information of a target host requested by a client, simulating a browser agent process in the protocol agent program, modifying the requested information, and accessing protocol agent service;
and S104, the operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request, and the target machine sends response information back to the operation and maintenance client through the original link after responding to the client request so as to establish the operation and maintenance agent link between the client and the target machine.
Specifically, in the process of implementing steps S101 to S104, the method includes the following operation flows with reference to fig. 2:
the system is based on a B/S framework and mainly comprises a foreground operation and maintenance management page, a background service program, an operation and maintenance agent program, a foreground client management program, a client program, a protocol agent program and the like.
The foreground operation and maintenance management page is mainly responsible for collecting information of the operation and maintenance target machine, and the information mainly comprises an ip address, port information and a used protocol type of the operation and maintenance target machine. Meanwhile, a button is provided to trigger the operation and maintenance process, and the connection with the background service program is established. The interaction process of foreground and background can use the web server which is popular at present, such as lighttpd, nginx, apach, etc.
A background service program: and the operation and maintenance agent program is responsible for carrying out information interaction with a foreground operation and maintenance management page, verifying the acquired information, and sending the operation and maintenance information meeting the rule to the operation and maintenance agent program for storage.
The operation and maintenance agent program: the management of the operation and maintenance information is mainly responsible.
Foreground client management program: the system is mainly responsible for calling different client login programs according to parameters fed back by the background and different protocols.
A client program: different protocols require different client login programs, the existing ssh protocol can select a push, crt or xshell tool, and the newly added WEB related client, for example, the WEB protocol can use chrome or Firefox, IE, 360 chrome.
The protocol agent program: depending on the protocol, different agents may be used.
Protocol proxy service: the proxy relays and connects to the target server.
The implementation process of the system is as follows:
firstly, clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, and then, through interaction of a foreground and a background, a background service program can obtain relevant parameters of WEB operation and maintenance, including an operation and maintenance client IP, time and the like. The background program checks the parameters and then transmits the parameters to the operation and maintenance agent program, the operation and maintenance agent program manages the received operation and maintenance parameters by using a certain data structure, and returns to the monitoring port after the operation and maintenance parameters are successfully managed, wherein the port is an externally open port (the port number range can be defined according to user requirements).
And transmitting the returned monitoring port and other WEB operation and maintenance parameters to a foreground operation and maintenance tool client management program, analyzing the corresponding parameters by the foreground client management program, checking, and calling a browser (different protocols correspond to different tools) after the corresponding parameters are successfully checked. The client will access the protocol agent according to the url in the parameter.
After the protocol agent program inquires information such as a protocol used by a target machine, the information of the target host requested by the client is analyzed, the browser agent process is simulated in the protocol agent program, the requested information is modified, and the protocol agent service is accessed.
The operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request. And after responding to the client request, the target machine sends the response information back to the operation and maintenance client through the primary link. Thus, an operation and maintenance agent link between the client and the target machine is established.
According to a specific implementation manner of the embodiment of the present disclosure, the foreground operation and maintenance management page is responsible for collecting information of the operation and maintenance target machine, where the information of the operation and maintenance target machine includes an ip address, port information, and a protocol type used by the operation and maintenance target machine.
According to a specific implementation manner of the embodiment of the disclosure, the foreground operation and maintenance management page provides a button to trigger an operation and maintenance flow, and establishes a connection with a background service program.
According to a specific implementation manner of the embodiment of the disclosure, the background service program is responsible for performing information interaction with a foreground operation and maintenance management page, verifying the acquired information, and sending the operation and maintenance information meeting the rule to the operation and maintenance agent program for storage.
According to a specific implementation manner of the embodiment of the present disclosure, the foreground client management program invokes different client login programs according to parameters fed back by the background, using different protocols.
According to a specific implementation manner of the embodiment of the present disclosure, the client program sets different client login programs using different protocols.
According to a specific implementation manner of the embodiment of the present disclosure, the protocol agent uses different agents according to different protocols;
the protocol proxy service is used for proxy relay and connecting to the target server.
Corresponding to the above method embodiment, referring to fig. 3, the embodiment of the present disclosure further provides a web direct operation and maintenance device 30 based on an operation and maintenance management system, including:
the operation and maintenance module 301 is configured to click an operation and maintenance target WEB server through a foreground operation and maintenance management page, enable a background service program to obtain relevant parameters of WEB operation and maintenance through interaction of a foreground and a background, verify the parameters and transmit the parameters to an operation and maintenance agent program, and the operation and maintenance agent program manages the received operation and maintenance parameters by using a data structure and returns the operation and maintenance parameters to a monitoring port;
the transfer module 302 is configured to transfer the returned monitoring port and the WEB operation and maintenance parameters to a foreground client management program, where the foreground client management program parses the corresponding parameters, performs verification, and invokes a browser after the verification is successful, so that the client can access the protocol agent according to the url in the parameters;
the analysis module 303 is configured to analyze information of the target host requested by the client after the protocol agent queries information such as a protocol used by the target machine, simulate a browser agent process in the protocol agent, modify the requested information, and access to a protocol agent service;
and the establishing module 304 is configured to establish a connection with the target machine and forward the request according to the request, and after the target machine responds to the client request, the target machine sends response information back to the operation and maintenance client through the original link, so as to establish an operation and maintenance proxy link between the client and the target machine.
For parts not described in detail in this embodiment, reference is made to the contents described in the above method embodiments, which are not described again here.
Referring to fig. 4, an embodiment of the present disclosure also provides an electronic device 60, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the web direct operation and maintenance method based on the operation and maintenance management system in the foregoing method embodiment.
The disclosed embodiments also provide a non-transitory computer readable storage medium storing computer instructions for causing the computer to execute the web direct operation and maintenance method based on the operation and maintenance management system in the foregoing method embodiments.
The disclosed embodiments also provide a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, cause the computer to execute the web direct operation and maintenance method based on the operation and maintenance management system in the aforementioned method embodiments.
Referring now to FIG. 4, a block diagram of an electronic device 60 suitable for use in implementing embodiments of the present disclosure is shown. The electronic devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., car navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 4, the electronic device 60 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage means 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 60 are also stored. The processing device 601, the ROM602, and the RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, image sensor, microphone, accelerometer, gyroscope, etc.; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 608 including, for example, tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the electronic device 60 to communicate with other devices wirelessly or by wire to exchange data. While the figures illustrate an electronic device 60 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 609, or may be installed from the storage means 608, or may be installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects the internet protocol addresses from the at least two internet protocol addresses and returns the internet protocol addresses; receiving an internet protocol address returned by the node evaluation equipment; wherein the obtained internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
It should be understood that portions of the present disclosure may be implemented in hardware, software, firmware, or a combination thereof.
The above description is only for the specific embodiments of the present disclosure, but the scope of the present disclosure is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present disclosure should be covered within the scope of the present disclosure. Therefore, the protection scope of the present disclosure shall be subject to the protection scope of the claims.

Claims (10)

1. A web direct operation and maintenance method based on an operation and maintenance management system is characterized by comprising the following steps:
clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain related parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program, transmitting the parameters to an operation and maintenance agent program, managing the received operation and maintenance parameters by using a data structure by the operation and maintenance agent program, and returning the operation and maintenance parameters to a monitoring port;
transmitting the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, analyzing the corresponding parameters by the foreground client management program, checking, and calling a browser after the checking is successful so that the client can access the protocol agent program according to the url in the parameters;
after the protocol agent program inquires information such as a protocol used by a target machine, analyzing the information of a target host requested by a client, simulating a browser agent process in the protocol agent program, modifying the requested information, and accessing protocol agent service;
the operation and maintenance agent service establishes connection with the target machine according to the request and forwards the request, and the target machine sends response information back to the operation and maintenance client through the primary link after responding to the client request, so that the operation and maintenance agent link between the client and the target machine is established.
2. The method of claim 1, wherein:
the foreground operation and maintenance management page is responsible for collecting information of the operation and maintenance target machine, and the information of the operation and maintenance target machine comprises an ip address, port information and a used protocol type of the operation and maintenance target machine.
3. The method of claim 1, wherein:
the foreground operation and maintenance management page provides a button to trigger an operation and maintenance flow and establishes a connection with a background service program.
4. The method of claim 1, wherein:
and the background service program is responsible for carrying out information interaction with the foreground operation and maintenance management page, verifying the acquired information, and sending the operation and maintenance information which accords with the rule to the operation and maintenance agent program for storage.
5. The method of claim 1, wherein:
and the foreground client management program calls different client login programs by using different protocols according to the parameters fed back by the background.
6. The method of claim 1, wherein:
the client program sets different client login programs by using different protocols.
7. The method of claim 1, wherein:
the protocol agent program uses different agent programs according to different protocols;
the protocol proxy service is used for proxy relay and connecting to the target server.
8. A web direct operation and maintenance device based on an operation and maintenance management system is characterized by comprising:
the operation and maintenance module is used for clicking an operation and maintenance target WEB server through a foreground operation and maintenance management page, enabling a background service program to obtain related parameters of WEB operation and maintenance through interaction of a foreground and a background, verifying the parameters by the background service program and then transmitting the parameters to an operation and maintenance agent program, and the operation and maintenance agent program manages the received operation and maintenance parameters by using a data structure and returns the operation and maintenance parameters to a monitoring port;
the transfer module is used for transferring the returned monitoring port and WEB operation and maintenance parameters to a foreground client management program, the foreground client management program analyzes the corresponding parameters and checks the parameters, and calls a browser after the check is successful so that the client can access the protocol agent program according to the url in the parameters;
the analysis module is used for analyzing the information of the target host requested by the client after the protocol agent program inquires the information of the protocol and the like used by the target machine, simulating the proxy process of the browser in the protocol agent program, modifying the requested information and accessing the protocol agent service;
and the establishing module is used for establishing connection between the operation and maintenance agent service and the target machine according to the request and forwarding the request, and the target machine sends response information back to the operation and maintenance client through the original link after responding to the client request so as to establish the operation and maintenance agent link between the client and the target machine.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the web direct operation and maintenance method based on the operation and maintenance management system of any one of the preceding claims 1-7.
10. A non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the operation and maintenance management system based web direct operation and maintenance method of any of the preceding claims 1-7.
CN201911271510.1A 2019-12-06 2019-12-06 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment Pending CN111177617A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911271510.1A CN111177617A (en) 2019-12-06 2019-12-06 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911271510.1A CN111177617A (en) 2019-12-06 2019-12-06 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment

Publications (1)

Publication Number Publication Date
CN111177617A true CN111177617A (en) 2020-05-19

Family

ID=70650340

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911271510.1A Pending CN111177617A (en) 2019-12-06 2019-12-06 Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment

Country Status (1)

Country Link
CN (1) CN111177617A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115437A (en) * 2020-09-04 2020-12-22 上海上讯信息技术股份有限公司 Method and device for remotely modifying Windows device password through Linux device
CN112131205A (en) * 2020-09-21 2020-12-25 上海上讯信息技术股份有限公司 Database blocking method and device
CN112379927A (en) * 2020-11-17 2021-02-19 深圳市和讯华谷信息技术有限公司 Method and device for remotely executing code instructions, computer equipment and storage medium
CN112416902A (en) * 2020-11-20 2021-02-26 上海新炬网络信息技术股份有限公司 One-key inspection method for host and database
CN112671876A (en) * 2020-12-17 2021-04-16 上海上讯信息技术股份有限公司 Method and equipment for page operation and maintenance
CN113014445A (en) * 2021-02-08 2021-06-22 中国工商银行股份有限公司 Operation and maintenance method, device and platform for server and electronic equipment
CN113037616A (en) * 2021-03-31 2021-06-25 中国工商银行股份有限公司 Interactive method and device for cooperatively controlling multiple robots
CN113407234A (en) * 2021-06-30 2021-09-17 广州江南科友科技股份有限公司 Cross-platform cross-browser operation and maintenance access method, system and storage medium
CN114448965A (en) * 2021-12-22 2022-05-06 天翼云科技有限公司 Method, device and system for managing big data assembly and readable storage medium
CN114500527A (en) * 2021-12-27 2022-05-13 天翼云科技有限公司 Out-of-band management system and method for edge device
CN114679366A (en) * 2022-05-25 2022-06-28 广州嘉为科技有限公司 Tenant-oriented operation and maintenance tool opening method, system and medium in multi-cloud environment
CN115277657A (en) * 2022-05-30 2022-11-01 上海上讯信息技术股份有限公司 Method and device for operation and maintenance of database protocol

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634395A (en) * 2013-11-29 2014-03-12 国家电网公司 Method for realizing information system state monitoring in WEB manner
CN103973485A (en) * 2014-04-29 2014-08-06 上海上讯信息技术股份有限公司 Operation and maintenance management system and method based on fixed ports
CN104144087A (en) * 2014-06-13 2014-11-12 国家电网公司 Remote desktop detection system and detection method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103634395A (en) * 2013-11-29 2014-03-12 国家电网公司 Method for realizing information system state monitoring in WEB manner
CN103973485A (en) * 2014-04-29 2014-08-06 上海上讯信息技术股份有限公司 Operation and maintenance management system and method based on fixed ports
CN104144087A (en) * 2014-06-13 2014-11-12 国家电网公司 Remote desktop detection system and detection method thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
冯大辉: "网站运维之道", 《程序员》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115437A (en) * 2020-09-04 2020-12-22 上海上讯信息技术股份有限公司 Method and device for remotely modifying Windows device password through Linux device
CN112115437B (en) * 2020-09-04 2023-12-29 上海上讯信息技术股份有限公司 Method and device for remotely modifying Windows device password through Linux device
CN112131205A (en) * 2020-09-21 2020-12-25 上海上讯信息技术股份有限公司 Database blocking method and device
CN112379927A (en) * 2020-11-17 2021-02-19 深圳市和讯华谷信息技术有限公司 Method and device for remotely executing code instructions, computer equipment and storage medium
CN112379927B (en) * 2020-11-17 2024-01-23 深圳市和讯华谷信息技术有限公司 Method, device, computer equipment and storage medium for remotely executing code instructions
CN112416902A (en) * 2020-11-20 2021-02-26 上海新炬网络信息技术股份有限公司 One-key inspection method for host and database
CN112671876B (en) * 2020-12-17 2023-04-07 上海上讯信息技术股份有限公司 Method and equipment for page operation and maintenance
CN112671876A (en) * 2020-12-17 2021-04-16 上海上讯信息技术股份有限公司 Method and equipment for page operation and maintenance
CN113014445A (en) * 2021-02-08 2021-06-22 中国工商银行股份有限公司 Operation and maintenance method, device and platform for server and electronic equipment
CN113037616A (en) * 2021-03-31 2021-06-25 中国工商银行股份有限公司 Interactive method and device for cooperatively controlling multiple robots
CN113407234A (en) * 2021-06-30 2021-09-17 广州江南科友科技股份有限公司 Cross-platform cross-browser operation and maintenance access method, system and storage medium
CN113407234B (en) * 2021-06-30 2023-11-24 广州江南科友科技股份有限公司 Cross-platform and cross-browser operation and maintenance access method, system and storage medium
CN114448965A (en) * 2021-12-22 2022-05-06 天翼云科技有限公司 Method, device and system for managing big data assembly and readable storage medium
CN114500527A (en) * 2021-12-27 2022-05-13 天翼云科技有限公司 Out-of-band management system and method for edge device
CN114679366A (en) * 2022-05-25 2022-06-28 广州嘉为科技有限公司 Tenant-oriented operation and maintenance tool opening method, system and medium in multi-cloud environment
CN115277657A (en) * 2022-05-30 2022-11-01 上海上讯信息技术股份有限公司 Method and device for operation and maintenance of database protocol
CN115277657B (en) * 2022-05-30 2023-06-13 上海上讯信息技术股份有限公司 Method and equipment for operating and maintaining database protocol

Similar Documents

Publication Publication Date Title
CN111177617A (en) Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment
CN111177112A (en) Database blocking method and device based on operation and maintenance management system and electronic equipment
CN108345543B (en) Data processing method, device, equipment and storage medium
CN110753089B (en) Method, device, medium and electronic equipment for managing client
CN107404418B (en) Internet product testing method, device, equipment and storage medium
US9948524B2 (en) Network element diagnostic evaluation
CN109743381B (en) Long connection interaction method and device for client and server
CN107644075B (en) Method and device for collecting page information
CN112684968A (en) Page display method and device, electronic equipment and computer readable medium
CN112597047A (en) Test method, test device, electronic equipment and computer readable medium
CN113377312A (en) Same-screen interaction method and device, computer equipment and computer readable storage medium
CN110837334B (en) Method, device, terminal and storage medium for interactive control
CN111382058B (en) Service testing method and device, server and storage medium
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN111641693B (en) Session data processing method and device and electronic equipment
CN114428925A (en) Page rendering method and device, electronic equipment and computer readable medium
CN114745313A (en) Terminal remote testing method and device, electronic equipment and readable medium
CN112688793B (en) Data packet obtaining method and device and electronic equipment
CN111382056B (en) Service testing method and device, server and storage medium
CN113378346A (en) Method and device for model simulation
CN111641692B (en) Session data processing method and device and electronic equipment
CN111625326A (en) Task pipeline execution method and device and electronic equipment
CN111382057B (en) Test case generation method, test method and device, server and storage medium
CN112688863B (en) Gateway data processing method and device and electronic equipment
CN112486826B (en) Test method, test device, electronic equipment and computer readable 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