WO2023010819A1 - 一种虚拟机内部配置的修改方法、系统及装置 - Google Patents

一种虚拟机内部配置的修改方法、系统及装置 Download PDF

Info

Publication number
WO2023010819A1
WO2023010819A1 PCT/CN2022/074060 CN2022074060W WO2023010819A1 WO 2023010819 A1 WO2023010819 A1 WO 2023010819A1 CN 2022074060 W CN2022074060 W CN 2022074060W WO 2023010819 A1 WO2023010819 A1 WO 2023010819A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
virtual machine
network card
proxy service
address
Prior art date
Application number
PCT/CN2022/074060
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 苏州浪潮智能科技有限公司
Priority to US18/280,217 priority Critical patent/US11915036B2/en
Publication of WO2023010819A1 publication Critical patent/WO2023010819A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/04Network management architectures or arrangements
    • H04L41/046Network management architectures or arrangements comprising network management agents or mobile agents therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0895Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events

Definitions

  • the present application relates to a method, system and device for modifying the internal configuration of a virtual machine.
  • a proxy service such as vmtools (a virtual machine tool) service, is installed inside the virtual machine. It will receive instructions from the virtualization platform, and perform corresponding operations in the virtual machine according to the instructions, so that the virtualization platform can directly implement some functions of modifying the internal configuration of the virtual machine through the management interface.
  • the virtualization platform When the virtual machine is in the shutdown state, if the virtualization platform issues an instruction to modify the internal configuration of the virtual machine, when the virtual machine is powered on, a process will be created to periodically query the status of the vmtools service inside the virtual machine. After the service is started and running, the command to modify the internal configuration of the virtual machine is sent to the vmtools service. However, there is a timeout period for the process created by the virtual machine. If the virtual machine is slow during the startup phase (such as checking the disk, etc.), and the vmtools service has not started running when the process times out, the command issued to the vmtools service will fail, resulting in modification The internal configuration of the virtual machine failed.
  • the embodiment of this application provides a method for modifying the internal configuration of a virtual machine, which is applied to a virtual machine with a proxy service installed inside.
  • the address sends a data request;
  • the method of modifying the internal configuration of the virtual machine includes:
  • a target virtual network card When a target virtual network card sends a data request to the preset IP address, determine the target virtual machine corresponding to the target virtual network card according to the corresponding relationship between the preset virtual network card and the virtual machine; wherein, the target virtual network card is any virtual network card in the system ;
  • the method for modifying the internal configuration of the virtual machine further includes:
  • the target proxy service After the target proxy service receives the modification instruction, stop the target proxy service from sending the data request to the preset IP address through the target virtual network card.
  • the operation of stopping the target proxy service from sending the data request to the preset IP address through the target virtual network card includes:
  • the method for modifying the internal configuration of the virtual machine further includes:
  • the target virtual machine corresponding to the target virtual network card is determined according to the corresponding relationship between the preset virtual network card and the virtual machine, and used for the storage system Obtain the target configuration data corresponding to the target virtual machine from the database of the configuration data of each virtual machine in the database, including:
  • a target virtual network card When a target virtual network card sends a data request to a preset IP address, query the target MAC address of the target virtual network card;
  • the target configuration data corresponding to the target virtual machine is acquired from a database for storing configuration data of each virtual machine in the system.
  • the method for modifying the internal configuration of the virtual machine further includes:
  • IP address with the lowest utilization rate is used as the default IP address for the proxy service to send data requests.
  • the embodiment of the present application also provides a system for modifying the internal configuration of a virtual machine, which is applied to a virtual machine with a proxy service installed inside.
  • the IP address sends a data request;
  • the modification system for the internal configuration of the virtual machine includes:
  • the determining module is used to determine the target virtual machine corresponding to the target virtual network card according to the corresponding relationship between the preset virtual network card and the virtual machine when a target virtual network card sends a data request to the preset IP address; wherein, the target virtual network card is the system Any of the virtual network cards;
  • An acquisition module configured to acquire target configuration data corresponding to the target virtual machine from a database for storing configuration data of each virtual machine in the system;
  • the modification module is configured to send a modification instruction containing target configuration data to a target proxy service corresponding to the target virtual machine, so that the target proxy service modifies the internal configuration of the target virtual machine based on the target configuration data.
  • system for modifying the internal configuration of the virtual machine further includes:
  • the stop module is used to stop the target proxy service from sending data requests to the preset IP address through the target virtual network card after the target proxy service receives the modification instruction.
  • the determination module is further configured to sort the available IP addresses in the system according to their utilization rate, and use the IP address with the lowest utilization rate as the IP address for the proxy service to send the data request.
  • the embodiment of the present application also provides a device for modifying the internal configuration of a virtual machine, including:
  • the processor is configured to implement the steps of the method for modifying the internal configuration of the virtual machine in any of the above embodiments when executing computer-readable instructions.
  • FIG. 1 is a flowchart of a method for modifying an internal configuration of a virtual machine according to one or more embodiments
  • FIG. 2 is a schematic structural diagram of a system for modifying the internal configuration of a virtual machine according to one or more embodiments
  • Fig. 3 is an internal structural diagram of an apparatus for modifying an internal configuration of a virtual machine according to one or more embodiments.
  • FIG. 1 is a flowchart of a method for modifying an internal configuration of a virtual machine provided by an embodiment of the present application.
  • the method for modifying the internal configuration of the virtual machine is applied to a virtual machine installed with a proxy service, and the proxy service is used to send a data request to a preset IP address through a virtual network card corresponding to the virtual machine in the system after the proxy service is started.
  • the modification methods of the internal configuration of the virtual machine include:
  • Step S1 When a target virtual network card sends a data request to a preset IP address, determine the target virtual machine corresponding to the target virtual network card according to the corresponding relationship between the preset virtual network card and the virtual machine.
  • Step S1 may include: in response to the target virtual network card sending a data request to a preset IP address, determining the target virtual machine corresponding to the target virtual network card according to the preset correspondence between the virtual network card and the virtual machine.
  • Step S2 Obtain target configuration data corresponding to the target virtual machine from a database for storing configuration data of each virtual machine in the system.
  • the database of the system stores the configuration data of each virtual machine in the system, so the target configuration data corresponding to the target virtual machine can be obtained from the database for subsequent modification of the internal configuration of the target virtual machine.
  • the configuration data stored in the database can be in json format (JavaScript Object Notation, which is a lightweight data exchange format), such as ⁇ "user":"inspur", “passwd”:” 123456” ⁇ , which is convenient for data processing.
  • json format JavaScript Object Notation, which is a lightweight data exchange format
  • Step S3 Send the modification instruction containing the target configuration data to the target proxy service corresponding to the target virtual machine, so that the target proxy service modifies the internal configuration of the target virtual machine based on the target configuration data.
  • the modification instruction including the target configuration data is sent to the target proxy service corresponding to the target virtual machine.
  • the target proxy service modifies the internal configuration of the target virtual machine based on the target configuration data.
  • the internal configuration of the target virtual machine can be modified by calling the target proxy service interface.
  • the proxy service is not passively waiting for instructions as a passive party, but actively requests data as an active party.
  • the system sends corresponding data to the proxy service .
  • the proxy service can actively request data, indicating that the proxy service is running normally, which can avoid the problem of failure to modify the internal configuration of the virtual machine due to the proxy service startup timeout.
  • the method for modifying the internal configuration of the virtual machine further includes:
  • the target proxy service After the target proxy service receives the modification instruction, stop the target proxy service from sending the data request to the preset IP address through the target virtual network card.
  • the target proxy service After the target proxy service receives the modification instruction, stop the operation of the target proxy service from sending the data request to the preset IP address through the target virtual network card, so as to prevent the target proxy service from repeatedly modifying the internal configuration of the target virtual machine.
  • the process of stopping the target proxy service from sending the data request to the preset IP address through the target virtual network card includes:
  • a signal file can be created for the target proxy service as a sign that the target proxy service stops sending data requests to the preset IP address through the target virtual network card.
  • the proxy service creates a signal file (the signal file can also be automatically generated by the target proxy service after receiving the modification instruction), and the target proxy service stops sending data requests to the preset IP address through the target virtual network card after the signal file is successfully created.
  • the method for modifying the internal configuration of the virtual machine further includes:
  • the configuration data corresponding to each virtual machine in the database may change, it is necessary to re-modify the internal configuration of the virtual machine at this time, so it can be detected whether the target configuration data corresponding to the target virtual machine in the database has changed; change, delete the signal file created for the target proxy service corresponding to the target virtual machine, and the target proxy service will resend the data request to the preset IP address through the target virtual network card after the signal file is successfully deleted; if there is no change, it means that there is no new If it is necessary to modify the internal configuration of the target virtual machine, the signal file created for the target proxy service corresponding to the target virtual machine is reserved. It should be noted that the proxy service on the virtual machine can always be running and can process configuration data at any time.
  • the method for modifying the internal configuration of the virtual machine may include: detecting whether the target configuration data corresponding to the target virtual machine in the database changes; Resend the data request to the preset IP address through the target virtual network card.
  • the target virtual machine corresponding to the target virtual network card is determined according to the corresponding relationship between the preset virtual network card and the virtual machine, and is used in the storage system.
  • the process of obtaining the target configuration data corresponding to the target virtual machine in the database of the configuration data of each virtual machine includes:
  • a target virtual network card When a target virtual network card sends a data request to a preset IP address, query the target MAC address of the target virtual network card;
  • the target configuration data corresponding to the target virtual machine is acquired from a database for storing configuration data of each virtual machine in the system.
  • the corresponding relationship between the virtual network card and the virtual machine in the embodiment of the present application is embodied as the corresponding relationship between the MAC (Media Access Control, Media Access Control) address of the virtual network card and the virtual machine ID (Identity document, identity identification number).
  • the MAC address can be used to identify the virtual network card.
  • a target virtual network card sends a data request to the preset IP address, first query the target MAC address of the target virtual network card, and then determine the target corresponding to the target MAC address according to the correspondence between the preset MAC address and the virtual machine ID.
  • the virtual machine ID thus, according to the target virtual machine ID, the target configuration data corresponding to the target virtual machine is obtained from the database.
  • querying the target MAC address of the target virtual network card includes: in response to a target virtual network card sending a data request to a preset IP address, querying the target virtual network card The destination MAC address of the NIC.
  • the presetting process of presetting the IP address includes:
  • IP address with the lowest utilization rate is used as the IP address for the proxy service to send data requests.
  • the method for modifying the internal configuration of a virtual machine further includes: sorting the available IP addresses in the system according to their utilization rates; using the IP address with the lowest utilization rate as the Default IP address.
  • the IP address with the lowest utilization rate among the available IP addresses in the system is used as the default IP address for proxy service to send data requests.
  • the IP address with the lowest utilization rate among the available IP addresses in the system is used as the default IP address for proxy service to send data requests.
  • an IP that is basically not used The address serves as the default IP address for the proxy service to send data requests.
  • the proxy service in the virtual machine and the host where the virtual machine is located jointly complete the process of active data request-passive data reception, which solves the problem that the traditional proxy service can only receive data passively, and through the creation of signal files and delete to realize the function of flexibly changing the internal configuration of the virtual machine.
  • FIG. 2 is a schematic structural diagram of a system for modifying the internal configuration of a virtual machine provided by an embodiment of the present application.
  • the modification system for the internal configuration of the virtual machine is applied to the virtual machine with the proxy service installed inside.
  • the proxy service is used to send data requests to the preset IP address through the virtual network card corresponding to the virtual machine in the system after the proxy service is started;
  • Configured modification systems include:
  • the determination module 1 is used to determine the target virtual machine corresponding to the target virtual network card according to the corresponding relationship between the preset virtual network card and the virtual machine when a target virtual network card sends a data request to a preset IP address; wherein, the target virtual network card is Any virtual network card in the system;
  • An acquisition module 2 configured to acquire target configuration data corresponding to the target virtual machine from a database for storing configuration data of each virtual machine in the system;
  • the modification module 3 is configured to send a modification instruction containing target configuration data to a target proxy service corresponding to the target virtual machine, so that the target proxy service modifies the internal configuration of the target virtual machine based on the target configuration data.
  • the determining module 1 is configured to determine the target virtual machine corresponding to the target virtual network card according to the preset correspondence between the virtual network card and the virtual machine in response to a target virtual network card sending a data request to a preset IP address.
  • system for modifying the internal configuration of the virtual machine further includes:
  • the stop module is used to stop the target proxy service from sending data requests to the preset IP address through the target virtual network card after the target proxy service receives the modification instruction.
  • the stop module is configured to, in response to the target proxy service receiving the modification instruction, stop the target proxy service from sending data requests to the preset IP address through the target virtual network card.
  • the presetting process of presetting the IP address includes:
  • IP address with the lowest utilization rate is used as the IP address for the proxy service to send data requests.
  • the determining module is further configured to sort the available IP addresses in the system according to their utilization rate, and use the IP address with the lowest utilization rate as the default IP address for the proxy service to send the data request.
  • the modification of the internal configuration of the virtual machine can be realized in whole or in part by software, hardware and combinations thereof.
  • the above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
  • the embodiment of the present application also provides a device for modifying the internal configuration of a virtual machine, including:
  • the processor is configured to implement the steps of the method for modifying the internal configuration of the virtual machine in any of the above embodiments when executing computer-readable instructions.
  • the device for modifying the internal configuration of the virtual machine may be a server, and its internal structure diagram may be shown in FIG. 3 .
  • the device for modifying the internal configuration of the virtual machine connects the processor, memory, network interface and database through the system bus.
  • the processor is used to provide calculation and control capabilities.
  • Storage includes non-volatile storage media and internal storage.
  • the non-volatile storage medium stores operating systems, computer programs, and databases.
  • the internal memory provides an environment for the execution of the operating system and computer readable instructions in the non-volatile storage medium.
  • the database may be used to store target configuration data corresponding to the target virtual machine and the like.
  • the network interface is used to communicate with an external terminal through a network connection.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Environmental & Geological Engineering (AREA)
  • Stored Programmes (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本申请公开了一种虚拟机内部配置的修改方法、系统及装置,应用于内部安装有代理服务的虚拟机,代理服务在自身启动后,通过与虚拟机对应的虚拟网卡向预设IP地址发送数据请求;在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机;从数据库中获取与目标虚拟机对应的目标配置数据;将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务,以使目标代理服务基于目标配置数据修改目标虚拟机的内部配置。

Description

一种虚拟机内部配置的修改方法、系统及装置
相关申请的交叉引用
本申请要求于2021年8月4日提交中国专利局,申请号为CN202110888738.6,申请名称为“一种虚拟机内部配置的修改方法、系统及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及一种虚拟机内部配置的修改方法、系统及装置。
背景技术
在虚拟化平台中,由于虚拟机和主机之间处于隔离状态,无法通过主机直接操控虚拟机内部,因此会在虚拟机内部安装一个代理服务,如vmtools(一种虚拟机工具)服务,该服务会从虚拟化平台接收指令,并根据该指令在虚拟机中执行相应的操作,这样虚拟化平台便可直接通过管理界面来实现一些修改虚拟机内部配置的功能。
当虚拟机处于关机状态时,若虚拟化平台下发了修改虚拟机内部配置的指令,则当虚拟机开机时,会创建一个进程来周期性查询虚拟机内部vmtools服务的状态,目的是在vmtools服务启动运行后,将修改虚拟机内部配置的指令下发至vmtools服务。但是,虚拟机创建的进程存在一个超时时间,若虚拟机在开机阶段速度较慢(例如检查磁盘等),在进程超时时vmtools服务还未启动运行,则向vmtools服务下发指令失效,导致修改虚拟机内部配置失败。
发明内容
本申请实施例提供了一种虚拟机内部配置的修改方法,应用于内部安装有代理服务的虚拟机,代理服务用于在自身启动后,通过系统中与虚拟机对应的虚拟网卡向预设IP地址发送数据请求;虚拟机内部配置的修改方法包括:
在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对 应关系,确定与目标虚拟网卡对应的目标虚拟机;其中,目标虚拟网卡为系统中任一虚拟网卡;
从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据;和
将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务,以使目标代理服务基于目标配置数据修改目标虚拟机的内部配置。
在其中一个实施例中,虚拟机内部配置的修改方法还包括:
在目标代理服务接收到修改指令后,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作。
在其中一个实施例中,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作,包括:
为目标代理服务创建一个信号文件,以使目标代理服务在信号文件创建成功后,停止通过目标虚拟网卡向预设IP地址发送数据请求。
在其中一个实施例中,虚拟机内部配置的修改方法还包括:
检测数据库中与目标虚拟机对应的目标配置数据是否发生变化;和
在发生变化时,删除信号文件,以使目标代理服务在信号文件删除成功后,重新通过目标虚拟网卡向预设IP地址发送数据请求。
在其中一个实施例中,在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机,从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据,包括:
在有目标虚拟网卡向预设IP地址发送数据请求时,查询目标虚拟网卡的目标MAC地址;
根据预设MAC地址与虚拟机ID的对应关系,确定与目标MAC地址对应的目标虚拟机ID;和
根据目标虚拟机ID,从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据。
在其中一个实施例中,虚拟机内部配置的修改方法还包括:
将系统中可用的IP地址按照利用率进行排序;和
将利用率最低的IP地址作为代理服务发送数据请求的预设IP地址。
本申请实施例还提供了一种虚拟机内部配置的修改系统,应用于内部安装有代理服务的虚拟机,代理服务用于在自身启动后,通过系统中与虚拟机对应的虚拟网卡向预设 IP地址发送数据请求;虚拟机内部配置的修改系统包括:
确定模块,用于在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机;其中,目标虚拟网卡为系统中任一虚拟网卡;
获取模块,用于从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据;和
修改模块,用于将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务,以使目标代理服务基于目标配置数据修改目标虚拟机的内部配置。
在其中一个实施例中,虚拟机内部配置的修改系统还包括:
停止模块,用于在目标代理服务接收到修改指令后,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作。
在其中一个实施例中,确定模块还用于将系统中可用的IP地址按照利用率进行排序,将利用率最低的IP地址作为代理服务发送数据请求的IP地址。
本申请实施例还提供了一种虚拟机内部配置的修改装置,包括:
存储器,用于存储计算机可读指令;
处理器,用于在执行计算机可读指令时实现上述任一实施例中虚拟机内部配置的修改方法的步骤。
附图说明
为了更清楚地说明本申请实施例中的技术方案,下面将对现有技术和实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为根据一个或多个实施例中一种虚拟机内部配置的修改方法的流程图;
图2为根据一个或多个实施例中一种虚拟机内部配置的修改系统的结构示意图;
图3为根据一个或多个实施例中一种虚拟机内部配置的修改装置的内部结构图。
具体实施方式
为使本申请实施例的技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本 申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
请参照图1,图1为本申请实施例提供的一种虚拟机内部配置的修改方法的流程图。
该虚拟机内部配置的修改方法应用于内部安装有代理服务的虚拟机,代理服务用于在自身启动后,通过系统中与虚拟机对应的虚拟网卡向预设IP地址发送数据请求。虚拟机内部配置的修改方法包括:
步骤S1:在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机。
具体地,系统中有多个虚拟机,每个虚拟机内部均安装有代理服务(如vmtools服务)。多个虚拟机与系统中的多个虚拟网卡具有一一对应关系。每个虚拟机内的代理服务在自身启动后,均会主动通过所在虚拟机对应的虚拟网卡向预设IP(Internet Protocol,互联网协议)地址发送数据请求。步骤S1可以包括:响应于目标虚拟网卡向预设IP地址发送数据请求,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机。
基于此,通过监测系统中所有虚拟网卡,判断是否有虚拟网卡向预设IP地址发送数据请求,在有目标虚拟网卡(系统中任一虚拟网卡)向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机。步骤S2:从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据。
具体地,系统的数据库中存储有系统中各虚拟机的配置数据,所以可从数据库中获取与目标虚拟机对应的目标配置数据,供后续修改目标虚拟机的内部配置使用。
更具体地,数据库中存储的配置数据可为json格式(JavaScript Object Notation,JavaScript对象简谱,是一种轻量级的数据交换格式),如{“user”:“inspur”,“passwd”:“123456”},便于数据处理。
步骤S3:将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务,以使目标代理服务基于目标配置数据修改目标虚拟机的内部配置。
具体地,在获取与目标虚拟机对应的目标配置数据之后,将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务。目标代理服务在接收到包含目标配置数据的修改指令后,基于目标配置数据修改目标虚拟机的内部配置。具体地,可通过调用目标代理服务接口来修改目标虚拟机的内部配置。
本申请实施例提供的虚拟机内部配置的修改方法中,代理服务并非作为被动方被动等待指令,而是作为主动方主动请求数据,系统在代理服务主动请求数据时,向代理服务下发相应数据。代理服务可主动请求数据,说明代理服务在正常运行,这样可以避免出现因代理服务启动超时导致虚拟机内部配置修改失败的问题。
在一些实施例中,虚拟机内部配置的修改方法还包括:
在目标代理服务接收到修改指令后,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作。
在目标代理服务接收到修改指令后,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作,可以避免目标代理服务重复修改目标虚拟机的内部配置。
在一些实施例中,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作的过程,包括:
为目标代理服务创建一个信号文件,以使目标代理服务在信号文件创建成功后,停止通过目标虚拟网卡向预设IP地址发送数据请求。
具体地,可通过为目标代理服务创建一个信号文件作为目标代理服务停止通过目标虚拟网卡向预设IP地址发送数据请求的标志,即本申请实施例在目标代理服务接收到修改指令后,为目标代理服务创建一个信号文件(信号文件也可由目标代理服务在接收到修改指令后自主生成),目标代理服务在信号文件创建成功后,停止通过目标虚拟网卡向预设IP地址发送数据请求。
在一些实施例中,虚拟机内部配置的修改方法还包括:
检测数据库中与目标虚拟机对应的目标配置数据是否发生变化;
若是,则删除信号文件,以使目标代理服务在信号文件删除成功后,重新通过目标虚拟网卡向预设IP地址发送数据请求。
考虑到数据库中各虚拟机对应的配置数据有可能发生变化,此时又有重新修改虚拟机的内部配置的必要,所以可以检测数据库中与目标虚拟机对应的目标配置数据是否发生变化;若发生变化,则删除为目标虚拟机对应的目标代理服务创建的信号文件,目标代理服务在信号文件删除成功后,重新通过目标虚拟网卡向预设IP地址发送数据请求;若未发生变化,说明没有重新修改目标虚拟机的内部配置的必要,则保留为目标虚拟机对应的目标代理服务创建的信号文件。需要说明的是,虚拟机上的代理服务可始终处于运行状态,可随时处理配置数据。
具体地,虚拟机内部配置的修改方法可包括:检测数据库中与目标虚拟机对应的目标配置数据是否发生变化;响应于发生变化,删除信号文件,以使目标代理服务在信号 文件删除成功后,重新通过目标虚拟网卡向预设IP地址发送数据请求。
在一些实施例中,在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机,从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据的过程,包括:
在有目标虚拟网卡向预设IP地址发送数据请求时,查询目标虚拟网卡的目标MAC地址;
根据预设MAC地址与虚拟机ID的对应关系,确定与目标MAC地址对应的目标虚拟机ID;
根据目标虚拟机ID,从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据。
具体地,本申请实施例的虚拟网卡与虚拟机的对应关系具体体现为虚拟网卡的MAC(Media Access Control,媒体存取控制)地址与虚拟机ID(Identity document,身份标识号)的对应关系。不同虚拟网卡的MAC地址不同,MAC地址可用于标识虚拟网卡。基于此,在有目标虚拟网卡向预设IP地址发送数据请求时,先查询目标虚拟网卡的目标MAC地址,再根据预设MAC地址与虚拟机ID的对应关系,确定与目标MAC地址对应的目标虚拟机ID;从而根据目标虚拟机ID,从数据库中获取与目标虚拟机对应的目标配置数据。
在一些实施例中,在有目标虚拟网卡向预设IP地址发送数据请求时,查询目标虚拟网卡的目标MAC地址,包括:响应于有目标虚拟网卡向预设IP地址发送数据请求,查询目标虚拟网卡的目标MAC地址。
在一些实施例中,预设IP地址的预设过程,包括:
将系统中可用的IP地址按照利用率进行排序;
将利用率最低的IP地址作为代理服务发送数据请求的IP地址。
在一些实施例中,虚拟机内部配置的修改方法,还包括:将所述系统中可用的IP地址按照利用率进行排序;将利用率最低的IP地址作为所述代理服务发送数据请求的所述预设IP地址。
为了避免IP地址使用冲突,将系统中可用的IP地址中利用率最低的IP地址作为代理服务发送数据请求的预设IP地址例如在一些情况下,将169.254.169.254这一基本不被使用的IP地址作为代理服务发送数据请求的预设IP地址。基于此,先将系统中可用的IP地址按照利用率进行排序,得到利用率最低的IP地址就相当于得到代理服务发送数据请 求的预设IP地址。
综上,虚拟机内的代理服务与虚拟机所在的主机共同完成主动数据请求-被动数据接收这一过程,解决了传统的代理服务只能被动接收数据所产生的问题,并通过信号文件的创建与删除,实现灵活改动虚拟机内部配置的功能。
请参照图2,图2为本申请实施例提供的一种虚拟机内部配置的修改系统的结构示意图。
该虚拟机内部配置的修改系统应用于内部安装有代理服务的虚拟机,代理服务用于在自身启动后,通过系统中与虚拟机对应的虚拟网卡向预设IP地址发送数据请求;虚拟机内部配置的修改系统包括:
确定模块1,用于在有目标虚拟网卡向预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机;其中,目标虚拟网卡为系统中任一虚拟网卡;
获取模块2,用于从用于存储系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据;
修改模块3,用于将包含目标配置数据的修改指令发送给目标虚拟机对应的目标代理服务,以使目标代理服务基于目标配置数据修改目标虚拟机的内部配置。
在一些实施例中,确定模块1用于响应于有目标虚拟网卡向预设IP地址发送数据请求,根据预设虚拟网卡与虚拟机的对应关系,确定与目标虚拟网卡对应的目标虚拟机。
在一些实施例中,虚拟机内部配置的修改系统还包括:
停止模块,用于在目标代理服务接收到修改指令后,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作。
在一些实施例中,停止模块用于响应于目标代理服务接收到修改指令,停止目标代理服务通过目标虚拟网卡向预设IP地址发送数据请求的操作。
在一些实施例中,预设IP地址的预设过程,包括:
将系统中可用的IP地址按照利用率进行排序;
将利用率最低的IP地址作为代理服务发送数据请求的IP地址。
在一些实施例中,确定模块还用于将系统中可用的IP地址按照利用率进行排序,将利用率最低的IP地址作为代理服务发送数据请求的预设IP地址。
虚拟机内部配置的修改系统的更多细节可参考上述任一实施例中虚拟机内部配置的修改方法的步骤,在此不再赘述。
虚拟机内部配置的修改系统中的各个模块可全部或部分通过软件、硬件及其组合来 实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在一些实施例中,本申请实施例还提供了一种虚拟机内部配置的修改装置,包括:
存储器,用于存储计算机可读指令;
处理器,用于在执行计算机可读指令时实现上述任一实施例中虚拟机内部配置的修改方法的步骤。
本申请实施例提供的虚拟机内部配置的修改装置可以是服务器,其内部结构图可以如图3所示。虚拟机内部配置的修改装置通过系统总线连接的处理器、存储器、网络接口和数据库。其中,处理器用于提供计算和控制能力。存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机程序、数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。数据库可以用于存储目标虚拟机对应的目标配置数据等。该网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现上述任一实施例中虚拟机内部配置的修改方法的步骤。
虚拟机内部配置的修改装置的更多细节可参考上述任一实施例中虚拟机内部配置的修改方法的步骤,在此不再赘述。
还需要说明的是,在本说明书中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本申请实施例。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本申请的精神或范围的情况下,在其他实施例中实现。因此,本申请将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。

Claims (10)

  1. 一种虚拟机内部配置的修改方法,其特征在于,应用于内部安装有代理服务的虚拟机,所述代理服务用于在自身启动后,通过系统中与所述虚拟机对应的虚拟网卡向预设IP地址发送数据请求;所述虚拟机内部配置的修改方法包括:
    在有目标虚拟网卡向所述预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与所述目标虚拟网卡对应的目标虚拟机;其中,所述目标虚拟网卡为所述系统中任一虚拟网卡;
    从用于存储所述系统中各虚拟机的配置数据的数据库中,获取与所述目标虚拟机对应的目标配置数据;和
    将包含所述目标配置数据的修改指令发送给所述目标虚拟机对应的目标代理服务,以使所述目标代理服务基于所述目标配置数据修改所述目标虚拟机的内部配置。
  2. 如权利要求1所述的虚拟机内部配置的修改方法,其特征在于,还包括:
    在所述目标代理服务接收到所述修改指令后,停止所述目标代理服务通过所述目标虚拟网卡向所述预设IP地址发送数据请求的操作。
  3. 如权利要求2所述的虚拟机内部配置的修改方法,其特征在于,所述停止所述目标代理服务通过所述目标虚拟网卡向所述预设IP地址发送数据请求的操作,包括:
    为所述目标代理服务创建一个信号文件,以使所述目标代理服务在所述信号文件创建成功后,停止通过所述目标虚拟网卡向所述预设IP地址发送数据请求。
  4. 如权利要求3所述的虚拟机内部配置的修改方法,其特征在于,还包括:
    检测所述数据库中与所述目标虚拟机对应的目标配置数据是否发生变化;和
    在发生变化时,删除所述信号文件,以使所述目标代理服务在所述信号文件删除成功后,重新通过所述目标虚拟网卡向所述预设IP地址发送数据请求。
  5. 如权利要求1所述的虚拟机内部配置的修改方法,其特征在于,所述在有目标虚拟网卡向所述预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与所述目标虚拟网卡对应的目标虚拟机,从用于存储所述系统中各虚拟机的配置数据的数据库中,获取与所述目标虚拟机对应的目标配置数据,包括:
    在有目标虚拟网卡向所述预设IP地址发送数据请求时,查询所述目标虚拟网卡的目标MAC地址;
    根据预设MAC地址与虚拟机ID的对应关系,确定与所述目标MAC地址对应的目 标虚拟机ID;和
    根据所述目标虚拟机ID,从用于存储所述系统中各虚拟机的配置数据的数据库中,获取与目标虚拟机对应的目标配置数据。
  6. 如权利要求1-5任一项所述的虚拟机内部配置的修改方法,其特征在于,还包括:
    将所述系统中可用的IP地址按照利用率进行排序;和
    将利用率最低的IP地址作为所述代理服务发送数据请求的所述预设IP地址。
  7. 一种虚拟机内部配置的修改系统,其特征在于,应用于内部安装有代理服务的虚拟机,所述代理服务用于在自身启动后,通过所述系统中与所述虚拟机对应的虚拟网卡向预设IP地址发送数据请求;所述系统包括:
    确定模块,用于在有目标虚拟网卡向所述预设IP地址发送数据请求时,根据预设虚拟网卡与虚拟机的对应关系,确定与所述目标虚拟网卡对应的目标虚拟机;其中,所述目标虚拟网卡为所述系统中任一虚拟网卡;
    获取模块,用于从用于存储所述系统中各虚拟机的配置数据的数据库中,获取与所述目标虚拟机对应的目标配置数据;和
    修改模块,用于将包含所述目标配置数据的修改指令发送给所述目标虚拟机对应的目标代理服务,以使所述目标代理服务基于所述目标配置数据修改所述目标虚拟机的内部配置。
  8. 如权利要求7所述的虚拟机内部配置的修改系统,其特征在于,还包括:
    停止模块,用于在所述目标代理服务接收到所述修改指令后,停止所述目标代理服务通过所述目标虚拟网卡向所述预设IP地址发送数据请求的操作。
  9. 如权利要求7-8任一项所述的虚拟机内部配置的修改系统,其特征在于,所述确定模块还用于将所述系统中可用的IP地址按照利用率进行排序,将利用率最低的IP地址作为所述代理服务发送数据请求的所述预设IP地址。
  10. 一种虚拟机内部配置的修改装置,其特征在于,包括:
    存储器,用于存储计算机可读指令;
    处理器,用于在执行所述计算机可读指令时实现如权利要求1-6任一项所述的虚拟机内部配置的修改方法的步骤。
PCT/CN2022/074060 2021-08-04 2022-01-26 一种虚拟机内部配置的修改方法、系统及装置 WO2023010819A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/280,217 US11915036B2 (en) 2021-08-04 2022-01-26 Method, system, and device for modifying internal configuration of virtual machine

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110888738.6 2021-08-04
CN202110888738.6A CN113326104B (zh) 2021-08-04 2021-08-04 一种虚拟机内部配置的修改方法、系统及装置

Publications (1)

Publication Number Publication Date
WO2023010819A1 true WO2023010819A1 (zh) 2023-02-09

Family

ID=77426920

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/074060 WO2023010819A1 (zh) 2021-08-04 2022-01-26 一种虚拟机内部配置的修改方法、系统及装置

Country Status (3)

Country Link
US (1) US11915036B2 (zh)
CN (1) CN113326104B (zh)
WO (1) WO2023010819A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116074284A (zh) * 2023-04-07 2023-05-05 广东保伦电子股份有限公司 一种pve平台下的虚拟机之间获取ip地址的方法

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113326104B (zh) * 2021-08-04 2021-10-29 苏州浪潮智能科技有限公司 一种虚拟机内部配置的修改方法、系统及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102257479A (zh) * 2008-12-01 2011-11-23 思杰系统有限公司 用于优化运行至少一个进程的虚拟机的配置的系统和方法
CN109768871A (zh) * 2017-11-09 2019-05-17 阿里巴巴集团控股有限公司 配置多个虚拟网卡的方法、宿主机和存储介质
CN109933411A (zh) * 2019-03-31 2019-06-25 山东超越数控电子股份有限公司 一种在线修改虚拟机内部配置系统及方法
US20200218558A1 (en) * 2019-01-04 2020-07-09 Microsoft Technology Licensing, Llc Network configuration updates for virtual machine
CN113326104A (zh) * 2021-08-04 2021-08-31 苏州浪潮智能科技有限公司 一种虚拟机内部配置的修改方法、系统及装置

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8924524B2 (en) * 2009-07-27 2014-12-30 Vmware, Inc. Automated network configuration of virtual machines in a virtual lab data environment
US8443365B2 (en) * 2010-11-03 2013-05-14 Hewlett-Packard Development Company, L.P. Methods and systems to clone a virtual machine instance
CN103491203B (zh) * 2013-09-09 2016-08-31 北京三快在线科技有限公司 一种虚拟化dhcp服务的方法、装置、系统及服务器
US9547514B2 (en) * 2014-05-23 2017-01-17 Vmware, Inc. Maintaining virtual hardware device ID in a virtual machine
US9792141B1 (en) * 2015-05-28 2017-10-17 Amazon Technologies, Inc. Configured generation of virtual machine images
US10853494B2 (en) * 2018-07-23 2020-12-01 Vmware, Inc. Binding a trusted virtual machine to a trusted host computer
CN109558212B (zh) * 2018-11-27 2023-07-14 深信服科技股份有限公司 一种物理设备的虚拟化管理方法、系统、物理设备及介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102257479A (zh) * 2008-12-01 2011-11-23 思杰系统有限公司 用于优化运行至少一个进程的虚拟机的配置的系统和方法
CN109768871A (zh) * 2017-11-09 2019-05-17 阿里巴巴集团控股有限公司 配置多个虚拟网卡的方法、宿主机和存储介质
US20200218558A1 (en) * 2019-01-04 2020-07-09 Microsoft Technology Licensing, Llc Network configuration updates for virtual machine
CN109933411A (zh) * 2019-03-31 2019-06-25 山东超越数控电子股份有限公司 一种在线修改虚拟机内部配置系统及方法
CN113326104A (zh) * 2021-08-04 2021-08-31 苏州浪潮智能科技有限公司 一种虚拟机内部配置的修改方法、系统及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116074284A (zh) * 2023-04-07 2023-05-05 广东保伦电子股份有限公司 一种pve平台下的虚拟机之间获取ip地址的方法
CN116074284B (zh) * 2023-04-07 2023-06-30 广东保伦电子股份有限公司 一种pve平台下的虚拟机之间获取ip地址的方法

Also Published As

Publication number Publication date
US20240036909A1 (en) 2024-02-01
US11915036B2 (en) 2024-02-27
CN113326104B (zh) 2021-10-29
CN113326104A (zh) 2021-08-31

Similar Documents

Publication Publication Date Title
CN110710168B (zh) 跨隔离的网络堆栈的智能线程管理
US10657061B1 (en) Resource distribution using attributes of versioned hash rings
WO2023010819A1 (zh) 一种虚拟机内部配置的修改方法、系统及装置
WO2019184164A1 (zh) 自动部署Kubernetes从节点的方法、装置、终端设备及可读存储介质
US7756888B2 (en) Method and apparatus for providing heterogeneous resources for client systems
US7146431B2 (en) Virtual network environment
US6247057B1 (en) Network server supporting multiple instance of services to operate concurrently by having endpoint mapping subsystem for mapping virtual network names to virtual endpoint IDs
AU740827B2 (en) Web request broker controlling multiple processes
US8769040B2 (en) Service providing system, a virtual machine server, a service providing method, and a program thereof
CN110352401B (zh) 具有按需代码执行能力的本地装置协调器
CN109635019B (zh) 请求处理方法、装置、设备及存储介质
US10243919B1 (en) Rule-based automation of DNS service discovery
US20070282964A1 (en) Method and apparatus for processing remote shell commands
WO2017185251A1 (zh) Vnfm的确定方法和网络功能虚拟化编排器
US9077718B2 (en) Server machine and network processing method
WO2009097776A1 (zh) 一种实现业务升级的系统、装置及方法
US20070283367A1 (en) Method and system for improved computer network efficiency in use of remote procedure call applications
CN113326155A (zh) 一种信息处理方法、装置、系统和存储介质
US20070255738A1 (en) System, Method, and Computer-Readable Medium for Performing Data Structure Updates in a Multi-Processor System
JP5488094B2 (ja) 通信装置、ネットワークアクセス方法およびコンピュータプログラム
US10846156B2 (en) Methods, devices and computer program products for managing software function
WO2021093671A1 (zh) 任务处理方法、系统、装置、设备及计算机可读存储介质
US10110670B2 (en) Allocation of service endpoints to servers
WO2021232860A1 (zh) 通信方法、装置及系统
JP4627789B2 (ja) 情報処理装置、情報処理方法およびプログラム

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: 22851547

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 18280217

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE