CN115150382A - VNC-based method, equipment and medium for server to remotely execute command - Google Patents

VNC-based method, equipment and medium for server to remotely execute command Download PDF

Info

Publication number
CN115150382A
CN115150382A CN202210879514.3A CN202210879514A CN115150382A CN 115150382 A CN115150382 A CN 115150382A CN 202210879514 A CN202210879514 A CN 202210879514A CN 115150382 A CN115150382 A CN 115150382A
Authority
CN
China
Prior art keywords
server
command
target
remote server
site
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.)
Granted
Application number
CN202210879514.3A
Other languages
Chinese (zh)
Other versions
CN115150382B (en
Inventor
韩志凯
赵海兴
董晨晨
孙宗亮
黄浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development 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 Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202210879514.3A priority Critical patent/CN115150382B/en
Publication of CN115150382A publication Critical patent/CN115150382A/en
Application granted granted Critical
Publication of CN115150382B publication Critical patent/CN115150382B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/107Network architectures or network communication protocols for network security for controlling access to devices or network resources wherein the security policies are location-dependent, e.g. entities privileges depend on current location or allowing specific operations only from locally connected terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/108Network architectures or network communication protocols for network security for controlling access to devices or network resources when the policy decisions are valid for a limited amount of time

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method, equipment and medium for a server to remotely execute a command based on a VNC, wherein the method comprises the following steps: establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier. The remote control of the server can be realized, and the server can be managed in a multi-site and batch mode. The time and labor cost of operating the server by going to a machine room are saved.

Description

VNC-based method, equipment and medium for remotely executing command by server
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, and a medium for a server to remotely execute a command based on a VNC.
Background
The server is an indispensable part in the field of computers at present, and the operation of a remote server also becomes a very important problem, and in the prior art, when the remote server is operated, a plurality of servers cannot be managed simultaneously according to a certain rule, and an operator needs to go to a machine room to control the server.
Disclosure of Invention
In order to solve the above problem, the present application provides a method, a device, and a medium for a server to remotely execute a command based on a VNC, where the method includes:
establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server into different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
In one example, before establishing the network channel between the local server and the remote server through the internet IP address, the method further comprises: and constructing environments of a NOVNC, an nginx and a mysql in the local server and the remote server.
In an example, before the distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier, the method further includes: obtaining login information of an operator through the local server; judging whether the operator has the operation authority or not according to the login information; and if so, allowing the operator to distribute the command to be executed to a target site and/or a target server.
In one example, the determining whether the operator has the operation right according to the login information specifically includes: acquiring an Internet IP address of the operator; and judging whether a preset IP address white list contains the Internet IP address, if so, the operator has the operation authority.
In one example, after the command to be executed is distributed to the target site and/or the target server, the method further includes: obtaining login information of an operator and operation information of the remote server; adding a timestamp to the login information and the operation information; and storing the login information, the operation information and the time stamp in the local server.
In one example, after the command to be executed is distributed to the target site and/or the target server, the method further includes: and acquiring a command execution result of the remote server, and transmitting the command execution result to the local server.
In one example, the dividing the remote server into different sites according to the server attribute specifically includes: acquiring physical position information of the remote server; and dividing the remote server to a preset physical location site according to the physical location information.
In one example, the method further comprises: determining a new server in the system; and acquiring the server attribute of the newly added server, and dividing the server into the sites according to the server attribute.
The present application further provides a VNC-based device for remotely executing a command by a server, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to: establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
The present application further provides a non-volatile computer storage medium storing computer-executable instructions, wherein the computer-executable instructions are configured to: establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
By the method, the remote server can be operated, multi-joba operation on the server is realized, and a guarantee is provided for batch management of the server. The server operation and maintenance personnel can perform job execution, multi-site distribution and multi-task distribution in batches by the method without operating the server to perform task operation by related personnel.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart illustrating a method for a VNC-based server to remotely execute a command according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a device for remotely executing a command by a server based on a VNC in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only a few embodiments of the present application, and not all 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 application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Fig. 1 is a flowchart illustrating a method for a VNC-based server to remotely execute a command according to one or more embodiments of the present disclosure. The method can be applied to different kinds of servers, the process can be executed by computing equipment in the corresponding field, and certain input parameters or intermediate results in the process allow manual intervention and adjustment to help improve accuracy.
The analysis method according to the embodiment of the present application may be implemented by a terminal device or a server, and the present application is not limited to this. For convenience of understanding and description, the following embodiments are described in detail by taking a server as an example.
It should be noted that the server may be a single device, or may be a system formed by multiple devices, that is, a distributed server, which is not specifically limited in this application.
VNC (Virtual Network Console) is an abbreviation for Virtual Network Console. It is an excellent remote control tool. The VNC is free open source software based on UNIX and Linux operating systems, has strong remote control capability, high efficiency and practicability, and has performance comparable to any remote control software in Windows and MAC.
VNC is basically composed of two parts: an application (vnc viewer) of which a part is a client; the other part is a server-side application program (vnc server). The basic operation principle of VNC is very similar to some remote control software under Windows. The server-side application program of the VNC has strong adaptability in UNIX and Linux operating systems, and a graphical interface is friendly. Any computer with a Linux platform on which a client-side application (vncviverer) is installed can be conveniently connected with a computer with a server-side application (vncserver) installed.
And the nonVNC provides a method for accessing the vnc service provided by the vncserver on the machine on the web page, and the conversion from tcp to websocket is needed to be carried out, so that the TCP can be displayed in the web page. The webpage is a client, similar to vncvviewer, except that the proxy of websockets provided by the nonVNC is not filled in at this time, but rather is an ip + port of naked vnc services, each vnc service is to be configured on the nonVNC proxy server, and the nonVNC provides an identifier to reverse the vnc service configured by the proxy.
WebSocket is a protocol for full-duplex communication over a single TCP connection that facilitates data exchange between a client and a server, allowing the server to actively push data to the client. In the WebSocket API, the browser and the server only need to complete one handshake, and persistent connection can be directly established between the browser and the server, and bidirectional data transmission is carried out. Then a persistent connection to the server may be established over the WebSocket protocol connecting the internet ip of the server.
As shown in fig. 1, an embodiment of the present application provides a method for a VNC-based server to remotely execute a command, including:
s101: and establishing a network channel between the local server and the remote server through the Internet IP address.
Firstly, a local server needs to be connected with a remote server through internet ip, so that a network channel is established between the local server and a remote end.
In one embodiment, before establishing a network channel between the local server and the remote server through an internet IP address, an environment of a nonvnc, nginx, or mysql needs to be established in the local server and the remote server.
S102: and building a VNC environment in the remote server.
And then installing the vnc server in the remote server so that the remote server can communicate with each other internally.
S103: and dividing the remote server into different sites according to the server attribute, and identifying the remote server through a NoVNC.
The remote server is uniquely identified through the NoVNC, the server is subjected to site division through the server attribute of the server, and the server can be regarded as a server in each site.
In one embodiment, the server attribute may be a physical location of the server, such as a server in Shandong province, and the specific physical location information is in Shandong province. The specific process of dividing the remote server into different sites according to the server attributes at this time includes: acquiring physical position information of the remote server; and dividing the remote server to preset physical position sites according to the physical position information.
S104: and determining the corresponding site and/or the corresponding identifier of the target server according to the server attribute corresponding to the command to be executed.
And determining the written command to be executed, and acquiring the target server attribute required by the command to be executed, thereby determining the target server or the target site.
S105: and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
Operating a remote server or a target server of a target site as required: the command to be executed is distributed to all remote servers under the target site or a certain target server for execution.
The command to be executed may be stored in a storage device of the computer device in advance, and when the server needs to be remotely operated, the computer device may select the command to be executed from the storage device. Of course, the computer device may also obtain the command to be executed from other external devices. For example, the command to be executed is stored in the cloud, and when the server needs to be remotely operated, the computer device may acquire the command to be executed from the cloud.
In one embodiment, before sending the command to be executed to the target server, the login information of the operator needs to be acquired through the local server; judging whether the operator has the operation authority or not according to the login information; if so, allowing the operator to distribute the command to be executed to the target site and/or the target server.
Further, when determining whether the operator has the operation right, the inspection may be performed by determining whether the IP address of the operator is compliant. The specific process is as follows: acquiring an Internet IP address of the operator; and judging whether a pre-established IP address white list contains the Internet IP address, if so, the operator has the operation authority. The login limit and the IP limit can be set for the personnel performing remote server operation through the local server nginx, and the safety of remote server operation is fully guaranteed.
In one embodiment, after the command to be executed is distributed to the target site and/or the target server, login information of an operator and operation information of a remote server need to be acquired to further ensure safe operation of the server. And adding a time stamp to the login information and the operation information, and storing the login information, the operation information and the time stamp in the local server. The auditing function is added through the local server, the time stamp is added to the login information and the information of the operation of the remote server, and the related operation account number is recorded, so that the safety guarantee of the operation of the server is ensured.
In one embodiment, after the command to be executed is distributed to the target site and/or the target server, the command execution result of the remote server can be obtained, and the command execution result is transmitted to the local server. Therefore, an operator can know the execution condition of the command to be executed in the remote server in time, and timely process other conditions or modify the command.
In one embodiment, since a new server or a deleted server often occurs, after determining the new server in the system, it is further required to obtain the server attribute of the new server, and partition the server into the sites according to the server attribute. Similarly, when it is determined that a server needs to be deleted in the system, the server attribute of the deleted server needs to be acquired, and the server is deleted from the site according to the server attribute.
As shown in fig. 2, an embodiment of the present application further provides a device for a server to remotely execute a command based on a VNC, 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 first and the second end of the pipe are connected with each other,
the memory stores instructions executable by the at least one processor to cause the at least one processor to:
establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server into different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
An embodiment of the present application further provides a non-volatile computer storage medium storing computer-executable instructions, where the computer-executable instructions are configured to:
establishing a network channel between a local server and a remote server through an internet IP address; building a VNC environment in the remote server; dividing the remote server into different sites according to server attributes, and identifying the remote server through a NoVNC; determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed; and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on differences from other embodiments. In particular, for the device and media embodiments, the description is relatively simple, as it is substantially similar to the method embodiments, and reference may be made to some description of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one to one, so the device and the medium also have the similar beneficial technical effects as the corresponding method, and the beneficial technical effects of the method are explained in detail above, so the beneficial technical effects of the device and the medium are not repeated herein.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or apparatus comprising the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for a VNC-based server to remotely execute a command, comprising:
establishing a network channel between a local server and a remote server through an internet IP address;
building a VNC environment in the remote server;
dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC;
determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed;
and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
2. The method of claim 1, wherein before establishing the network channel between the local server and the remote server via the internet IP address, the method further comprises:
and constructing environments of a NOVNC, an nginx and a mysql in the local server and the remote server.
3. The method according to claim 1, wherein before distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier, the method further comprises:
obtaining login information of an operator through the local server;
judging whether the operator has the operation authority or not according to the login information;
and if so, allowing the operator to distribute the command to be executed to a target site and/or a target server.
4. The method according to claim 3, wherein the determining whether the operator has the operation authority according to the login information specifically includes:
acquiring the Internet IP address of the operator;
and judging whether a preset IP address white list contains the Internet IP address, if so, the operator has the operation authority.
5. The method according to claim 1, wherein after the command to be executed is distributed to a target site and/or a target server, the method further comprises:
obtaining login information of an operator and operation information of the remote server;
adding a timestamp to the login information and the operation information;
and storing the login information, the operation information and the time stamp in the local server.
6. The method as claimed in claim 1, wherein after the command to be executed is distributed to a target site and/or a target server, the method further comprises:
and acquiring a command execution result of the remote server, and transmitting the command execution result to the local server.
7. The method according to claim 1, wherein the dividing the remote servers to different sites according to server attributes specifically comprises:
acquiring physical position information of the remote server;
and dividing the remote server to a preset physical position site according to the physical position information.
8. The method of claim 1, further comprising:
determining a new server in the system;
and acquiring the server attribute of the newly added server, and dividing the server into the sites according to the server attribute.
9. An apparatus for a VNC-based server to remotely execute commands, comprising:
at least one processor; and 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 cause the at least one processor to perform:
establishing a network channel between a local server and a remote server through an internet IP address;
building a VNC environment in the remote server;
dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC;
determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed;
and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
10. A non-transitory computer storage medium storing computer-executable instructions, the computer-executable instructions configured to:
establishing a network channel between a local server and a remote server through an internet IP address;
building a VNC environment in the remote server;
dividing the remote server to different sites according to server attributes, and identifying the remote server through a NoVNC;
determining a corresponding site and/or a corresponding identifier of a target server according to the server attribute corresponding to the command to be executed;
and distributing the command to be executed to a target site and/or a target server according to the corresponding site and the corresponding identifier.
CN202210879514.3A 2022-07-25 2022-07-25 Method, equipment and medium for remotely executing command by server based on VNC Active CN115150382B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210879514.3A CN115150382B (en) 2022-07-25 2022-07-25 Method, equipment and medium for remotely executing command by server based on VNC

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210879514.3A CN115150382B (en) 2022-07-25 2022-07-25 Method, equipment and medium for remotely executing command by server based on VNC

Publications (2)

Publication Number Publication Date
CN115150382A true CN115150382A (en) 2022-10-04
CN115150382B CN115150382B (en) 2024-04-12

Family

ID=83414791

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210879514.3A Active CN115150382B (en) 2022-07-25 2022-07-25 Method, equipment and medium for remotely executing command by server based on VNC

Country Status (1)

Country Link
CN (1) CN115150382B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116016482A (en) * 2022-12-23 2023-04-25 西安电子科技大学 Multi-screen monitoring self-adaptive layout method of server based on nonVNC

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160119372A1 (en) * 2014-10-23 2016-04-28 International Business Machines Corporation Interacting with a remote server over a network to determine whether to allow data exchange with a resource at the remote server
WO2019080010A1 (en) * 2017-10-25 2019-05-02 深圳市互盟科技股份有限公司 Cloud computing-based virtual machine control system and method therefor
CN112437047A (en) * 2020-11-05 2021-03-02 北京浪潮数据技术有限公司 Remote server management method, system and related device
CN112968929A (en) * 2021-01-29 2021-06-15 上海安畅网络科技股份有限公司 Server management method and system
CN113301184A (en) * 2021-07-08 2021-08-24 凌锐蓝信科技(北京)有限公司 Remote access method, device, computer equipment and storage medium
CN113553236A (en) * 2021-07-20 2021-10-26 深圳阿帕云计算有限公司 Centralized automatic management system and method for physical machines in data center
CN114020400A (en) * 2021-10-12 2022-02-08 广州明珞装备股份有限公司 NoVNC-based remote virtual simulation method, system, device and medium
CN114553571A (en) * 2022-02-25 2022-05-27 中国工商银行股份有限公司 Server management method and device, electronic equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160119372A1 (en) * 2014-10-23 2016-04-28 International Business Machines Corporation Interacting with a remote server over a network to determine whether to allow data exchange with a resource at the remote server
WO2019080010A1 (en) * 2017-10-25 2019-05-02 深圳市互盟科技股份有限公司 Cloud computing-based virtual machine control system and method therefor
CN112437047A (en) * 2020-11-05 2021-03-02 北京浪潮数据技术有限公司 Remote server management method, system and related device
CN112968929A (en) * 2021-01-29 2021-06-15 上海安畅网络科技股份有限公司 Server management method and system
CN113301184A (en) * 2021-07-08 2021-08-24 凌锐蓝信科技(北京)有限公司 Remote access method, device, computer equipment and storage medium
CN113553236A (en) * 2021-07-20 2021-10-26 深圳阿帕云计算有限公司 Centralized automatic management system and method for physical machines in data center
CN114020400A (en) * 2021-10-12 2022-02-08 广州明珞装备股份有限公司 NoVNC-based remote virtual simulation method, system, device and medium
CN114553571A (en) * 2022-02-25 2022-05-27 中国工商银行股份有限公司 Server management method and device, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116016482A (en) * 2022-12-23 2023-04-25 西安电子科技大学 Multi-screen monitoring self-adaptive layout method of server based on nonVNC
CN116016482B (en) * 2022-12-23 2024-04-05 西安电子科技大学 Multi-screen monitoring self-adaptive layout method of server based on nonVNC

Also Published As

Publication number Publication date
CN115150382B (en) 2024-04-12

Similar Documents

Publication Publication Date Title
CA3000767C (en) Network-based resource configuration discovery service
TWI516059B (en) Setup method and system for client and server environment
US20180232174A1 (en) Data Migration Between Cloud Storage Systems
WO2020151483A1 (en) Stress testing system for internet-of-things platform, method, device, and server
TW201537922A (en) Management system, gateway apparatus, server apparatus, management method, gateway method, management process execution method, and program
CN103327051A (en) Long-distance desktop management system and method
CN115150382B (en) Method, equipment and medium for remotely executing command by server based on VNC
CN104917794A (en) Data sharing method, device and system
CN111897623A (en) Cluster management method, device, equipment and storage medium
US10397071B2 (en) Automated deployment of cloud-hosted, distributed network monitoring agents
CN110968560A (en) Log collector configuration method, device and system
CN116032691B (en) Shooting range interconnection method, electronic equipment and readable storage medium
CN116915827A (en) Data transmission method and device of internet of things edge gateway, electronic equipment and medium
CN115442332B (en) Resource sharing method and device, electronic equipment and storage medium
EP2942711B1 (en) Dynamic generation of proxy connections
CN112039749B (en) Node js-based Internet of things equipment management method, system and storage medium
CN115495381A (en) Interactive scene testing method and system, processor and electronic equipment
CN110971642B (en) Data processing method and device for cloud computing platform
CN115473799B (en) System and method for automatically deploying micro-service application of virtual machine
CN115484316B (en) File sharing method and device
CN112738206B (en) Butt joint method and assembly of distributed cluster and cloud platform
CN114258020B (en) Proprietary cloud deployment method, platform and electronic equipment
JP5392367B2 (en) Management device
CN118041797A (en) Data interaction system management method, device and storage medium
CN115883249A (en) Processing method and device of firewall and processor

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant