- KVM Virtualization Cookbook
- Konstantin Ivanov
- 88字
- 2021-07-02 22:07:12
Inspecting and editing KVM configs
In this recipe, we are going to use the virsh tool to inspect and edit the configuration for an existing virtual machine. As we saw earlier, once we define and start a KVM instance, libvirt creates the XML definition file in the /etc/libvirt/qemu/ directory. We can dump the guest configuration to disk, for inspection, or to back it up. With the virsh command we can also perform updates to the configuration in place, as we will see later in this recipe.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Learn TypeScript 3 by Building Web Applications
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- 數據結構和算法基礎(Java語言實現)
- Mastering Objectoriented Python
- Scala謎題
- 單片機應用與調試項目教程(C語言版)
- 微信小程序項目開發實戰
- Java程序設計教程
- Software Development on the SAP HANA Platform
- Scrapy網絡爬蟲實戰
- Python數據科學實踐指南
- Developing Java Applications with Spring and Spring Boot
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Java程序設計