当前位置:网站首页>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/sdb
Create 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 2G
View disk information
qemu-img check wn.img
边栏推荐
- VMware下安装win10启动后进入Boot Manger界面如何解决
- WEB核心【记录网站登录人数,记录用户名案例】Cookie技术实现
- darknet 硬件软件环境的设置和检测
- ASP.NET 身份认证框架 Identity(一)
- NowCoderTOP23-27 Binary tree traversal - continuous update ing
- Web系统常见安全漏洞介绍及解决方案-XSS攻击
- Come n times with the sword--05. Replace spaces
- Redis的简单使用
- 【LeetCode】1161.最大层内元素和
- 半个月时间把MySQL重新巩固了一遍,梳理了一篇几万字 “超硬核” 文章!
猜你喜欢
浅谈Attention与Self-Attention,一起感受注意力之美
MySQL中JOIN的用法
Come n times - 09. Implement queues with two stacks
Rich text editor Tinymce
unity-shader-2
因存在自燃安全隐患,宝马7系和5系紧急召回,合计超过5.7万辆
Principle of Redis Sentinel
Emotional crisis, my friend's online dating girlfriend wants to break up with him, ask me what to do
我们能做出来数据库吗?
【JWT】JWT 整合
随机推荐
&#x开头的是什么编码?
Redis Sentinel原理
Business-(Course-Chapter-Subsection) + Course Publishing Some Business Ideas
初识二叉搜索树
【LeetCode】118.杨辉三角
顺序表的删除
loadrunner-Controller负载测试-各模块功能记录01测试场景设计
Hospital management system database, course design, SQLserver, pure code design
LeetCode二叉树系列——101.对称二叉树
Redis缓冲穿透和缓冲击穿工具类的封装
【GORM】存取数组/自定义类型数据
金鱼哥RHCA回忆录:CL210管理OPENSTACK网络--开放虚拟网络(OVN)简介(课后练习)
Open Kylin openKylin automation developer platform officially released
csdn file export to pdf
GCD简单了解
Burndown chart of project management tools: Dynamic assessment of team work ability
nodeJs--querystring模块
SQLSERVER merges subquery data into one field
Centos7 install mysql5.7
VMware下安装win10