CN114024743A - Remote management method, device, equipment and storage medium for application server - Google Patents

Remote management method, device, equipment and storage medium for application server Download PDF

Info

Publication number
CN114024743A
CN114024743A CN202111299057.2A CN202111299057A CN114024743A CN 114024743 A CN114024743 A CN 114024743A CN 202111299057 A CN202111299057 A CN 202111299057A CN 114024743 A CN114024743 A CN 114024743A
Authority
CN
China
Prior art keywords
application server
proxy node
remote
local application
instruction
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
CN202111299057.2A
Other languages
Chinese (zh)
Inventor
王芬
赵欣
翟鲁超
刘雪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Civic Se Commercial Middleware Co ltd
Original Assignee
Shandong Civic Se Commercial Middleware Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Civic Se Commercial Middleware Co ltd filed Critical Shandong Civic Se Commercial Middleware Co ltd
Priority to CN202111299057.2A priority Critical patent/CN114024743A/en
Publication of CN114024743A publication Critical patent/CN114024743A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0281Proxies

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a method, a device, equipment and a storage medium for remote management of an application server, which comprise the following steps: configuring a proxy node on a remote application server, and establishing connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server; and controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information. According to the method and the device, the proxy node is configured on the remote application server and registered on the local application server, so that the proxy node processes the cluster instance on the remote application server according to the instruction of the local application server, the defect that the access authority of remote management can be performed only by the user name and the password of the remote server in an SSH access mode is overcome, the remote instance is managed without secret communication, and the data security of the server is improved.

Description

