WO2023241351A1 - 虚拟机的监控方法、装置及存储介质 - Google Patents

虚拟机的监控方法、装置及存储介质 Download PDF

Info

Publication number
WO2023241351A1
WO2023241351A1 PCT/CN2023/097170 CN2023097170W WO2023241351A1 WO 2023241351 A1 WO2023241351 A1 WO 2023241351A1 CN 2023097170 W CN2023097170 W CN 2023097170W WO 2023241351 A1 WO2023241351 A1 WO 2023241351A1
Authority
WO
WIPO (PCT)
Prior art keywords
channel
monitoring
virtual machine
remote access
protocol server
Prior art date
Application number
PCT/CN2023/097170
Other languages
English (en)
French (fr)
Inventor
高飞
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2023241351A1 publication Critical patent/WO2023241351A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/70Virtual switches

Definitions

  • the present disclosure relates to the field of communication technology, and in particular, to a virtual machine monitoring method, device and storage medium.
  • cloud computing technology has been widely used in various fields such as education, medical care, government, and enterprises. Facing the needs of multi-tenants, cloud computing centers need to isolate the networks of different tenants so that tenants cannot obtain network traffic that does not belong to them to prevent attacks by malicious tenants and leakage of tenant traffic.
  • Cloud desktop is a typical application of cloud computing.
  • tenant administrators cannot monitor the tenant's cloud desktop virtual machines due to the isolation of the management network and business network.
  • Embodiments of the present disclosure provide a virtual machine monitoring method, device, and storage medium.
  • embodiments of the present disclosure provide a virtual machine monitoring method, which is applied to a cloud platform management node.
  • the management node deploys a management network and a business network.
  • the management node and the host communicate with each other through the management network.
  • the virtual machine The monitoring method of the machine includes: after receiving the monitoring request of the virtual machine through the business network, obtaining the virtual machine connection parameters; establishing a first channel with the VDI client according to the connection parameters; forwarding the monitoring request to the VDI client through the management network
  • the corresponding host port monitors the virtual machine based on the first channel.
  • embodiments of the present disclosure also provide a virtual machine monitoring device.
  • the virtual machine monitoring device includes a memory, a processor, a program stored on the memory and executable on the processor; A data bus used to realize connection communication between the processor and the memory.
  • the program is executed by the processor, the virtual machine monitoring method as provided in this disclosure specification is implemented.
  • embodiments of the present disclosure also provide a storage medium for computer-readable storage.
  • the storage medium stores one or more programs.
  • the one or more programs can be processed by one or more processors. Execute to implement the virtual machine monitoring method as provided in this disclosure specification.
  • Figure 1 is a schematic flowchart of a virtual machine monitoring method provided by an embodiment of the present disclosure
  • Figure 2 is a schematic system structure diagram of a cloud platform provided by an embodiment of the present disclosure
  • Figure 3 is a schematic flow chart of forwarding monitoring requests to corresponding host ports through the management network and monitoring virtual machines based on the first channel provided by an embodiment of the present disclosure
  • Figure 4 is a schematic flowchart of a virtual machine monitoring process provided by an embodiment of the present disclosure.
  • FIG. 5 is a schematic structural block diagram of a virtual machine monitoring device provided by an embodiment of the present disclosure.
  • embodiments of the present disclosure provide a virtual machine monitoring method, device and storage medium, aiming to solve the problem of being unable to monitor virtual machines in a multi-tenant network isolation scenario.
  • FIG. 1 is a schematic flowchart of a virtual machine monitoring method provided by an embodiment of the present disclosure.
  • the virtual machine monitoring method includes steps S101 to S103.
  • FIG. 2 is a schematic diagram of the system structure of the cloud platform.
  • iRAI Integrated Remote Application Infrastructure, cloud desktop product
  • iECS Integrated Elastic Computing System, elastic computing platform
  • VMC Virtual Management Center, virtualization management center
  • HOST host management HOST host management
  • VM virtual machine management VM virtual machine management
  • VMC Virtualization management center that controls processes related to the HOST host and VM virtual machines.
  • the HOST host provides virtualization platform, RAP server (Remote Access Protocol server, remote access protocol server) functions and actually runs VM virtual machines.
  • CSAP Connect Service Agent Point, access service agent point) saves tenant and cloud desktop information.
  • the cloud platform management node Before monitoring virtual machines, install a multi-tenant network isolation scenario cloud platform.
  • the cloud platform management node deploys two network planes, the management network and the business network.
  • cloud platform management nodes and hosts communicate through the management network.
  • the tunnel service uses the TCP protocol, etc.
  • the tunnel (or TUNNEL) IP uses the CASP IP.
  • the tunnel service runs and the tunnel listening service is enabled to listen to the specified port.
  • the tenant administrator initiates a virtual machine monitoring request on the terminal.
  • CSAP receives the monitoring request and begins to obtain the virtual machine connection parameters, and then calls the VDI (Virtual Desktop Infrastructure) client on the terminal to initiate a connection to the virtual machine.
  • the connection parameters include but are not limited to at least one of tunnel IP, host IP, VMC port, tunnel listening port, and session key connecting to the virtual machine.
  • the first channel is a tunnel channel. Since the CSAP module is deployed on the cloud platform management node and the business network IP address is assigned, and the tunnel service uses the TCP protocol, the tunnel channel with the VDI client is established based on the connection parameters.
  • first channel may also be other types of channels except tunnel channels, and the type of the first channel is not specifically limited in this disclosure.
  • the method before establishing the first channel connected to the VDI client, includes: delivering connection parameters to the VDI client so that the VDI client can initialize.
  • CSAP After CSAP obtains the virtual machine connection parameters, it delivers the connection parameters to the VDI client.
  • the VDI client first performs initialization operations, such as setting various sub-attributes and menus of the terminal screen. After that, VDI client and CSAP Establish the first channel, such as a tunnel channel.
  • CSAP After the VDI client establishes the first channel with CSAP, CSAP forwards the monitoring request to the host port through the management network. That is, CSAP makes a TCP link redirection to the management network of the computing node, thereby enabling the tenant administrator to monitor and access the tenant. cloud desktop virtual machine.
  • step S103 may include sub-step S1031 and sub-step S1032.
  • Monitoring channels include but are not limited to at least one of a display channel, a sound channel, an input channel, and a cursor channel.
  • the process before creating the monitoring channel through the remote access protocol server, the process includes: establishing a second channel connected to the remote access protocol server; sending connection parameters to the remote access protocol server based on the second channel, so that the remote access protocol server can Connection parameters and perform authentication operations.
  • CSAP After CSAP forwards the monitoring request to the host port through the management network, CSAP establishes a second channel with the remote access protocol server RAP server.
  • the second channel serves as the main channel to connect to the remote access protocol server RAP server.
  • CSAP sends the session key and other connection parameters to the remote access protocol server RAP server through the second channel.
  • the remote access protocol server RAP server After the remote access protocol server RAP server receives the session key and other connection parameters, the remote access protocol server RAP server performs authentication based on the session key and other connection parameters. Right operation. If the authentication fails, the process is terminated. Alternatively, the remote access protocol server RAP server returns the corresponding authentication failure message to CSAP.
  • CSAP forwards the authentication failure message to the VDI client based on the first channel, notifying the tenant administrator that the virtual machine cannot be monitored. If the authentication passes, the remote access protocol server RAP server returns the corresponding authentication completion message to CSAP.
  • sending connection parameters to the remote access protocol server based on the second channel, so that the remote access protocol server performs an authentication operation based on the connection parameters includes: receiving the authentication returned by the remote access protocol server based on the second channel
  • the authentication completion message is forwarded to the VDI client based on the first channel, so that the VDI client uploads the monitoring channel creation notification after receiving the authentication completion message; after receiving the monitoring channel creation notification based on the first channel
  • the monitoring channel creation notification is forwarded to the remote access protocol server based on the second channel, so that the remote access protocol server creates the monitoring channel after receiving the monitoring channel creation notification.
  • CSAP When CSAP receives the authentication completion message returned by the remote access protocol server RAP server based on the second channel, it forwards the authentication completion message to the VDI client based on the first channel. For example, forwards the authentication completion message to the VDI client based on the tunnel channel. VDI client.
  • the authentication completion message includes information such as mouse mode.
  • the VDI client After receiving the authentication completion message, the VDI client sends a message to notify the remote access protocol server RAP server to prepare to create a monitoring channel. For example, the VDI client sends a monitoring channel creation notification to the CSAP, and the CSAP receives the monitoring channel creation notification based on the first channel. For example, the CSAP receives the monitoring channel creation notification based on the tunnel channel. After receiving the monitoring channel creation notification, CSAP forwards the monitoring channel creation notification to the remote access protocol server RAP server based on the second channel. After receiving the monitoring channel creation notification, the remote access protocol server RAP server performs the operation of creating the monitoring channel.
  • forwarding the monitoring channel creation notification to the remote access protocol server based on the second channel, so that the remote access protocol server creates the monitoring channel after receiving the monitoring channel creation notification includes: forwarding the monitoring channel creation notification based on the second channel.
  • the second channel is forwarded to the remote access protocol server and receives the monitoring channel list returned by the remote access protocol server; the monitoring channel list is forwarded to the VDI client based on the first channel; the VDI client receives the monitoring channel list based on the first channel and sends
  • the monitoring channel creation request message is sent, the monitoring channel creation request message is forwarded to the remote access protocol server based on the second channel, so that the remote access protocol server creates a corresponding monitoring channel according to the monitoring channel creation request message.
  • the remote access protocol server RAP server After the remote access protocol server RAP server receives the monitoring channel creation notification, the remote access protocol server RAP server informs the VDI client of the channel type, ID and other information it supports. For example, the remote access protocol server RAP server sends the monitoring channel list to CSAP.
  • the monitoring channel list contains the channel types supported by the remote access protocol server RAP server.
  • CSAP After CSAP receives the monitoring channel list based on the second channel, it forwards the monitoring channel list to the VDI client based on the first channel. For example, CSAP forwards the monitoring channel list to the VDI client based on the tunnel channel.
  • the VDI client After receiving the monitoring channel list, the VDI client sends a corresponding monitoring channel creation request message to CSAP according to the monitoring channel list. For example, if based on the monitoring channel list, it is determined that the channel types supported by the remote access protocol server RAP server include display channels, sound channels, input channels and cursor channels, then the VDI client sends the display channel, sound channel, input channel and cursor channel. Create request message to CSAP.
  • CSAP When CSAP receives the monitoring channel creation request message based on the first channel, it forwards the monitoring channel creation request message to the remote access protocol server RAP server based on the second channel.
  • the remote access protocol server RAP server receives the monitoring channel creation request message, it creates the corresponding monitoring channel based on the monitoring channel creation request message. For example, create display channels, sound channels, input channels, and cursor channels.
  • the remote access protocol server RAP server After the remote access protocol server RAP server successfully creates monitoring channels such as display channels, sound channels, input channels, and cursor channels, the remote access protocol server RAP server sends a monitoring channel creation success message to CSAP.
  • CSAP After receiving the monitoring channel creation success message based on the second channel, CSAP forwards the monitoring channel creation success message to the VDI client through the first channel. For example, the monitoring channel creation success message is forwarded to the VDI client based on the tunnel channel.
  • the VDI client After receiving the message that the monitoring channel is successfully created, the VDI client displays the corresponding cloud desktop and performs virtual machine monitoring and access operations based on the cloud desktop. For example, you can view the running information of the virtual machine through the display channel, and perform monitoring operations on the virtual machine through the input channel, cursor channel, etc.
  • the virtual machine monitoring process is as follows.
  • Step1 Initiate a virtual machine monitoring request on the tenant administrator terminal.
  • Step 2 CSAP receives the request and starts to obtain the virtual machine connection parameters, delivers the connection parameters to the VDI client on the terminal, and initiates a connection to the virtual machine.
  • Step3 Initialize the VDI client and set various sub-properties and menus such as the screen.
  • Step4 Establish a tunnel between the VDI client and CSAP.
  • Step5 CSAP forwards the monitoring request to the host port, establishes the main channel for the RAP server connection, and sends session key and other connection parameters to the RAP server.
  • Step6 RAP server performs authentication. After the authentication is completed, a message is returned to the VDI client.
  • Step7 The VDI client sends a message to notify the RAP server that it is ready to create a channel.
  • Step8 RAP server returns the channel list to the VDI client, telling the VDI client the channel types, IDs and other information supported.
  • Step9 The VDI client requests the creation of display channels, sound channels, input channels, cursor channels, etc. in sequence, and the RAP server returns a message that the channel creation is successful.
  • Step10 CSAP forwards the channel creation success message to the VDI client.
  • Step11 After receiving the channel creation success message, the VDI client starts to display the cloud desktop for virtual machine monitoring access.
  • the virtual machine monitoring method deploys a management network and a business network on the cloud platform management node.
  • the management node and the host communicate through the management network.
  • the tenant administrator initiates the virtual machine through the terminal.
  • Monitoring request after receiving the virtual machine monitoring request through the business network, obtain the virtual machine connection parameters, establish the first channel with the VDI client based on the connection parameters, and then forward the monitoring request to the corresponding host port through the management network. Through the first channel, the link is redirected to the management network of the computing node to monitor the virtual machine, that is, in a multi-tenant network isolation scenario, the virtual machine is monitored.
  • FIG. 5 is a schematic block diagram of a virtual machine monitoring device provided by an embodiment of the present disclosure.
  • the virtual machine monitoring device 200 may include a processor 210 and a memory 220.
  • the processor 210 and the memory 220 are connected through a bus, such as an I2C (Inter-integrated Circuit) bus.
  • I2C Inter-integrated Circuit
  • the processor 210 may be a micro-controller unit (Micro-controller Unit, MCU), a central processing unit (Central Processing Unit, CPU) or a digital signal processor (Digital Signal Processor, DSP), etc.
  • MCU Micro-controller Unit
  • CPU Central Processing Unit
  • DSP Digital Signal Processor
  • the memory 220 may be a Flash chip, a read-only memory (ROM, Read-Only Memory) disk, an optical disk, a U disk or a mobile hard disk, etc.
  • Various computer programs for execution by the processor 210 are stored in the memory 220 .
  • the processor 210 is used to run the computer program stored in the memory, and implement the following steps when executing the computer program: after receiving the monitoring request of the virtual machine through the business network, obtain the virtual machine connection parameters; according to the connection parameters, establish the connection with the VDI The first channel of the client; forwards the monitoring request to the corresponding host port through the management network, and monitors the virtual machine based on the first channel.
  • the first channel includes a tunnel channel;
  • the connection parameters include at least one of a tunnel channel IP, a host IP, a VMC port, a tunnel channel listening port, and a session key for connecting to the virtual machine.
  • the processor 210 when the processor 210 forwards the monitoring request to the corresponding host port through the management network and monitors the virtual machine based on the first channel, the processor 210 can forward the monitoring request to the host port through the management network to monitor the virtual machine based on the first channel.
  • the monitoring channel includes at least one of a display channel, a sound channel, an input channel, and a cursor channel.
  • the processor 210 may: establish a second channel connected to the remote access protocol server; send connection parameters to the remote access protocol server based on the second channel to Enable the remote access protocol server to perform authentication operations based on connection parameters.
  • the processor 210 may implement: after receiving the connection parameters based on the second channel When the remote access protocol server returns an authentication completion message, the authentication completion message is forwarded to the VDI client based on the first channel, so that the VDI client uploads the monitoring channel creation notification after receiving the authentication completion message;
  • the first channel receives the monitoring channel creation notification, it forwards the monitoring channel creation notification to the remote access protocol server based on the second channel, so that the remote access protocol server creates the monitoring channel after receiving the monitoring channel creation notification.
  • the processor 210 when the processor 210 forwards the monitoring channel creation notification to the remote access protocol server based on the second channel, so that the remote access protocol server creates the monitoring channel after receiving the monitoring channel creation notification, it can implement: Forward the monitoring channel creation notification to the remote access protocol server based on the second channel, and receive the monitoring channel list returned by the remote access protocol server; forward the monitoring channel list to the VDI client based on the first channel; When the first channel receives the monitoring channel creation request message sent by the VDI client according to the monitoring channel list, the monitoring channel creation request message is forwarded to the remote access protocol server based on the second channel, so that the remote access protocol server creates the monitoring channel request message based on the monitoring channel list. message and create the corresponding monitoring channel.
  • the processor 210 may deliver connection parameters to the VDI client to enable the VDI client to initialize.
  • Embodiments of the present disclosure also provide a storage medium for computer-readable storage.
  • the storage medium stores one or more programs.
  • the one or more programs can be executed by one or more processors to implement any of the tasks of the present disclosure.
  • An embodiment provides a method for monitoring a virtual machine.
  • the storage medium may be an internal storage unit of the terminal of the aforementioned embodiment, such as a hard disk or memory of the terminal.
  • the storage medium can also be an external storage device of the terminal, such as a plug-in hard drive equipped on the terminal, a Smart Media Card (SMC), a Secure Digital (SD) card, a Flash Card, etc.
  • SMC Smart Media Card
  • SD Secure Digital
  • Embodiments of the present disclosure provide a virtual machine monitoring method, device and storage medium.
  • the management node and the host communicate with each other through the management network.
  • the tenant administrator initiates a virtual machine monitoring request through the terminal.
  • After receiving the virtual machine monitoring request through the business network it obtains the virtual machine connection parameters and establishes the first channel with the VDI client based on the connection parameters.
  • the monitoring request is passed through the management
  • the network is forwarded to the corresponding host port, and the link is redirected to the management network of the computing node through the first channel to monitor the virtual machine, that is, in a multi-tenant network isolation scenario, the virtual machine is monitored.
  • Such software may be distributed on computer-readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media).
  • computer storage media includes volatile and nonvolatile media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. removable, removable and non-removable media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disk (DVD) or other optical disk storage, magnetic cassettes, tapes, disk storage or other magnetic storage devices, or may Any other medium used to store the desired information and that can be accessed by a computer.
  • communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism, and may include any information delivery media .

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本申请属于通信技术领域。本申请提供了一种虚拟机的监控方法、装置及存储介质。该虚拟机的监控方法应用于云平台管理节点,管理节点部署管理网和业务网,管理节点和主机通过管理网互通。该监控方法包括:在通过业务网接收到虚拟机的监控请求后,获取虚拟机连接参数;根据连接参数,建立与VDI客户端的第一通道;将监控请求通过管理网转发至对应的主机端口,基于第一通道对虚拟机进行监控。

