当前位置:网站首页>KVM virtualization job
KVM virtualization job
2022-07-31 10:22:00 【half sea of stars】
1. Deploy the kvm environment.
2. Configure bridge network.
3. Use virt-manager and virt-install to create virtual machines respectively.
4. Add a 2G disk to the virtual machine.Change the virtual machine network to use bridged mode.
5. Create a snapshot of the virtual machine in the shutdown state.
Install the virtual machine, edit the processor of the virtual machine after completion, and enable the virtualization technology in the virtual machine. You can check all three, but the most important one must be selected, choose mirror DVD
strong>

Select GUI

View the virtualization configuration through lscpu

Partitions
gdisk /dev/sdbCreate a virtual machine with virt-manager
[[email protected] ~]# mkdir /data/iso[[email protected] ~]# cd /data/isoLogin using the graphical interface[[email protected] iso]# virt-manager




Don't want to choose or create a custom store in the default directory


Click forward to begin installation
Use virt-install to create a virtual machine
Write via command
[[email protected] iso]# virt-install \> -n winxp \> --graphics vnc,listen=0.0.0.0,port=5990,keymap=en_us \> --ram=384 \> --disk path=/data/vm/winxp.qcow2,size=10,format=qcow2 \> --bridge=virbr0 \> --cdrom=/data/iso/"Windows+XP+SP3+VOL"Connect to vnc

Configuring Bridged Networks
Use virt-manager to enter the graphical interface
Create a disk for the virtual machine
qemu-img create -f qcow2 /vm/libvirt/data/vm1-data.qcow2 2GView disk information
qemu-img check wn.img边栏推荐
- 乐观锁和悲观锁
- SQLSERVER将子查询数据合并拼接成一个字段
- ASP.NET 身份认证框架 Identity(一)
- 开放麒麟 openKylin 自动化开发者平台正式发布
- Use turtle to draw buttons
- P5231 [JSOI2012]玄武密码(SAM 经典运用)
- Build finished with errors/Executable Not Found
- Gradle series - Groovy overview, basic use (based on Groovy document 4.0.4) day2-1
- Summary of three methods for SQL deduplication
- Redis缓冲穿透和缓冲击穿工具类的封装
猜你喜欢

Windows系统Mysql8版本的安装教程

医院管理系统数据库,课程设计,SQLserver,纯代码设计

loadrunner-controller-手动场景Schedule配置

实现线程池

Sql optimization summary!detailed!(Required for the latest interview in 2021)

单点登录原理及实现方式

如何判断自己是否适合IT行业?方法很简单

NowCoderTOP28-34 binary tree - continuous update ing

Implement a thread pool

开放麒麟 openKylin 自动化开发者平台正式发布
随机推荐
怎样使用浏览器静默打印网页
SQL力扣刷题七
【LeetCode】73.矩阵置零
How SQL intercepts specified characters from strings (three functions of LEFT, MID, RIGHT)
Inversion problem - key point
C#之泛型、委托、事件及其使用
前序、后序及层次遍历实现二叉树的序列化与反序列化
C#多态的实现
Dart Log工具类
Android安全专题(三)JNI混淆
恋爱期间的赠与能否撤销
Qt 编译错误:C2228: “.key”的左边必须有类/结构/联合
GZIPInputStream 类源码分析
The big-eyed Google Chrome has also betrayed, teach you a trick to quickly clear its own ads
初识二叉搜索树
Summary of three methods for SQL deduplication
Source code analysis of GZIPInputStream class
csdn文件导出为pdf
darknet 硬件软件环境的设置和检测
【LeetCode】383.赎金信