


{"id":273,"date":"2024-02-02T07:02:29","date_gmt":"2024-02-02T07:02:29","guid":{"rendered":"https:\/\/oracle.human-design.jp\/en\/?page_id=273"},"modified":"2024-02-27T03:44:49","modified_gmt":"2024-02-27T03:44:49","slug":"oracle-linux-kvm","status":"publish","type":"page","link":"https:\/\/oracle.human-design.jp\/en\/oracle-linux-kvm\/","title":{"rendered":"Oracle Linux KVM"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>Linux KVM, Kernel-based Virtual Machine (KVM) is an open-source virtualization technology built into Linux.<\/p>\n\n\n\n<p>Specifically, with KVM, you can turn Linux into a hypervisor. This allows the host machine to run multiple independent virtualized environments, called guests or virtual machines (VMs).<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Optimized open source hypervisor<\/li>\n\n\n\n<li>Simplify management with Oracle Linux Virtualization Manager<\/li>\n\n\n\n<li>Designed for hybrid cloud<\/li>\n\n\n\n<li>Easily migrate VMs to the cloud<\/li>\n\n\n\n<li>Security updates without rebooting<\/li>\n\n\n\n<li>Hard partitioning of Oracle software<\/li>\n<\/ul>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Basic functions<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"1024\" src=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img01-1452x1536-1-968x1024.jpg\" alt=\"\" class=\"wp-image-276\" style=\"width:800px\" srcset=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img01-1452x1536-1-968x1024.jpg 968w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img01-1452x1536-1-284x300.jpg 284w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img01-1452x1536-1-768x812.jpg 768w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img01-1452x1536-1.jpg 1452w\" sizes=\"auto, (max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">oVirt Engine<\/h2>\n\n\n\n<p>A JBoss-based Java application that acts as a web service and provides centralized management of server and desktop virtualization.<\/p>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">Included features<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Management of Oracle Linux KVM hosts<\/li>\n\n\n\n<li>Create, deploy, start, stop, migrate and monitor virtual machines<\/li>\n\n\n\n<li>Add and manage logical networks<\/li>\n\n\n\n<li>Add and manage storage domains and virtual disks<\/li>\n\n\n\n<li>Configure and manage high availability for clusters, hosts, and virtual machines<\/li>\n\n\n\n<li>Migrate and edit live virtual machines<\/li>\n\n\n\n<li>Continuous load balancing on virtual machines based on resource usage and policies<\/li>\n\n\n\n<li>Monitor all objects in the environment, including virtual machines, hosts, storage, and networks<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Oracle Linux KVM host<\/h2>\n\n\n\n<p>The Oracle Linux KVM host provides a compute resource for running virtual machines.<\/p>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">Kernel-based Virtual Machine (KVM) and Quick EMUlator (QEMU)<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">QEMU\uff1a<\/h4>\n\n\n\n<p>QEMU enables the KVM to become a full hypervisor by emulating the hardware of the virtual machine, such as CPU, memory, network, and disk devices.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">KVM\uff1a<\/h4>\n\n\n\n<p>KVM enables QEMU to execute code on the virtual machine directly on the host CPU. This gives the Guest OS direct access to the host&#8217;s resources without making any changes.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">Virtual Desktop and Server Manager (VDSM)\uff06libvirt<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">VDSM service:<\/h4>\n\n\n\n<p>It is a host agent that covers all the functions required to manage QKVM hosts, virtual machines, networks, and storage. All communications between the oVirt engine and the KVM host are handled by the VDSM service running on the KVM host.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">libvirt daemon:<\/h4>\n\n\n\n<p>It runs as a service (libvirtd) on an Oracle Linux KVM host and provides an application programming interface (API) for managing various hypervisors, including Oracle Linux KVM. VDSM uses libvirt to manage the complete lifecycle of virtual machines and their virtual devices on a host and collect statistics about them.<\/p>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Oracle Linux KVM host<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Guest agent<\/h3>\n\n\n\n<p>The guest agent runs within the VM and provides information on resource usage to the oVirt engine. Communication between the guest agent and the engine (oVirt engine) is performed via a virtualized serial connection.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1001\" src=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img02-1536x1502-1-1024x1001.jpg\" alt=\"\" class=\"wp-image-284\" style=\"width:800px\" srcset=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img02-1536x1502-1-1024x1001.jpg 1024w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img02-1536x1502-1-300x293.jpg 300w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img02-1536x1502-1-768x751.jpg 768w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM_img02-1536x1502-1.jpg 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">The guest agent provides the following<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Information, notifications and actions between the oVirt engine and the guest<\/li>\n\n\n\n<li>Guest machine name, guest operating system, and other details (such as associated IP address, installed applications, network and RAM usage) to the oVirt engine<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Data warehouses and databases<\/h2>\n\n\n\n<p>OLVM has two PostGre databases.<\/p>\n\n\n\n<p>Depending on the engine configuration, if you install the PostgreSQL database called engine and the ovirt-engine-dwh package, a second database called ovirt_engine_history is created.<br><\/p>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">PostGre database<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Engine database\uff1a<\/h4>\n\n\n\n<p>It stores persistent information about the state of the OLVM environment, as well as its configuration and performance. Historical configuration information and statistical metrics are collected every minute.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Data warehouse database:<\/h4>\n\n\n\n<p>It is an administrative history database (ovirt_engine_history) that can be used to retrieve historical configuration information and statistical metrics for data centers, clusters, and hosts in any application.<\/p>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Management interface<\/h2>\n\n\n\n<p>OLVM provides two portals (the &#8220;Management Portal&#8221; and the &#8220;VM Portal&#8221;) that can be used to configure and manage the environment. The management portal is a graphical management interface for the oVirt Engine server and allows you to perform the following tasks.<\/p>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">Tasks you can perform<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create and manage virtual infrastructure (networks, storage domains)<\/li>\n\n\n\n<li>GInstall and manage hosts<\/li>\n\n\n\n<li>Create and manage logical entities (data centers, clusters)<\/li>\n\n\n\n<li>Create and manage virtual machines<\/li>\n\n\n\n<li>Manage oVirt users and permissions<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Basic Oracle Linux Virtualization Manager features<\/h2>\n\n\n\n<p>All major Oracle VM 3.4 features have been inherited.<\/p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">VM management<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">VM HA policy<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">Live Migration<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">RestAPI<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">Storage, Networking<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">Virtual Appliances(template)<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">Status check, alert<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center has-background\" style=\"background-color:#f7e7b6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;font-weight:500\">Maintenance mode<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">What&#8217;s new in OLVM 4.3.6<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Snap shot<\/li>\n\n\n\n<li>Role-based access<\/li>\n\n\n\n<li>Self-hosted engine<\/li>\n\n\n\n<li>Virt-v2v utility<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Oracle Linux KVM and Oracle Linux Virtualization Manager<\/h2>\n\n\n\n<p>Solution Overview<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"461\" src=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03-1024x461.jpg\" alt=\"\" class=\"wp-image-290\" style=\"width:800px\" srcset=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03-1024x461.jpg 1024w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03-300x135.jpg 300w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03-768x346.jpg 768w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03-1536x691.jpg 1536w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/KVM-img03.jpg 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"447\" src=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2022-03-24-16.17.31-1024x447.png\" alt=\"\" class=\"wp-image-291\" style=\"width:800px\" srcset=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2022-03-24-16.17.31-1024x447.png 1024w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2022-03-24-16.17.31-300x131.png 300w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2022-03-24-16.17.31-768x335.png 768w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2022-03-24-16.17.31.png 1392w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-594587f7 wp-block-group-is-layout-constrained\" style=\"background-color:#eeeeee;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30)\">\n<h3 class=\"wp-block-heading\">Guest OS Support<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Oracle Linux 5\/6\/7\/8<\/li>\n\n\n\n<li>RHEL 5\/6\/7\/8<\/li>\n\n\n\n<li>CentOS 5\/6\/7\/8<\/li>\n\n\n\n<li>Windows Desktop 7, 8, 10<\/li>\n\n\n\n<li>Windows Server 2008, 2012, 2016, 2019<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Hard partitioning license cost improvements<\/h2>\n\n\n\n<p>Oracle software license for hard partitioning<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"380\" src=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04-1024x380.jpg\" alt=\"\" class=\"wp-image-295\" style=\"width:800px\" srcset=\"https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04-1024x380.jpg 1024w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04-300x111.jpg 300w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04-768x285.jpg 768w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04-1536x571.jpg 1536w, https:\/\/oracle.human-design.jp\/en\/wp-content\/uploads\/2024\/02\/en_KVM_img04.jpg 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In Oracle Linux KVM, virtual machines can be pinned\/hard partitioned to specific physical cores on the server. Once hard partitioned, only the number of physical cores pinned will require a license for a single Oracle Database EE VM guest<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Oracle Linux KVM service content<\/h2>\n\n\n\n<figure id=\"table05\" class=\"wp-block-table is-style-regular\"><table><thead><tr><th>Service content<\/th><th>Linux Premier<\/th><\/tr><\/thead><tbody><tr><td>Inquiries (unlimited)<\/td><td>\u25ef<\/td><\/tr><tr><td>Access to patch\/hotfix security alerts<\/td><td>\u25ef<\/td><\/tr><tr><td>Access to My Oracle Support<\/td><td>\u25ef<\/td><\/tr><tr><td>Access to the Oracle Unbreakable Linux Network<\/td><td>\u25ef<\/td><\/tr><tr><td>Hardware operation guarantee<\/td><td>\u25ef<\/td><\/tr><tr><td>Backboard hotfixes<\/td><td>\u25ef<\/td><\/tr><tr><td>Right to use Oracle Management Pack for Linux<\/td><td>\u25ef<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">Oracle Enterprise Linux\/Oracle KVM Technical Support Policy [Oracle Corporation]<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Overview Linux KVM, Kernel-based Virtual Machine (KVM) is an open-source virtualization technology built into  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-273","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/pages\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/comments?post=273"}],"version-history":[{"count":19,"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/pages\/273\/revisions"}],"predecessor-version":[{"id":577,"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/pages\/273\/revisions\/577"}],"wp:attachment":[{"href":"https:\/\/oracle.human-design.jp\/en\/wp-json\/wp\/v2\/media?parent=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}