CN112667363A - Method and device for simulating cloud physical host by using virtual machine based on cloud platform - Google Patents

Method and device for simulating cloud physical host by using virtual machine based on cloud platform Download PDF

Info

Publication number
CN112667363A
CN112667363A CN202110006120.2A CN202110006120A CN112667363A CN 112667363 A CN112667363 A CN 112667363A CN 202110006120 A CN202110006120 A CN 202110006120A CN 112667363 A CN112667363 A CN 112667363A
Authority
CN
China
Prior art keywords
virtual machine
physical host
cloud
network
cloud physical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110006120.2A
Other languages
Chinese (zh)
Inventor
王方
王新雨
蒋方文
王铭锐
张金生
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202110006120.2A priority Critical patent/CN112667363A/en
Publication of CN112667363A publication Critical patent/CN112667363A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention particularly relates to a method and a device for simulating a cloud physical host by a virtual machine based on a cloud platform. The method and the device for simulating the cloud physical host by the virtual machine based on the cloud platform firstly create the virtual machine and build a simulated physical machine environment; and then, requesting to create a cloud physical host instance, and finally deploying the instance. The method and the device for simulating the cloud physical host by the virtual machine based on the cloud platform not only support the basic functions of the cloud physical host, but also support the combined use with other cloud products, thereby saving physical host resources, reducing the dependence on hardware equipment during research and development testing, improving the utilization rate of the physical host resources in the research and development testing link, and reducing the operation and maintenance cost.

Description

Method and device for simulating cloud physical host by using virtual machine based on cloud platform
Technical Field
The invention relates to the technical field of cloud computing, in particular to a method and a device for simulating a cloud physical host by a virtual machine based on a cloud platform.
Background
In recent years, with the rapid development of cloud computing technology and cloud service markets, virtualization technology is more and more widely applied, and the virtualization technology can help enterprises fully mine hardware resources such as servers. However, there are still write scenarios that require physical servers, such as high performance computing clusters, and cloud physical hosts are required in scenarios such as tenants with special requirements for performance, security, and isolation. The cloud physical host provides a high-performance and safe-isolation physical host for the tenant by adopting a high-performance hardware facility and an I/O device, and can meet the application scene of the tenant on the requirements of high performance and stability. However, in the current daily research and development test process of the cloud physical host, research and development personnel need to occupy a large number of physical hosts, so that the resource utilization rate of the physical hosts is not high.
Based on the above situation, the invention provides a method and a device for simulating a cloud physical host by a virtual machine based on a cloud platform.
Disclosure of Invention
In order to make up for the defects of the prior art, the invention provides a simple and efficient method and device for simulating a cloud physical host by a virtual machine based on a cloud platform.
The invention is realized by the following technical scheme:
a method for simulating a cloud physical host by a virtual machine based on a cloud platform is characterized by comprising the following steps: the method comprises the following steps:
firstly, creating a virtual machine and building a simulated physical machine environment
Calling Libvirt API to create a virtual machine, starting the virtual machine after creation is completed, adding vbmc (a Baseboard management Controller, BMC for short) for the virtual machine by using a virtualbmc component, and starting the vbmc of the virtual machine to enable the vbmc to be in a running state;
creating a cloud physical host node and a port for the virtual machine, and converting the state of the cloud physical host node into an available state, so that the cloud physical host node can be scheduled at any time;
second, request to create cloud physical host instance
A user uses the front end of the cloud physical host, selects required specifications (CPU, memory and hard disk size), network, RAID (Redundant Arrays of Independent Disks) information, user name and password, and initiates a request to create a cloud physical host instance;
the request is processed by the control node and is scheduled to a cloud physical host node created for the virtual machine;
third step, instance deployment
The control node prepares a deployment mirror image and a user mirror image, and the network module switches the cloud physical host node network to a deployment network; the cloud physical host node is started for the first time, a deployment mirror image is installed and a node disk is exposed, a control node writes a user mirror image into the disk and sets the user mirror image to be started from the disk, and after a network module is switched to a tenant network, the power is turned on to complete deployment.
In the first step, a processing flow for creating a cloud physical host node by using a virtual machine is as follows:
(1) selecting a computing node, calling libvirt API to create a virtual machine, and recording the MAC (Media Access Control) address, the CPU, the memory and the disk capacity of a virtual machine network card;
(2) adding vbmc to the virtual machine by using a virtualbmc component, so as to add an IPMI (Intelligent Platform Management Interface) function to the virtual machine; appointing an IPMI address, a port number, a user name and a password, and starting the vbmc of the virtual machine;
(3) the method comprises the steps that cloud physical host nodes are created for virtual machines by specifying MAC addresses, CPUs (central processing units), memories, disk capacities, IPMI (intelligent platform management interface) related information and corresponding resource types of network cards of the virtual machines;
(4) appointing a network card MAC address of a virtual machine and actual switch connection information connected with a physical host where the virtual machine is located, and creating a cloud physical host port for the virtual machine;
(5) and setting the cloud physical host node to an availabile state, and waiting for the creation and scheduling of the subsequent instances.
In the first step, the virtual machine has at least one network card, and the virtual machine is connected to the switch by the network bridge and the network card of the node.
In the first step, the virtual machine is at least ensured to be above a 4-core CPU and 8G memory so as to ensure that an agent (agent) can be normally executed in the subsequent deployment process; the CPU, the memory, the disk size of the virtual machine need to be recorded, and the switch connection information needs to be read based on LLDP (Link Layer Discovery Protocol).
In the first step, when adding vbmc to the virtual machine, an IPMI address, a port number, a user name and a password need to be assigned to the virtual machine, and the IPMI address is an IP address of a physical machine where the virtual machine is located.
And in the second step, in the process of creating the instance scheduling, resource types corresponding to the physical host models selected by the user are used for scheduling the cloud physical host nodes.
In the second step, the Network support VLAN (Virtual Local Area Network) and VXLAN (Virtual Extensible Local Area Network) types selected by the instance are created.
In the third step, the deployment processing flow of the cloud physical host instance is as follows:
(1) the control node prepares to deploy the mirror image and the user mirror image to a TFTP (simple File Transfer Protocol) server, calls a network module to prepare network resources, and then sets a switch port connected with the cloud physical host node as a deployment network by the network module;
(2) setting a cloud physical host node as PXE (Preboot execution Environment) starting; after acquiring a deployment network IP (Internet Protocol) through a Dynamic Host Configuration Protocol (DHCP), a cloud physical Host node is connected to a TFTP (virtual memory disk) server to download and deploy ramdisk and kernel;
(3) after starting, running the agent in the ramdisk, executing hardware inspection, interacting with the control node, and exposing the cloud physical host node disk through iSCSI (Internet Small Computer System Interface);
(4) and the control node mounts the iSCSI disk and writes the user mirror image into the disk, shuts down the cloud physical host node, calls a network module to switch the network into a tenant network, and restarts the power after the starting item is changed into a hard disk starting item until the instance creation is completed.
The invention relates to a system for simulating a cloud physical host by a virtual machine based on a cloud platform, which comprises the following steps:
a virtual machine module: the virtual machine is used for simulating a physical machine, and the vbmc is required to be used for adding an IPMI function to the virtual machine;
the control node: the system is used for controlling the life cycle management of the cloud physical host nodes and the instances, providing mirror images required by the cloud physical host and interaction with the database;
a network module: the system is responsible for the configuration and switching of the network;
a database module: the system is responsible for maintaining relevant information of the cloud physical host node, the instance and the interface;
a front-end module: the cloud physical host instance management system is responsible for providing the user with the functions of initiating the life cycle management request of the cloud physical host instance and remotely logging in.
The invention has the beneficial effects that: the method and the device for simulating the cloud physical host by the virtual machine based on the cloud platform not only support the basic functions of the cloud physical host, but also support the combined use with other cloud products, thereby saving physical host resources, reducing the dependence on hardware equipment during research and development testing, improving the utilization rate of the physical host resources in the research and development testing link, and reducing the operation and maintenance cost.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic diagram of a device architecture of a virtual machine simulating a cloud physical host based on a cloud platform according to the present invention.
FIG. 2 is a schematic view of a process flow of creating a cloud physical host node using a virtual machine according to the present invention.
Fig. 3 is a schematic diagram illustrating a flow of a cloud physical host instance deployment request according to the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the embodiment of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The method for simulating the cloud physical host by the virtual machine based on the cloud platform comprises the following steps:
firstly, creating a virtual machine and building a simulated physical machine environment
Calling Libvirt API to create a virtual machine, starting the virtual machine after the creation is completed, adding vbmc to the virtual machine by using a virtualbmc component, and starting the vbmc of the virtual machine to enable the vbmc to be in a running state;
creating a cloud physical host node and a port for the virtual machine, and converting the state of the cloud physical host node into an available state, so that the cloud physical host node can be scheduled at any time;
second, request to create cloud physical host instance
A user uses the front end of the cloud physical host, selects required specifications (CPU, memory and hard disk size), network, RAID (Redundant Arrays of Independent Disks) information, user name and password, and initiates a request to create a cloud physical host instance;
the request is processed by the control node and is scheduled to a cloud physical host node created for the virtual machine;
third step, instance deployment
The control node prepares a deployment mirror image and a user mirror image, and the network module switches the cloud physical host node network to a deployment network; the cloud physical host node is started for the first time, a deployment mirror image is installed and a node disk is exposed, a control node writes a user mirror image into the disk and sets the user mirror image to be started from the disk, and after a network module is switched to a tenant network, the power is turned on to complete deployment.
In the first step, a processing flow for creating a cloud physical host node by using a virtual machine is as follows:
(1) selecting a computing node, calling libvirt API to create a virtual machine, and recording the MAC (Media Access Control) address, the CPU, the memory and the disk capacity of a virtual machine network card;
(2) adding vbmc to the virtual machine by using a virtualbmc component, so as to add an IPMI (Intelligent Platform Management Interface) function to the virtual machine; appointing an IPMI address, a port number, a user name and a password, and starting the vbmc of the virtual machine;
(3) the method comprises the steps that cloud physical host nodes are created for virtual machines by specifying MAC addresses, CPUs (central processing units), memories, disk capacities, IPMI (intelligent platform management interface) related information and corresponding resource types of network cards of the virtual machines;
(4) appointing a network card MAC address of a virtual machine and actual switch connection information connected with a physical host where the virtual machine is located, and creating a cloud physical host port for the virtual machine;
(5) and setting the cloud physical host node to an availabile state, and waiting for the creation and scheduling of the subsequent instances.
In the first step, the virtual machine has at least one network card, and the virtual machine is connected to the switch by the network bridge and the network card of the node.
In the first step, the virtual machine is at least ensured to be above a 4-core CPU and 8G memory so as to ensure that an agent (agent) can be normally executed in the subsequent deployment process; the CPU, the memory, the disk size of the virtual machine need to be recorded, and the switch connection information needs to be read based on LLDP (Link Layer Discovery Protocol).
In the first step, when adding vbmc to the virtual machine, an IPMI address, a port number, a user name and a password need to be assigned to the virtual machine, and the IPMI address is an IP address of a physical machine where the virtual machine is located.
And in the second step, in the process of creating the instance scheduling, resource types corresponding to the physical host models selected by the user are used for scheduling the cloud physical host nodes.
In the second step, the Network support VLAN (Virtual Local Area Network) and VXLAN (Virtual Extensible Local Area Network) types selected by the instance are created.
In the third step, the deployment processing flow of the cloud physical host instance is as follows:
(1) the control node prepares to deploy the mirror image and the user mirror image to a TFTP (simple File Transfer Protocol) server, calls a network module to prepare network resources, and then sets a switch port connected with the cloud physical host node as a deployment network by the network module;
(2) setting a cloud physical host node as PXE (Preboot execution Environment) starting; after acquiring a deployment network IP (Internet Protocol) through a Dynamic Host Configuration Protocol (DHCP), a cloud physical Host node is connected to a TFTP (virtual memory disk) server to download and deploy ramdisk and kernel;
(3) after starting, running the agent in the ramdisk, executing hardware inspection, interacting with the control node, and exposing the cloud physical host node disk through iSCSI (Internet Small Computer System Interface);
(4) and the control node mounts the iSCSI disk and writes the user mirror image into the disk, shuts down the cloud physical host node, calls a network module to switch the network into a tenant network, and restarts the power after the starting item is changed into a hard disk starting item until the instance creation is completed.
The system for simulating the cloud physical host by the virtual machine based on the cloud platform comprises:
a virtual machine module: the virtual machine is used for simulating a physical machine, and the vbmc is required to be used for adding an IPMI function to the virtual machine;
the control node: the system is used for controlling the life cycle management of the cloud physical host nodes and the instances, providing mirror images required by the cloud physical host and interaction with the database;
a network module: the system is responsible for the configuration and switching of the network;
a database module: the system is responsible for maintaining relevant information of the cloud physical host node, the instance and the interface;
a front-end module: the cloud physical host instance management system is responsible for providing the user with the functions of initiating the life cycle management request of the cloud physical host instance and remotely logging in.
The above-described embodiment is only one specific embodiment of the present invention, and general changes and substitutions by those skilled in the art within the technical scope of the present invention are included in the protection scope of the present invention.