Remote management method, device, equipment and storage medium for application server
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a storage medium for remote management of an application server.
Background
At present, most of the node management of domestic mainstream application server products uses an SSH (Secure Shell, a Secure channel protocol) communication mode for communication, so that the application server remote control mode needs to be managed by the SSH mode. In the method, the user name and the password of the remote server are required to be known for operation, and the functions of creating, starting and stopping the cluster instance are influenced after the password is changed, so that the user name and the password of the host where the remote instance is located cannot be changed regularly, and the stability and the safety of the system are greatly influenced. In addition, considering the requirement on the security of the server in a large-scale service system, some users do not have permission to access in an SSH mode, namely when the users do not have permission to know the user name and the password of the remote machine, the cluster building and cluster management functions of the application server are limited, and the disadvantage of access permission exists.
Therefore, how to safely and conveniently remotely manage the application server is a technical problem to be solved urgently by those skilled in the art.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus, a device and a storage medium for remote management of an application server, which can overcome the disadvantage of access right that remote management can be performed only by a user name and a password of a remote server in an SSH access manner, implement a secret-free communication management remote instance, and improve data security of the server. The specific scheme is as follows:
a first aspect of the present application provides an application server remote management method, including:
configuring a proxy node on a remote application server, and establishing connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server;
and controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information.
Optionally, the establishing a connection between the remote application server and the local application server by registering the proxy node on the local application server includes:
initiating the proxy node on the remote application server;
and sending the configuration information of the proxy node in the successful starting state to the local application server so that the local application server registers the proxy node according to the configuration information to establish connection with the remote application server.
Optionally, the controlling the local application server to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, including:
and controlling a local application server to send a creation instruction and an instance template stream file to the proxy node, so that the proxy node creates a corresponding cluster instance on the remote application server by using the instance template stream file according to the creation instruction.
Optionally, the controlling the local application server to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, including:
and controlling a local application server to send a deleting instruction to the proxy node so that the proxy node deletes the cluster instance on the remote application server according to the deleting instruction.
Optionally, the controlling the local application server to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, including:
and controlling a local application server to send a starting instruction or a stopping instruction to the proxy node, so that the proxy node calls a corresponding script file of the local application server to start or stop the cluster instance on the remote application server according to the starting instruction or the stopping instruction.
Optionally, the controlling the local application server to send instruction information to the proxy node, so that after the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, the method further includes:
controlling the remote application server to return corresponding processing result information to the local application server through the proxy node;
and when the processing result information represents that the processing fails, the local application server determines the reason of the processing failure according to the processing result information.
Optionally, the local application server and the proxy node send instructions and transmit information through a hypertext transfer protocol.
A second aspect of the present application provides an application server remote management apparatus, including:
the proxy node creating module is used for configuring a proxy node on a remote application server and creating the connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server;
and the remote management module is used for controlling the local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information.
A third aspect of the application provides an electronic device comprising a processor and a memory; wherein the memory is used for storing a computer program which is loaded and executed by the processor to implement the aforementioned application server remote management method.
A fourth aspect of the present application provides a computer-readable storage medium, in which computer-executable instructions are stored, and when the computer-executable instructions are loaded and executed by a processor, the method for remotely managing an application server is implemented.
In the method, a proxy node is firstly configured on a remote application server, and the connection between the remote application server and a local application server is established in a mode of registering the proxy node on the local application server; and then controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information. Therefore, the proxy node is configured on the remote application server and registered on the local application server, so that the proxy node processes the cluster instance on the remote application server according to the instruction of the local application server, the access permission defect that remote management can be performed only by a user name and a password of the remote server in an SSH access mode is overcome, the remote instance is managed by secret-free communication, and the data security of the server is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a remote management method for an application server provided in the present application;
fig. 2 is a deployment diagram of an application server remote management system provided in the present application;
fig. 3 is a flowchart of a proxy node configuration and registration method provided in the present application;
fig. 4 is a timing diagram of proxy node configuration and registration provided in the present application;
FIG. 5 is a specific example of a proxy node according to the present disclosure;
fig. 6 is a flowchart of an example of creating a cluster by a specific proxy node according to the present application;
FIG. 7 is a timing diagram illustrating an example of creating a cluster for a particular proxy node according to the present disclosure;
fig. 8 is a flowchart of a specific example of deleting a cluster by a proxy node according to the present application;
fig. 9 is a timing diagram illustrating an example of deleting a cluster by a proxy node according to the present invention;
fig. 10 is a flowchart of an example of starting a cluster by a specific proxy node according to the present application;
FIG. 11 is a timing diagram illustrating an example of a specific proxy node initiating cluster provided herein;
FIG. 12 is a flowchart of an example embodiment of a specific proxy node stopping clustering provided herein;
FIG. 13 is a timing diagram illustrating an example of a specific proxy node stop cluster provided herein;
fig. 14 is a schematic structural diagram of an application server remote management apparatus provided in the present application;
fig. 15 is a structural diagram of an electronic device remotely managed by an application server according to the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
At present, most of domestic mainstream application server product node management uses an SSH communication mode for communication, so that an application server remote control mode needs to be managed through the SSH mode. In the method, the user name and the password of the remote server are required to be known for operation, and the functions of creating, starting and stopping the cluster instance are influenced after the password is changed, so that the user name and the password of the host where the remote instance is located cannot be changed regularly, and the stability and the safety of the system are greatly influenced. In addition, considering the requirement on the security of the server in a large-scale service system, some users do not have permission to access in an SSH mode, namely when the users do not have permission to know the user name and the password of the remote machine, the cluster building and cluster management functions of the application server are limited, and the disadvantage of access permission exists. In order to overcome the technical defects, the application server remote management scheme is provided, and the proxy node is configured on the remote application server and is registered on the local application server, so that the proxy node processes the cluster instance on the remote application server according to the instruction of the local application server, the access permission defect that remote management can be performed only by a user name and a password of the remote server in an SSH access mode is overcome, the secret-free communication management remote instance is realized, and the data security of the server is improved.
Fig. 1 is a flowchart of an application server remote management method according to an embodiment of the present application. Referring to fig. 1, the application server remote management method includes:
s11: the method comprises the steps of configuring a proxy node on a remote application server, and establishing connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server.
In this embodiment, a proxy node is first configured on a remote application server, and then a connection between the remote application server and a local application server is established in a manner of registering the proxy node on the local application server. The deployment among the proxy node, the local application server and the remote application server after registration is specifically shown in fig. 2. Among the application server software, the application server provides software for connection between the system software and the application software, so as to facilitate communication among various components of the software, especially for the centralized logic of the application software for the system software, and the application is widely applied in modern information technology application frameworks such as Web services, service-oriented architectures and the like. The proxy nodes are used as independent components and exist in the remote application server to play a role of a communication channel, each proxy node corresponds to a host machine provided with application server software, and a corresponding node must exist on the host machine where an application server instance is located. In fig. 2, a domain manager (DAS) is provided in the host a, and the result of the cooperation is the local application server. The domain manager refers to a group of server resources which are managed as a unit and are associated with each other, and a domain may comprise one or more independent servers and may also comprise a server cluster, which share a set of common configuration.
In this embodiment, the specific processes of configuration and registration of the proxy node are shown in fig. 3 and 4. And in a node configuration stage, configuring the AIP, the communication port, the path and the like of the proxy node in the remote application server, generating corresponding configuration information and transmitting the configuration information to the local application server. And in the node registration stage, the proxy node configured on the remote application server is started firstly, and then the configuration information of the proxy node in the successful starting state is sent to the local application server, so that the local application server registers the proxy node according to the configuration information to establish the connection with the remote application server. In this embodiment, the local application server and the proxy node perform instruction sending and information transmission through a hypertext transfer protocol.
Specifically, the domain manager is used as a servlet server to receive HTTP (Hyper Text Transfer Protocol) request information sent by an agent, and stores the HTTP request information into a configuration file according to brought basic information of the agent, the domain manager reads the configuration file, a user screens the agent nodes to be used to create nodes in the domain manager, and the created agent nodes are processed in a command type manner and finally updated into domain. The agent node can realize the automatic discovery function of the remote agent, namely the domain manager can automatically discover the information of the remote agent node after the remote application server starts the agent service, the agent automatic registration service is realized, the domain manager can selectively establish the node for use according to the registration service without manual processing again, the labor is saved, the error probability of manual configuration is reduced, and the safety and the usability of the system are improved.
S12: and controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information.
In this embodiment, the local application server is controlled to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information. The problem of user access authority is solved, and a domain management of an application server is realized through a proxy node without an SSH access mode to realize a secret-free remote management example. It is to be understood that an example is a single virtual machine on the Java platform (Java virtual machine or JVM machine) that runs on a single node of the server. The JVM machine must be compatible with Java EE. The server instance forms the basis for application deployment. Instances are important components in building clusters, load balancing, and server session persistence, each instance belonging to a single domain and having its own directory structure, configuration, and deployed applications, each instance containing a reference to a node.
In this embodiment, the proxy node may be used as a communication channel to manage remote instances, including creating, deleting, starting, and stopping instances, and remote configuration (basic functions such as deployment and monitoring) of the instances, as shown in fig. 5. As shown in fig. 6 and 7, the proxy node controls the local application server to send a creation instruction and an instance template stream file to the proxy node, so that the proxy node creates a corresponding cluster instance on the remote application server by using the instance template stream file according to the creation instruction. Specifically, the domain manager sends information for creating the cluster, and the proxy client receives the relevant command parameters and transmits the command parameters to the remote host proxy server in an HTTP communication mode. And the proxy server receives information such as an instance template stream file transmitted by the proxy client and the like to create an instance template and update related configuration for the local application server. As shown in fig. 8 and 9, the agent node controls the local application server to send a deletion instruction to the agent node, so that the agent node deletes the cluster instance on the remote application server according to the deletion instruction. Specifically, the domain manager deleting information is transmitted to the proxy client, the proxy client transmits related command information to the proxy server in an HTTP communication mode, and the proxy server realizes deleting operation on the instance under the remote application server installation package. As shown in fig. 10 and 11, the proxy node controls the local application server to send a start instruction to the proxy node, so that the proxy node calls a corresponding script file of the local application server according to the start instruction or the stop instruction to start the cluster instance on the remote application server. Specifically, the domain manager may start the remote cluster instance or the independent instance by using the proxy, the start process is that the domain manager sends start-up information of the cluster or the independent instance to the proxy client, the proxy client transmits the information to the proxy server, and the proxy server receives the command parameter and executes the script file of the local application server. As shown in fig. 12 and 13, the proxy node controls the local application server to send a stop instruction to the proxy node, so that the proxy node calls a corresponding script file of the local application server according to the start instruction or the stop instruction to stop the cluster instance on the remote application server. Specifically, the domain manager can stop the remote cluster instance or the independent instance through the proxy, the stopping process is that the domain manager sends cluster stopping or independent instance stopping information to the proxy client, the proxy client transmits the cluster stopping or independent instance stopping information to the proxy server through HTTP information, and the proxy server receives command parameters and executes script files of the local application server. Similarly, the domain manager uses HTTP communication to manage the creation, deletion, start and stop of the remote machine instance, so that the secret-free control of the remote instance is realized, namely the remote machine controls the cluster remote instance by opening an accessible port and acting in an HTTP communication mode, and the bottleneck that the domain manager depends on the user name and password communication of the remote host is solved.
On this basis, in order to improve the control of the local application server on the management control result, the remote application server may be further controlled to return corresponding processing result information to the local application server through the proxy node, for example, remote host instance start or stop information is returned to the domain manager through the proxy component. And when the processing result information represents that the processing fails, the local application server determines the reason of the processing failure according to the processing result information.
As can be seen, in the embodiment of the present application, a proxy node is configured on a remote application server, and a connection between the remote application server and a local application server is established by registering the proxy node on the local application server; and then controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information. According to the embodiment of the application, the proxy node is configured on the remote application server and registered on the local application server, so that the proxy node processes the cluster instance on the remote application server according to the instruction of the local application server, the access permission defect that remote management can be performed only by a user name and a password of the remote server in an SSH access mode is overcome, the remote instance is managed by secret-free communication, and the data security of the server is improved.
Referring to fig. 14, an embodiment of the present application further discloses an application server remote management apparatus, which includes:
the proxy node creating module 11 is configured to configure a proxy node on a remote application server, and create a connection between the remote application server and a local application server by registering the proxy node on the local application server;
and the remote management module 12 is configured to control the local application server to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information.
As can be seen, in the embodiment of the present application, a proxy node is configured on a remote application server, and a connection between the remote application server and a local application server is established by registering the proxy node on the local application server; and then controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information. According to the embodiment of the application, the proxy node is configured on the remote application server and registered on the local application server, so that the proxy node processes the cluster instance on the remote application server according to the instruction of the local application server, the access permission defect that remote management can be performed only by a user name and a password of the remote server in an SSH access mode is overcome, the remote instance is managed by secret-free communication, and the data security of the server is improved.
In some specific embodiments, the proxy node creating module 11 specifically includes:
a configuration unit for configuring the proxy node on the remote application server;
a starting unit for; initiating the proxy node on the remote application server;
and the registration unit is used for sending the configuration information of the proxy node in the successful starting state to the local application server so that the local application server registers the proxy node according to the configuration information to establish the connection with the remote application server.
In some specific embodiments, the remote management module 12 specifically includes:
an instance creating unit, configured to control a local application server to send a creating instruction and an instance template stream file to the proxy node, so that the proxy node creates, according to the creating instruction, a corresponding cluster instance on the remote application server by using the instance template stream file;
the instance deleting unit is used for controlling the local application server to send a deleting instruction to the proxy node so that the proxy node can delete the cluster instance on the remote application server according to the deleting instruction;
the instance starting unit is used for controlling a local application server to send a starting instruction to the proxy node so that the proxy node calls a corresponding script file of the local application server to start a cluster instance on the remote application server according to the starting instruction or the stopping instruction;
and the instance stopping unit is used for controlling the local application server to send a stopping instruction to the proxy node so that the proxy node calls the corresponding script file of the local application server to stop the cluster instance on the remote application server according to the starting instruction or the stopping instruction.
In some embodiments, the application server remote management further comprises:
and the feedback module is used for controlling the remote application server to return corresponding processing result information to the local application server through the proxy node, and when the processing result information represents processing failure, the local application server determines a processing failure reason according to the processing result information.
Further, the embodiment of the application also provides electronic equipment. FIG. 15 is a block diagram illustrating an electronic device 20 according to an exemplary embodiment, and the contents of the diagram should not be construed as limiting the scope of use of the present application in any way.
Fig. 15 is a schematic structural diagram of an electronic device 20 according to an embodiment of the present disclosure. The electronic device 20 may specifically include: at least one processor 21, at least one memory 22, a power supply 23, a communication interface 24, an input output interface 25, and a communication bus 26. Wherein, the memory 22 is used for storing a computer program, and the computer program is loaded and executed by the processor 21 to implement the relevant steps in the remote management method of the application server disclosed in any of the foregoing embodiments.
In this embodiment, the power supply 23 is configured to provide a working voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to specific application requirements, which is not specifically limited herein.
In addition, the storage 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, etc., and the resources stored thereon may include an operating system 221, a computer program 222, data 223, etc., and the storage may be a transient storage or a permanent storage.
The operating system 221 is used for managing and controlling each hardware device and the computer program 222 on the electronic device 20, so as to realize the operation and processing of the mass data 223 in the memory 22 by the processor 21, and may be Windows Server, Netware, Unix, Linux, and the like. The computer program 222 may further include a computer program that can be used to perform other specific tasks in addition to the computer program that can be used to perform the application server remote management method performed by the electronic device 20 disclosed in any of the foregoing embodiments. Data 223 may include configuration information or instructional information, etc., collected by electronic device 20.
Further, an embodiment of the present application further discloses a storage medium, where a computer program is stored in the storage medium, and when the computer program is loaded and executed by a processor, the steps of the method for remotely managing an application server disclosed in any of the foregoing embodiments are implemented.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device 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.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The application server remote management method, device, equipment and storage medium provided by the invention are described in detail above, and a specific example is applied in the description to explain the principle and the implementation of the invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for remotely managing an application server, comprising:
configuring a proxy node on a remote application server, and establishing connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server;
and controlling a local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information.
2. The method for remote management of an application server according to claim 1, wherein said establishing a connection between said remote application server and said local application server by registering said proxy node with said local application server comprises:
initiating the proxy node on the remote application server;
and sending the configuration information of the proxy node in the successful starting state to the local application server so that the local application server registers the proxy node according to the configuration information to establish connection with the remote application server.
3. The remote management method for the application server according to claim 1, wherein the controlling local application server sends instruction information to the proxy node so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, comprising:
and controlling a local application server to send a creation instruction and an instance template stream file to the proxy node, so that the proxy node creates a corresponding cluster instance on the remote application server by using the instance template stream file according to the creation instruction.
4. The remote management method for the application server according to claim 1, wherein the controlling local application server sends instruction information to the proxy node so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, comprising:
and controlling a local application server to send a deleting instruction to the proxy node so that the proxy node deletes the cluster instance on the remote application server according to the deleting instruction.
5. The remote management method for the application server according to claim 1, wherein the controlling local application server sends instruction information to the proxy node so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, comprising:
and controlling a local application server to send a starting instruction or a stopping instruction to the proxy node, so that the proxy node calls a corresponding script file of the local application server to start or stop the cluster instance on the remote application server according to the starting instruction or the stopping instruction.
6. The method according to claim 1, wherein the controlling the local application server to send instruction information to the proxy node, so that the proxy node performs corresponding processing on the cluster instance on the remote application server according to the instruction information, further comprises:
controlling the remote application server to return corresponding processing result information to the local application server through the proxy node;
and when the processing result information represents that the processing fails, the local application server determines the reason of the processing failure according to the processing result information.
7. The remote management method for the application server according to any one of claims 1 to 6, wherein the local application server and the proxy node perform instruction sending and information transmission through a hypertext transfer protocol.
8. An application server remote management apparatus, comprising:
the proxy node creating module is used for configuring a proxy node on a remote application server and creating the connection between the remote application server and a local application server in a mode of registering the proxy node on the local application server;
and the remote management module is used for controlling the local application server to send instruction information to the proxy node so that the proxy node can correspondingly process the cluster instance on the remote application server according to the instruction information.
9. An electronic device, comprising a processor and a memory; wherein the memory is for storing a computer program that is loaded and executed by the processor to implement the application server remote management method of any of claims 1 to 7.
10. A computer-readable storage medium storing computer-executable instructions which, when loaded and executed by a processor, carry out a method of remote management of an application server according to any one of claims 1 to 7.
CN202111299057.2A 2021-11-04 2021-11-04 Remote management method, device, equipment and storage medium for application server Pending CN114024743A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111299057.2A CN114024743A (en) 2021-11-04 2021-11-04 Remote management method, device, equipment and storage medium for application server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111299057.2A CN114024743A (en) 2021-11-04 2021-11-04 Remote management method, device, equipment and storage medium for application server

Publications (1)

Publication Number Publication Date
CN114024743A true CN114024743A (en) 2022-02-08

Family

ID=80060894

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111299057.2A Pending CN114024743A (en) 2021-11-04 2021-11-04 Remote management method, device, equipment and storage medium for application server

Country Status (1)

Country Link
CN (1) CN114024743A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101557500A (en) * 2009-05-12 2009-10-14 北京学之途网络科技有限公司 Method for monitoring IPTV user behaviors and system thereof
US20100269057A1 (en) * 2009-04-15 2010-10-21 Wyse Technology Inc. System and method for communicating events at a server to a remote device
CN102053860A (en) * 2009-10-30 2011-05-11 中国人民解放军国防科学技术大学 CORBA-based OSGi distributed extensible system and method
CN104717268A (en) * 2013-12-16 2015-06-17 珠海世纪鼎利通信科技股份有限公司 Method and system for realizing interface configuration and development through object-oriented technology
CN110808990A (en) * 2019-11-08 2020-02-18 北京明朝万达科技股份有限公司 Mail transmission method, device, electronic equipment and computer readable storage medium
CN112468549A (en) * 2020-11-13 2021-03-09 浪潮云信息技术股份公司 Method, equipment and storage medium for reverse communication and management of server
CN113254204A (en) * 2021-05-24 2021-08-13 山东中创软件商用中间件股份有限公司 Method, system and equipment for controlling soft load balancer

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100269057A1 (en) * 2009-04-15 2010-10-21 Wyse Technology Inc. System and method for communicating events at a server to a remote device
CN101557500A (en) * 2009-05-12 2009-10-14 北京学之途网络科技有限公司 Method for monitoring IPTV user behaviors and system thereof
CN102053860A (en) * 2009-10-30 2011-05-11 中国人民解放军国防科学技术大学 CORBA-based OSGi distributed extensible system and method
CN104717268A (en) * 2013-12-16 2015-06-17 珠海世纪鼎利通信科技股份有限公司 Method and system for realizing interface configuration and development through object-oriented technology
CN110808990A (en) * 2019-11-08 2020-02-18 北京明朝万达科技股份有限公司 Mail transmission method, device, electronic equipment and computer readable storage medium
CN112468549A (en) * 2020-11-13 2021-03-09 浪潮云信息技术股份公司 Method, equipment and storage medium for reverse communication and management of server
CN113254204A (en) * 2021-05-24 2021-08-13 山东中创软件商用中间件股份有限公司 Method, system and equipment for controlling soft load balancer