Description

虚拟机的监控方法、装置及存储介质
相关申请的交叉引用
本公开要求享有2022年06月14日提交的名称为“虚拟机的监控方法、装置及存储介质”的中国专利申请202210669614.3的优先权,其全部内容通过引用并入本公开中。
技术领域
本公开涉及通信技术领域,尤其涉及一种虚拟机的监控方法、装置及存储介质。
背景技术
随着时代的发展,云计算技术在教育、医疗、政府、企业等各个领域都得到广泛应用。云计算中心面对多租户的需求,需将不同租户的网络进行隔离,租户之间无法获取到不属于自己的网络流量,防止恶意租户的攻击、租户流量泄漏。云桌面是云计算的典型应用,在多租户网络隔离场景下,由于管理网和业务网隔离,租户管理员无法监控租户的云桌面虚拟机。
因此,如何在多租户网络隔离场景下,实现对虚拟机进行监控成为亟待解决的问题。
发明内容
本公开实施例提供了一种虚拟机的监控方法、装置及存储介质。
第一方面,本公开实施例提供了一种虚拟机的监控方法,应用于云平台管理节点,所述管理节点部署管理网和业务网,所述管理节点和主机通过管理网互通,所述虚拟机的监控方法包括:在通过业务网接收到虚拟机的监控请求后,获取虚拟机连接参数;根据所述连接参数,建立与VDI客户端的第一通道;将所述监控请求通过管理网转发至对应的主机端口,基于所述第一通道对所述虚拟机进行监控。
第二方面,本公开实施例还提供了一种虚拟机的监控装置,所述虚拟机的监控装置包括存储器、处理器、存储在所述存储器上并可在所述处理器上运行的程序以及用于实现所述处理器和所述存储器之间的连接通信的数据总线,所述程序被所述处理器执行时实现如本公开说明书提供的虚拟机的监控方法。
第三方面,本公开实施例还提供了一种存储介质,用于计算机可读存储,所述存储介质存储有一个或者多个程序,所述一个或者多个程序可被一个或者多个处理器执行,以实现如本公开说明书提供的虚拟机的监控方法。
附图说明
为了更清楚地说明本公开实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本公开的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本公开实施例提供的一种虚拟机的监控方法的流程示意图;
图2为本公开实施例提供的一种云平台的系统结构示意图;
图3为本公开实施例提供的一种将监控请求通过管理网转发至对应的主机端口,基于第一通道对虚拟机进行监控的流程示意图;
图4为本公开实施例提供的一种虚拟机监控流程示意图;以及
图5为本公开实施例提供的一种虚拟机的监控装置的结构示意性框图。
具体实施方式
下面将结合本公开实施例中的附图,对本公开实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本公开一部分实施例,而不是全部的实施例。基于本公开中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本公开保护的范围。
附图中所示的流程图仅是示例说明,不是必须包括所有的内容和操作/步骤,也不是必须按所描述的顺序执行。例如,有的操作/步骤还可以分解、组合或部分合并,因此实际执行的顺序有可能根据实际情况改变。
应当理解,在此本公开说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本公开。如在本公开说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。
云计算技术在教育、医疗、政府、企业等各个领域都得到广泛应用。云计算中心面对多租户的需求,需将不同租户的网络进行隔离,租户之间无法获取到不属于自己的网络流量,防止恶意租户的攻击、租户流量泄漏。云桌面是云计算的典型应用,在多租户网络隔离场景下,由于管理网和业务网隔离,租户管理员无法通过访问计算节点管理网IP+端口方式来监控租户的云桌面虚拟机。
为了解决上述问题,本公开实施例提供了一种虚拟机的监控方法、装置及存储介质,旨在解决在多租户网络隔离场景下,无法对虚拟机进行监控的问题。
下面结合附图,对本公开的一些实施例作详细说明。在不冲突的情况下,下述的实施例及实施例中的特征可以相互组合。
请参照图1,图1为本公开实施例提供的一种虚拟机的监控方法流程示意图。
如图1所示,该虚拟机的监控方法包括步骤S101至步骤S103。
S101、在通过业务网接收到虚拟机的监控请求后,获取虚拟机的连接参数。
示例性地,如图2所示,图2为云平台的系统结构示意图,iRAI(Integrated Remote Application Infrastructure,云桌面产品)为租户门户,主要提供:租户申请虚拟机、租户管理、桌面池管理等界面化操作。iECS(Integrated Elastic Computing System,弹性计算平台)为管理员门户,提供VMC(Virtual Management Center,虚拟化管理中心)管理、HOST主机管理、VM虚拟机管理等界面化操作。VMC为虚拟化管理中心,实现HOST主机和VM虚拟机相关流程的控制。HOST主机提供虚拟化平台、RAP server(Remote Access Protocol server,远程访问协议服务器)功能并实际运行VM虚拟机。CSAP(Connect Service Agent Point,接入服务代理点)保存租户和云桌面信息。
在进行虚拟机监控之前,先安装多租户网络隔离场景云平台,云平台管理节点同时部署管理网和业务网2个网络平面。在多租户网络隔离场景下,云平台管理节点和主机通过管理网互通。云平台管理节点上部署CSAP模块并分配业务网IP地址、tunnel服务使用TCP协议等,tunnel(或TUNNEL)的IP采用CASP的IP,tunnel服务运行并开启tunnel监听服务,监听指定的端口。
当租户管理员要进行租户的云桌面虚拟机访问监控时,在租户管理员终端上通过业务网IP打开浏览器访问登录云平台,选择待进行监控的云桌面虚拟机,租户管理员终端包括但不限于PC(Personal Computer,个人计算机)、手机、平板等设备。
租户管理员在终端上发起虚拟机监控请求,CSAP收到监控请求开始获取虚拟机连接参数,后调用终端上VDI(Virtual Desktop Infrastructure,虚拟化桌面基础架构)客户端发起连接虚拟机。连接参数包括但不限于tunnel通道IP、主机IP、VMC端口、tunnel通道监听端口、连接虚拟机的sessionkey会话密钥中的至少一种。
S102、根据连接参数,建立与VDI客户端的第一通道。
示例性地,第一通道为tunnel通道。由于云平台管理节点上部署CSAP模块并分配业务网IP地址、tunnel服务使用TCP协议,因此,根据连接参数建立与VDI客户端的tunnel通道。
需要说明的是,第一通道也可以为除了tunnel通道以外的其他类型通道,本公开中对第一通道的类型不作具体限制。
示例性地,建立与VDI客户端连接的第一通道之前,包括:下发连接参数至VDI客户端,以使VDI客户端进行初始化。
CSAP获取到虚拟机连接参数后,将连接参数下发至VDI客户端,VDI客户端先进行初始化操作,例如,对终端屏幕各子属性及菜单等信息进行设置。之后,VDI客户端与CSAP 建立第一通道,如tunnel通道。
S103、将监控请求通过管理网转发至对应的主机端口,基于第一通道对虚拟机进行监控。
VDI客户端与CSAP建立第一通道之后,CSAP将监控请求通过管理网转发到主机端口,也即,CSAP做一个tcp链路的重定向到计算节点的管理网,进而实现租户管理员监控访问租户的云桌面虚拟机。
在一些实施例中,如图3所示,步骤S103可以包括子步骤S1031和子步骤S1032。
S1031、将监控请求通过管理网转发至主机端口,以通过远程访问协议服务器创建监控通道。
CSAP将监控请求通过管理网转发至主机端口后,通过远程访问协议服务器RAP server创建监控通道。监控通道包括但不限于显示通道、声音通道、输入通道、光标通道中的至少一种。
在一些实施例中,通过远程访问协议服务器创建监控通道之前,包括:建立与远程访问协议服务器连接的第二通道;基于第二通道向远程访问协议服务器发送连接参数,以使远程访问协议服务器根据连接参数,进行鉴权操作。
CSAP将监控请求通过管理网转发至主机端口后,CSAP与远程访问协议服务器RAP server建立第二通道,第二通道作为与远程访问协议服务器RAP server连接的主通道。CSAP将session key等连接参数通过第二通道发送至远程访问协议服务器RAP server,远程访问协议服务器RAP server接收到session key等连接参数后,远程访问协议服务器RAP server根据session key等连接参数,进行鉴权操作。若鉴权不通过,则终止流程。或者,远程访问协议服务器RAP server返回相应的鉴权不通过消息给CSAP,CSAP基于第一通道转发鉴权不通过消息至VDI客户端,通知租户管理员无法对该虚拟机进行监控。若鉴权通过,远程访问协议服务器RAP server返回相应的鉴权完成消息给CSAP。
示例性地,基于第二通道向远程访问协议服务器发送连接参数,以使远程访问协议服务器根据连接参数,进行鉴权操作之后,包括:在基于第二通道接收到远程访问协议服务器返回的鉴权完成消息时,将鉴权完成消息基于第一通道转发至VDI客户端,以使VDI客户端在接收到鉴权完成消息后,上传监控通道创建通知;在基于第一通道接收到监控通道创建通知时,将监控通道创建通知基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器在接收到监控通道创建通知后,创建监控通道。
CSAP基于第二通道接收到远程访问协议服务器RAP server返回的鉴权完成消息时,将该鉴权完成消息基于第一通道转发至VDI客户端,例如,将该鉴权完成消息基于tunnel通道转发至VDI客户端。示例性地,该鉴权完成消息中包含鼠标模式等信息。
VDI客户端在接收到该鉴权完成消息后,发消息通知远程访问协议服务器RAP server准备创建监控通道。示例性地,VDI客户端发送监控通道创建通知给CSAP,CSAP基于第一通道接收该监控通道创建通知,例如,CSAP基于tunnel通道接收该监控通道创建通知。CSAP在接收该监控通道创建通知后,将该监控通道创建通知基于第二通道转发至远程访问协议服务器RAP server。远程访问协议服务器RAP server在接收到该监控通道创建通知后,执行创建监控通道的操作。
在一些实施例中,将监控通道创建通知基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器在接收到监控通道创建通知后,创建监控通道,包括:将监控通道创建通知基于第二通道转发至远程访问协议服务器,并接收远程访问协议服务器返回的监控通道列表;将监控通道列表基于第一通道转发至VDI客户端;在基于第一通道接收到VDI客户端根据监控通道列表发送的监控通道创建请求消息时,将监控通道创建请求消息基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器根据监控通道创建请求消息,创建对应的监控通道。
远程访问协议服务器RAP server在接收到该监控通道创建通知后,远程访问协议服务器RAP server告知VDI客户端其支持的通道类型、ID等信息。示例性地,远程访问协议服务器RAP server向CSAP发送监控通道列表。监控通道列表中包含远程访问协议服务器RAP server支持的通道类型。CSAP基于第二通道接收到该监控通道列表后,将该监控通道列表基于第一通道转发至VDI客户端,例如,CSAP基于tunnel通道将该监控通道列表转发至VDI客户端。
VDI客户端接收到该监控通道列表后,根据该监控通道列表,发送相应的监控通道创建请求消息至CSAP。例如,若根据该监控通道列表,确定远程访问协议服务器RAP server支持的通道类型包括显示通道、声音通道、输入通道和光标通道,则VDI客户端发送显示通道、声音通道、输入通道和光标通道的创建请求消息至CSAP。
CSAP基于第一通道接收到监控通道创建请求消息时,将监控通道创建请求消息基于第二通道转发至远程访问协议服务器RAP server。远程访问协议服务器RAP server在接收到监控通道创建请求消息时,根据该监控通道创建请求消息,创建对应的监控通道。例如,创建显示通道、声音通道、输入通道和光标通道。
S1032、在监控通道创建成功后,基于第一通道发送监控通道创建成功消息至VDI客户端,以使VDI客户端在接收到监控通道创建成功消息后,显示对应的云桌面,对虚拟机进行监控。
远程访问协议服务器RAP server创建显示通道、声音通道、输入通道和光标通道等监控通道成功后,远程访问协议服务器RAP server发送监控通道创建成功消息至CSAP。CSAP 基于第二通道接收到监控通道创建成功消息后,CSAP通过第一通道将监控通道创建成功消息转发至VDI客户端。例如,将监控通道创建成功消息基于tunnel通道转发至VDI客户端。
VDI客户端接收到监控通道创建成功消息后,显示对应的云桌面,基于云桌面进行虚拟机监控访问操作。例如,通过显示通道查看虚拟机运行信息,通过输入通道、光标通道等对虚拟机执行监控操作。
下面,以第一通道为tunnel通道为例,对虚拟机监控流程进行说明,如图4所示,虚拟机监控流程如下。
Step1:租户管理员终端上发起虚拟机监控请求。
Step2:CSAP收到请求开始获取虚拟机连接参数,下发连接参数至终端上VDI客户端,发起连接虚拟机。
Step3:VDI客户端进行初始化,设置屏幕等各子属性及菜单。
Step4:VDI客户端和CSAP建立tunnel通道。
Step5:CSAP将监控请求转发到主机端口,建立RAP server连接的主通道,向RAP server发送session key等连接参数。
Step6:RAP server进行鉴权,鉴权完成后,返回消息至VDI客户端。
Step7:VDI客户端发消息通知RAP server准备创建通道。
Step8:RAP server返回通道列表给VDI客户端,告诉VDI客户端支持的通道类型、ID等信息。
Step9:VDI客户端依次请求创建显示通道、声音通道、输入通道、光标通道等,RAP server返回通道创建成功的消息。
Step10:CSAP转发通道创建成功消息至VDI客户端。
Step11:VDI客户端收到通道创建成功消息后,开始显示云桌面,以进行虚拟机监控访问。
上述实施例提供的虚拟机的监控方法,通过在云平台管理节点部署管理网和业务网,管理节点和主机通过管理网互通,当需要对虚拟机进行监控时,租户管理员通过终端发起虚拟机监控请求,在通过业务网接收到虚拟机监控请求后,获取虚拟机连接参数,根据该连接参数,建立与VDI客户端的第一通道,之后,将监控请求通过管理网转发至对应的主机端口,通过第一通道实现将链路重定向到计算节点的管理网,进而实现对虚拟机进行监控,也即在多租户网络隔离场景下,实现对虚拟机进行监控。
本公开实施例还提供一种虚拟机的监控装置,请参阅图5,图5是本公开一实施例提供的虚拟机的监控装置的示意性框图。
如图5所示,该虚拟机的监控装置200可以包括处理器210、存储器220,处理器210与存储器220通过总线连接,该总线比如为I2C(Inter-integrated Circuit)总线。
处理器210可以是微控制单元(Micro-controller Unit,MCU)、中央处理单元(Central Processing Unit,CPU)或数字信号处理器(Digital Signal Processor,DSP)等。
存储器220可以是Flash芯片、只读存储器(ROM,Read-Only Memory)磁盘、光盘、U盘或移动硬盘等。存储器220中存储有供处理器210执行的各种计算机程序。
处理器210用于运行存储在存储器中的计算机程序,并在执行计算机程序时实现如下步骤:在通过业务网接收到虚拟机的监控请求后,获取虚拟机连接参数;根据连接参数,建立与VDI客户端的第一通道;将监控请求通过管理网转发至对应的主机端口,基于第一通道对虚拟机进行监控。
在一些实施例中,第一通道包括tunnel通道;连接参数包括tunnel通道IP、主机IP、VMC端口、tunnel通道监听端口、连接虚拟机的会话密钥中的至少一种。
在一些实施例中,处理器210在实现将监控请求通过管理网转发至对应的主机端口,基于第一通道对虚拟机进行监控时,可以实现:将监控请求通过管理网转发至主机端口,以通过远程访问协议服务器创建监控通道;在监控通道创建成功后,基于第一通道发送监控通道创建成功消息至VDI客户端,以使VDI客户端在接收到监控通道创建成功消息后,显示对应的云桌面,对虚拟机进行监控。
在一些实施例中,监控通道包括显示通道、声音通道、输入通道、光标通道中的至少一种。
在一些实施例中,处理器210在实现通过远程访问协议服务器创建监控通道之前,可以实现:建立与远程访问协议服务器连接的第二通道;基于第二通道向远程访问协议服务器发送连接参数,以使远程访问协议服务器根据连接参数,进行鉴权操作。
在一些实施例中,处理器210在实现基于第二通道向远程访问协议服务器发送连接参数,以使远程访问协议服务器根据连接参数,进行鉴权操作之后,可以实现:在基于第二通道接收到远程访问协议服务器返回的鉴权完成消息时,将鉴权完成消息基于第一通道转发至VDI客户端,以使VDI客户端在接收到鉴权完成消息后,上传监控通道创建通知;在基于第一通道接收到监控通道创建通知时,将监控通道创建通知基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器在接收到监控通道创建通知后,创建监控通道。
在一些实施例中,处理器210在实现将监控通道创建通知基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器在接收到监控通道创建通知后,创建监控通道时,可以实现:将监控通道创建通知基于第二通道转发至远程访问协议服务器,并接收远程访问协议服务器返回的监控通道列表;将监控通道列表基于第一通道转发至VDI客户端;在 基于第一通道接收到VDI客户端根据监控通道列表发送的监控通道创建请求消息时,将监控通道创建请求消息基于第二通道转发至远程访问协议服务器,以使远程访问协议服务器根据监控通道创建请求消息,创建对应的监控通道。
在一些实施例中,处理器210在实现建立与VDI客户端的第一通道之前,可以实现:下发连接参数至VDI客户端,以使VDI客户端进行初始化。
本公开实施例还提供了一种存储介质,用于计算机可读存储,存储介质存储有一个或者多个程序,一个或者多个程序可被一个或者多个处理器执行,以实现如本公开任一实施例提供的虚拟机的监控方法。
存储介质可以是前述实施例的终端的内部存储单元,例如终端的硬盘或内存。存储介质也可以是终端的外部存储设备,例如终端上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。
本公开实施例提供了一种虚拟机的监控方法、装置及存储介质,通过在云平台管理节点部署管理网和业务网,管理节点和主机通过管理网互通,当需要对虚拟机进行监控时,租户管理员通过终端发起虚拟机监控请求,在通过业务网接收到虚拟机监控请求后,获取虚拟机连接参数,根据该连接参数,建立与VDI客户端的第一通道,之后,将监控请求通过管理网转发至对应的主机端口,通过第一通道实现将链路重定向到计算节点的管理网,进而实现对虚拟机进行监控,也即在多租户网络隔离场景下,实现对虚拟机进行监控。
本领域普通技术人员可以理解,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适当的组合。在硬件实施例中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由若干物理组件合作执行。某些物理组件或所有物理组件可以被实施为由处理器,如中央处理器、数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在计算机可读介质上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。如本领域普通技术人员公知的,术语计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其他数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括但不限于RAM、ROM、EEPROM、闪存或其他存储器技术、CD-ROM、数字多功能盘(DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、程序模块或者诸如载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。
应当理解,在本公开说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者系统不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者系统所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者系统中还存在另外的相同要素。
上述本公开实施例序号仅仅为了描述,不代表实施例的优劣。以上所述,仅为本公开的具体实施例,但本公开的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本公开揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本公开的保护范围之内。因此,本公开的保护范围应以权利要求的保护范围为准。

Claims (10)

  1. 一种虚拟机的监控方法,应用于云平台管理节点,所述管理节点部署管理网和业务网,所述管理节点和主机通过所述管理网互通,所述虚拟机的监控方法包括:
    在通过所述业务网接收到虚拟机的监控请求后,获取所述虚拟机的连接参数;
    根据所述连接参数,建立与VDI客户端的第一通道;以及
    将所述监控请求通过所述管理网转发至对应的主机端口,基于所述第一通道对所述虚拟机进行监控。
  2. 根据权利要求1所述的虚拟机的监控方法,其中,所述第一通道包括TUNNEL通道;所述连接参数包括TUNNEL通道IP、主机IP、VMC端口、TUNNEL通道监听端口、连接虚拟机的会话密钥中的至少一种。
  3. 根据权利要求1所述的虚拟机的监控方法,其中,所述将所述监控请求通过所述管理网转发至对应的主机端口,基于所述第一通道对所述虚拟机进行监控,包括:
    将所述监控请求通过所述管理网转发至所述主机端口,以通过远程访问协议服务器创建监控通道;
    在所述监控通道创建成功后,基于所述第一通道发送监控通道创建成功消息至所述VDI客户端,以使所述VDI客户端在接收到所述监控通道创建成功消息后,显示对应的云桌面,对所述虚拟机进行监控。
  4. 根据权利要求3所述的虚拟机的监控方法,其中,所述监控通道包括显示通道、声音通道、输入通道、光标通道中的至少一种。
  5. 根据权利要求3所述的虚拟机的监控方法,其中,所述通过远程访问协议服务器创建监控通道之前,包括:
    建立与所述远程访问协议服务器连接的第二通道;
    基于所述第二通道向所述远程访问协议服务器发送所述连接参数,以使所述远程访问协议服务器根据所述连接参数,进行鉴权操作。
  6. 根据权利要求5所述的虚拟机的监控方法,其中,所述基于所述第二通道向所述远程访问协议服务器发送所述连接参数,以使所述远程访问协议服务器根据所述连接参数,进行鉴权操作之后,包括:
    在基于所述第二通道接收到所述远程访问协议服务器返回的鉴权完成消息的情况下,将所述鉴权完成消息基于所述第一通道转发至所述VDI客户端,以使所述VDI客户端在接收到所述鉴权完成消息后,上传监控通道创建通知;
    在基于所述第一通道接收到所述监控通道创建通知的情况下,将所述监控通道创建通知基于所述第二通道转发至所述远程访问协议服务器,以使所述远程访问协议服 务器在接收到所述监控通道创建通知后,创建所述监控通道。
  7. 根据权利要求6所述的虚拟机的监控方法,其中,所述将所述监控通道创建通知基于所述第二通道转发至所述远程访问协议服务器,以使所述远程访问协议服务器在接收到所述监控通道创建通知后,创建所述监控通道,包括:
    将所述监控通道创建通知基于所述第二通道转发至所述远程访问协议服务器,并接收所述远程访问协议服务器返回的监控通道列表;
    将所述监控通道列表基于所述第一通道转发至所述VDI客户端;
    在基于所述第一通道接收到所述VDI客户端根据所述监控通道列表发送的监控通道创建请求消息的情况下,将所述监控通道创建请求消息基于所述第二通道转发至所述远程访问协议服务器,以使所述远程访问协议服务器根据所述监控通道创建请求消息,创建对应的监控通道。
  8. 根据权利要求1至7任一项所述的虚拟机的监控方法,其中,所述建立与VDI客户端的第一通道之前,包括:
    下发所述连接参数至所述VDI客户端,以使所述VDI客户端进行初始化。
  9. 一种虚拟机的监控装置,包括存储器、处理器、存储在所述存储器上并可在所述处理器上运行的程序以及用于实现所述处理器和所述存储器之间的连接通信的数据总线,所述程序被所述处理器执行时实现如权利要求1至8任一项所述的虚拟机的监控方法。
  10. 一种存储介质,用于计算机可读存储,其中,所述存储介质存储有一个或者多个程序,所述一个或者多个程序可被一个或者多个处理器执行,以实现权利要求1至8中任一项所述的虚拟机的监控方法。
PCT/CN2023/097170 2022-06-14 2023-05-30 虚拟机的监控方法、装置及存储介质 WO2023241351A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210669614.3 2022-06-14
CN202210669614.3A CN117278436A (zh) 2022-06-14 2022-06-14 虚拟机的监控方法、装置及存储介质

Publications (1)

Publication Number Publication Date
WO2023241351A1 true WO2023241351A1 (zh) 2023-12-21

Family

ID=89192258

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/097170 WO2023241351A1 (zh) 2022-06-14 2023-05-30 虚拟机的监控方法、装置及存储介质

Country Status (2)

Country Link
CN (1) CN117278436A (zh)
WO (1) WO2023241351A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103618737A (zh) * 2013-12-10 2014-03-05 浪潮电子信息产业股份有限公司 一种云计算环境下的虚拟机vnc控制台优化方案
CN110572439A (zh) * 2019-08-14 2019-12-13 中国电子科技集团公司第二十八研究所 一种基于元数据服务和虚拟转发网桥的云监控方法
CN111367753A (zh) * 2018-12-26 2020-07-03 中兴通讯股份有限公司 基于网络通信引擎ice架构的云桌面录屏方法及装置
CN112383502A (zh) * 2020-09-11 2021-02-19 深圳市证通电子股份有限公司 物理机和虚拟机统一监控的方法、系统和电子装置
CN112702233A (zh) * 2020-12-21 2021-04-23 北京首汽智行科技有限公司 一种Java虚拟机JVM集群监控方法
WO2022001751A1 (zh) * 2020-06-28 2022-01-06 中兴通讯股份有限公司 虚拟云桌面监测方法、客户端、服务端和存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103618737A (zh) * 2013-12-10 2014-03-05 浪潮电子信息产业股份有限公司 一种云计算环境下的虚拟机vnc控制台优化方案
CN111367753A (zh) * 2018-12-26 2020-07-03 中兴通讯股份有限公司 基于网络通信引擎ice架构的云桌面录屏方法及装置
CN110572439A (zh) * 2019-08-14 2019-12-13 中国电子科技集团公司第二十八研究所 一种基于元数据服务和虚拟转发网桥的云监控方法
WO2022001751A1 (zh) * 2020-06-28 2022-01-06 中兴通讯股份有限公司 虚拟云桌面监测方法、客户端、服务端和存储介质
CN112383502A (zh) * 2020-09-11 2021-02-19 深圳市证通电子股份有限公司 物理机和虚拟机统一监控的方法、系统和电子装置
CN112702233A (zh) * 2020-12-21 2021-04-23 北京首汽智行科技有限公司 一种Java虚拟机JVM集群监控方法

Also Published As

Publication number Publication date
CN117278436A (zh) 2023-12-22

Similar Documents

Publication Publication Date Title
EP3176980B1 (en) Unified server communication method, baseboard management controller and server
US9753786B2 (en) Client server communication system
US9973543B2 (en) Seamless switching between computing devices during an online meeting
JP6571803B2 (ja) クライアントと仮想デスクトップとのデータ共有の実現方法、クライアント及びシステム
US20170163691A1 (en) Methods, circuits, apparatus, systems and associated software applications for providing security on one or more servers, including virtual servers
US8566847B2 (en) Out-of-band host management via a management controller
US9912663B2 (en) Enabling secure network mobile device communications
WO2017162043A1 (zh) 用于设备间服务的访问方法、配置方法及装置
US20230421566A1 (en) Method and apparatus for credential handling
US11516095B2 (en) Network function virtualization compute element image upgrade
US10404786B2 (en) Method for managing a software-defined data center that utilizes duplicate API calls
US8543680B2 (en) Migrating device management between object managers
WO2018001023A1 (zh) 一种云终端登录虚拟桌面方法及装置
CA2935351A1 (en) Action execution architecture for virtualized technical components
US9760412B2 (en) Client server communication system
CN109906453B (zh) 建立用于有状态云服务的安全会话的方法、系统
US11457483B2 (en) Managing connections between a user device and peripheral devices
WO2023241351A1 (zh) 虚拟机的监控方法、装置及存储介质
US11863378B2 (en) Automated provisioning of endpoint devices with management connectivity
WO2023009929A1 (en) Certificate revocation at datacenters as a service
US9794225B2 (en) Secure network communications in a mobile device over IPsec
WO2018120182A1 (zh) 一种秘密信息的分发方法和设备
WO2024022400A1 (zh) 云资源配置方法及相关设备
TW201514690A (zh) 基板管理控制器虛擬系統及方法
WO2021057650A1 (zh) 数据访问方法、装置、系统、电子设备及计算机可读介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23822921

Country of ref document: EP

Kind code of ref document: A1