当前位置:网站首页>KVM learning resources
KVM learning resources
2022-04-23 14:18:00 【Nightwish5】
KVM Learning resources
video :
Mr. Chen :
https://www.bilibili.com/video/BV1AT4y1J7T6 《 introduction 》
https://www.bilibili.com/video/BV1S7411871J 《 Advanced 》
article :
It's kind of a KVM series , Yes KVM Many contents of .
http://www.21yunwei.com/archives/1758 and http://www.21yunwei.com/archives/1758《KVM Virtualization tutorial 》
http://www.361way.com/kvm-qcow2-preallocation-metadata/3354.html 《kvm Virtualization summary ( Nine )virt-install And qcow2 preallocation》
https://blog.51cto.com/koumm/1288795 《kvm Virtual learning notes ( One ) And kvm Virtualization environment installation 》
Record the problems encountered during :
One 、 Modify the name of the virtual machine
# You need to shut down the virtual machine to execute the following instructions , Change the name
virsh domrename CentOS7_mini CentOS7_mini_148
Two 、 After modification /etc/securetty , After restart centos7 The machine keeps flashing - Number ?
Reference article :VIRSH CONSOLE Get into CENTOS 7 The virtual machine is stuck http://blog.ljmict.com/?p=89
systemctl enable [email protected]
systemctl start [email protected]
echo "ttyS0" >> /etc/securetty
grubby --update-kernel=ALL --args="console=ttyS0"
reboot
Restart after the above instructions , The machine keeps flashing - Number .
At first, I thought that the instruction just now caused the system problem .
In the end emergency mode see journalctl -xb It's the log that knows , In the afternoon /etc/fstab The contents of the document are wrong . This makes it impossible to restart the system ( In my impression, there is a video about this phenomenon ), I'm really drunk .
版权声明
本文为[Nightwish5]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231408132870.html
边栏推荐
猜你喜欢
A table splitting implementation scheme of MySQL and InnoDB, MyISAM and MRG_ Introduction to MyISAM and other engine application scenarios
进入新公司,运维工程师从下面这几项了解系统的部署
多云数据流转?云上容灾?年前最后的价值内容分享
使用Executors类快速创建线程池
Gartner预测云迁移规模大幅增长;云迁移的优势是什么?
RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能
Uni app message push
PySide2
uni-app消息推送
MySQL-InnoDB-事务
随机推荐
Multiple inheritance virtual base exercises
Mysql的安装过程(已经安装成功的步骤说明)
在电视屏幕上进行debug调试
使用Executors类快速创建线程池
js 进度条,显示加载进度
MySQL lock database lock
MySQL-InnoDB-事务
利用json-server在本地创建服务器请求
VMware installation 64 bit XP Chinese tutorial
MySQL数据库讲解(八)
关于云容灾,你需要知道这些
pthread_ Why does self() repeat
使用DialogFragment的一些感受及防踩坑经验(getActivity、getDialog为空,cancelable无效等)
OpenSSH的升级、版本号的修改
線程組ThreadGroup使用介紹+自定義線程工廠類實現ThreadFactory接口
线程间控制之Semaphore使用介绍
Storage path of mod subscribed by starbound Creative Workshop at Star boundary
Understand the concepts of virtual base class, virtual function and pure virtual function (turn)
yml引用其他变量
常见存储类型和FTP主被动模式解析