Cantitate/Preț
Produs

Foundations of Libvirt Development: How to Set Up and Maintain a Virtual Machine Environment with Python

Autor W. David Ashley
en Limba Engleză Paperback – 14 iun 2019
Discover the essential concepts of libvirt development and see how to interface to Linux virtualization environments, such as QEMU/KVM, XEN, Virtuozzo, VMWare ESX, LXC, Bhyve, and more. This book will prepare you to set up and maintain a virtual machine environment.

You'll start by reviewing virtualization in general and then move on to libvirt-specific concepts using Python, including virtualized operating systems and networks, connections, storage pools, and event and error handling.  This work concludes with a comprehensive look at the XML schema definitions for domains, networks, devices, network filtering, storage, node devices, and more.

The libvirt API covers the entire life cycle of virtual objects, from creation to destruction. It contains everything needed for the management of a virtual object during that life cycle. While libvirt has APIs that support many languages, Foundations of Libvirt Development concentrates on Python exclusively, and how to use the APIs to control virtual machines under the QEMU/KVM system. and more. 


What You'll Learn
  • Interface Python to the libvirt library.
  • Review the class layout and methods of the libvirt library.
  • Install and manipulate virtual machines via Python/libvirt.
  • Create XML to manipulate domains, networks, and devices.
  • Write Python programs to perform libvirt functions without human intervention.
Who This Book Is For
Maintainers of virtual machines in a UNIX/Linux environment ranging from managing code on a single virtual machine through an entire installation of virtual machines.
Citește tot Restrânge

Preț: 25544 lei

Preț vechi: 31931 lei
-20% Nou

Puncte Express: 383

Preț estimativ în valută:
4889 5157$ 4074£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484248614
ISBN-10: 1484248619
Pagini: 190
Ilustrații: XIX, 408 p. 13 illus.
Dimensiuni: 155 x 235 x 24 mm
Greutate: 0.6 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Introduction.- 2. Architecture .- 3. Connecting To Domains .- 4. Guest Domains.- 5. Storage Pools and Volumes.- 6. Virtual Networks.- 7. Network Interfaces .- 8. Error Handling .- 9. Event And Timer Handling.- 10. Using the QEMU Guest Agent .- 11. Debugging and Logging .- 12. A Sample Problem .- 13. Storing Information About Virtual Machines.- 14. Securing Virtual Machines .- Appendix A. Libvirt XML Schemas.


Notă biografică

W. David Ashley is a technical writer for SkillSoft where he specializes in open source, particularly Linux. As a member of the Linux Fedora documentation team he recently led the Libvert project documentation, and wrote the Python programs included with it. He has developed in 20 different programming languages during his 30 years as a software developer and IT consultant, including more than 18 years at IBM and 12 years with American Airlines.

Textul de pe ultima copertă

Discover the essential concepts of libvirt development and see how to interface to Linux virtualization environments, such as QEMU/KVM, XEN, Virtuozzo, VMWare ESX, LXC, Bhyve, and more. This book will prepare you to set up and maintain a virtual machine environment.

You'll start by reviewing virtualization in general and then move on to libvirt-specific concepts using Python, including virtualized operating systems and networks, connections, storage pools, and event and error handling.  This work concludes with a comprehensive look at the XML schema definitions for domains, networks, devices, network filtering, storage, node devices, and more.

The libvirt API covers the entire life cycle of virtual objects, from creation to destruction. It contains everything needed for the management of a virtual object during that life cycle. While libvirt has APIs that support many languages, Foundations of Libvirt Development concentrates on Python exclusively, and how to use the APIs to control virtual machines under the QEMU/KVM system. 


Caracteristici

Only book around with extensive examples of using the libvirt library Covers fundamental building blocks to practical applications in Python Creates an array of domains to perform varied functions with Python