当前位置:网站首页>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边栏推荐
- 怎样使用浏览器静默打印网页
- sql中 exists的用法
- Gradle系列——Groovy概述,基础使用(基于Groovy文档4.0.4)day2-1
- 【LeetCode】242. 有效的字母异位词
- NowCoderTOP28-34 binary tree - continuous update ing
- Redis Sentinel原理
- Data Middle Office Construction (6): Data System Construction
- 尚医通【预约挂号系统】总结
- FCN中制作自己的数据集并进行训练
- SQL——左连接(Left join)、右连接(Right join)、内连接(Inner join)
猜你喜欢
随机推荐
nodeJs--url模块
C#多态的实现
Data Middle Office Construction (6): Data System Construction
Chapter Six
GCD简单了解
Dart Log工具类
解决报错TypeError:unsupported operand type(s) for +: ‘NoneType‘ and ‘str‘
感情危机,朋友的网恋女友要和他闹分手,问我怎么办
Redis缓冲穿透和缓冲击穿工具类的封装
Build finished with errors/Executable Not Found
单点登录原理及实现方式
浅谈Attention与Self-Attention,一起感受注意力之美
Windows系统Mysql8版本的安装教程
(C语言)程序环境和预处理
SQL力扣刷题七
Chapter VII
富文本编辑器Tinymce
Echart饼图添加轮播效果
Make your own dataset in FCN and train it
SQL存储过程详解