Claims (9)

1. A method for simulating a cloud physical host by a virtual machine based on a cloud platform is characterized by comprising the following steps: the method comprises the following steps:
firstly, creating a virtual machine and building a simulated physical machine environment
Calling Libvirt API to create a virtual machine, starting the virtual machine after the creation is completed, adding vbmc to the virtual machine by using a virtualbmc component, and starting the vbmc of the virtual machine to enable the vbmc to be in a running state;
creating a cloud physical host node and a port for the virtual machine, and converting the state of the cloud physical host node into an available state, so that the cloud physical host node can be scheduled at any time;
second, request to create cloud physical host instance
A user selects a required specification, a network, RAID information, a user name and a password by using the front end of the cloud physical host, and initiates a request to create a cloud physical host example;
the request is processed by the control node and is scheduled to a cloud physical host node created for the virtual machine;
third step, instance deployment
The control node prepares a deployment mirror image and a user mirror image, and the network module switches the cloud physical host node network to a deployment network; the cloud physical host node is started for the first time, a deployment mirror image is installed and a node disk is exposed, a control node writes a user mirror image into the disk and sets the user mirror image to be started from the disk, and after a network module is switched to a tenant network, the power is turned on to complete deployment.
2. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 1, wherein: in the first step, a processing flow for creating a cloud physical host node by using a virtual machine is as follows:
(1) selecting a computing node, calling libvirt API to create a virtual machine, and recording the MAC address of a network card of the virtual machine, the CPU, the memory and the disk capacity;
(2) adding vbmc to the virtual machine by using a virtualbmc component, so that an IPMI function is added to the virtual machine; appointing an IPMI address, a port number, a user name and a password, and starting the vbmc of the virtual machine;
(3) the method comprises the steps that cloud physical host nodes are created for virtual machines by specifying MAC addresses, CPUs (central processing units), memories, disk capacities, IPMI (intelligent platform management interface) related information and corresponding resource types of network cards of the virtual machines;
(4) appointing a network card MAC address of a virtual machine and actual switch connection information connected with a physical host where the virtual machine is located, and creating a cloud physical host port for the virtual machine;
(5) and setting the cloud physical host node to an availabile state, and waiting for the creation and scheduling of the subsequent instances.
3. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 2, wherein: in the first step, the virtual machine has at least one network card, and the virtual machine is connected to the switch by the network bridge and the network card of the node.
4. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 2, wherein: in the first step, the virtual machine is at least ensured to be above a memory of 4-core CPU and 8G, so as to ensure that the agent can be normally executed in the subsequent deployment process; the CPU, memory, disk size of the virtual machine and the access switch connection information based on LLDP are recorded.
5. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 2, wherein: in the first step, when adding vbmc to the virtual machine, an IPMI address, a port number, a user name and a password need to be assigned to the virtual machine, and the IPMI address is an IP address of a physical machine where the virtual machine is located.
6. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 1, wherein: and in the second step, in the process of creating the instance scheduling, resource types corresponding to the physical host models selected by the user are used for scheduling the cloud physical host nodes.
7. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 1, wherein: in the second step, the creation instance selected network supports VLAN and VXLAN types.
8. The method for simulating a cloud physical host by a cloud platform-based virtual machine according to claim 1, wherein: in the third step, the deployment processing flow of the cloud physical host instance is as follows:
(1) the control node prepares a deployment mirror image and a user mirror image to be placed on a TFTP server, calls a network module to prepare network resources, and then the network module sets a switch port connected with a cloud physical host node as a deployment network;
(2) setting a cloud physical host node as PXE starting; after the cloud physical host node acquires a deployment network IP through a DHCP, the cloud physical host node is connected to a TFTP server to download and deploy ramdisk and kernel;
(3) after starting, running an agent in the ramdisk, executing hardware inspection, interacting with a control node, and exposing a cloud physical host node disk through iSCSI;
(4) and the control node mounts the iSCSI disk and writes the user mirror image into the disk, shuts down the cloud physical host node, calls a network module to switch the network into a tenant network, and restarts the power after the starting item is changed into a hard disk starting item until the instance creation is completed.
9. The utility model provides a device of virtual machine simulation cloud physics host computer based on cloud platform which characterized in that: the method comprises the following steps:
a virtual machine module: the virtual machine is used for simulating a physical machine, and the vbmc is required to be used for adding an IPMI function to the virtual machine;
the control node: the system is used for controlling the life cycle management of the cloud physical host nodes and the instances, providing mirror images required by the cloud physical host and interaction with the database;
a network module: the system is responsible for the configuration and switching of the network;
a database module: the system is responsible for maintaining relevant information of the cloud physical host node, the instance and the interface;
a front-end module: the cloud physical host instance management system is responsible for providing the user with the functions of initiating the life cycle management request of the cloud physical host instance and remotely logging in.
CN202110006120.2A 2021-01-05 2021-01-05 Method and device for simulating cloud physical host by using virtual machine based on cloud platform Pending CN112667363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110006120.2A CN112667363A (en) 2021-01-05 2021-01-05 Method and device for simulating cloud physical host by using virtual machine based on cloud platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110006120.2A CN112667363A (en) 2021-01-05 2021-01-05 Method and device for simulating cloud physical host by using virtual machine based on cloud platform