Similar Documents

Publication Publication Date Title
US11088903B2 (en) Hybrid cloud network configuration management
US8713177B2 (en) Remote management of networked systems using secure modular platform
KR100822361B1 (en) Specifying management nodes in a device management system
Susilo et al. Infrastructure for advanced network management based on mobile code
US20020065878A1 (en) System and method for an administration server
CN111404924B (en) Security management and control method, device, equipment and storage medium of cluster system
CN111614729B (en) Method and device for controlling kubernetes container cluster and electronic equipment
KR20050117936A (en) System and method of managing device for device managing technology
JP2009514283A (en) Network configuration
CN112187532A (en) Node control method and system
WO2013107170A1 (en) Remote network management system and service operation method therefor
CN108347449B (en) Method and equipment for managing remote login
CN115174551A (en) Program deployment method and device, storage medium and electronic device
US10621111B2 (en) System and method for unified secure remote configuration and management of multiple applications on embedded device platform
CN113312059B (en) Service processing system, method and cloud native system
CN112948008A (en) Ironic based physical bare computer management method
KR101759429B1 (en) Node corresponding to the domain in multi-domain environment and Method for controlling the same
CN114024743A (en) Remote management method, device, equipment and storage medium for application server
CN113965571B (en) Management method, device, equipment and medium of distributed embedded equipment
Cisco Simple Network Management Protocol
CN109379383B (en) Virtual private network VPN client and implementation method
JP4532238B2 (en) On-demand service provision system
CN110650125B (en) Host device and method for mutual communication operation based on Pexpect
JP2015118459A (en) Image formation device, information terminal, server device, data processing system, communication method for image formation device, communication method for information terminal, communication method for server device, and program
CN110830528B (en) Method and device for controlling distributed timing switch

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