Publications (1)

Publication Number Publication Date
CN112667363A true CN112667363A (en) 2021-04-16

Family

ID=75412812

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110006120.2A Pending CN112667363A (en) 2021-01-05 2021-01-05 Method and device for simulating cloud physical host by using virtual machine based on cloud platform

Country Status (1)

Country Link
CN (1) CN112667363A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281529A (en) * 2021-12-10 2022-04-05 上海交通大学 Distributed virtualized client operating system scheduling optimization method, system and terminal
CN114281529B (en) * 2021-12-10 2024-06-04 上海交通大学 Method, system and terminal for dispatching optimization of distributed virtualized client operating system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102185928A (en) * 2011-06-01 2011-09-14 广州杰赛科技股份有限公司 Method for creating virtual machine in cloud computing system and cloud computing system
US20140282944A1 (en) * 2013-03-12 2014-09-18 Stackinsider Technology LLC Methods and systems of deploying cloud computing platforms
CN104253792A (en) * 2013-06-27 2014-12-31 鸿富锦精密工业(深圳)有限公司 Substrate management controller virtual system and method
CN105027108A (en) * 2013-01-22 2015-11-04 亚马逊科技公司 Instance host configuration
CN108984272A (en) * 2018-07-23 2018-12-11 郑州云海信息技术有限公司 The control method and device of OpenStack cloud computing management platform
CN110058925A (en) * 2019-04-30 2019-07-26 黑龙江电力调度实业有限公司 A method of creating virtual machine in cloud computing system
CN111857956A (en) * 2020-07-21 2020-10-30 上海云轴信息科技有限公司 Virtual machine starting method and equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102185928A (en) * 2011-06-01 2011-09-14 广州杰赛科技股份有限公司 Method for creating virtual machine in cloud computing system and cloud computing system
CN105027108A (en) * 2013-01-22 2015-11-04 亚马逊科技公司 Instance host configuration
US20140282944A1 (en) * 2013-03-12 2014-09-18 Stackinsider Technology LLC Methods and systems of deploying cloud computing platforms
CN104253792A (en) * 2013-06-27 2014-12-31 鸿富锦精密工业(深圳)有限公司 Substrate management controller virtual system and method
CN108984272A (en) * 2018-07-23 2018-12-11 郑州云海信息技术有限公司 The control method and device of OpenStack cloud computing management platform
CN110058925A (en) * 2019-04-30 2019-07-26 黑龙江电力调度实业有限公司 A method of creating virtual machine in cloud computing system
CN111857956A (en) * 2020-07-21 2020-10-30 上海云轴信息科技有限公司 Virtual machine starting method and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281529A (en) * 2021-12-10 2022-04-05 上海交通大学 Distributed virtualized client operating system scheduling optimization method, system and terminal
CN114281529B (en) * 2021-12-10 2024-06-04 上海交通大学 Method, system and terminal for dispatching optimization of distributed virtualized client operating system

Similar Documents

Publication Publication Date Title
CN101398770B (en) System for and method of migrating one or more virtual machines
TWI620072B (en) Scalable pooled-non-volatile memory express storage boxes, computer-implemented methods and non-transitory computer-readable storage medium
US10592232B2 (en) Preserving firmware setting during firmware update
US9489274B2 (en) System and method for performing efficient failover and virtual machine (VM) migration in virtual desktop infrastructure (VDI)
US9912535B2 (en) System and method of performing high availability configuration and validation of virtual desktop infrastructure (VDI)
WO2016037503A1 (en) Configuration method and device of pcie topology
US10303458B2 (en) Multi-platform installer
CN107666493B (en) Database configuration method and equipment thereof
CN111669284B (en) OpenStack automatic deployment method, electronic device, storage medium and system
CN109947591B (en) Database remote disaster recovery system and deployment method and device thereof
US20180210850A1 (en) System and Method to Avoid SMBus Address Conflicts via a Baseboard Management Controller
CN107395710B (en) Method and device for realizing configuration and high availability HA of cloud platform network element
CN111538561A (en) OpenStack large-scale cluster deployment test method and system based on KVM virtualization technology
CN114024853A (en) Hardware information collection method and system for bare metal node and related components
US20230229481A1 (en) Provisioning dpu management operating systems
US11144326B2 (en) System and method of initiating multiple adaptors in parallel
CN114995888A (en) Intelligent network card deployment method, device and medium
WO2021223744A1 (en) Method for realizing live migration, chip, board, and storage medium
WO2022057439A1 (en) Communication device for bare metal server and elastic block storage, intelligent network card, and system
US20180121223A1 (en) Hypervisor conversion
CN107168815B (en) Method for collecting hardware error information
CN112667363A (en) Method and device for simulating cloud physical host by using virtual machine based on cloud platform
JP7440747B2 (en) Information processing equipment, information processing system, and network communication confirmation method
US11216211B1 (en) Emulated block storage for devices
US11392423B2 (en) Method for running a quorum-based system by dynamically managing the quorum

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210416