• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

Linux KVM

How to extend the root filesystem in RHEL 8 / CentOS 8?

January 29, 2022 By Cloud_Devops 3 Comments

How to extend / (root) filesystem without reinstalling the operating system ?. Is it possible to extend the root filesystem without destroying data? Is it possible to extend on the fly? The answer is yes if you are using LVM. This article will walk you through extending the root filesystem on Redhat Linux 8 (RHEL […]

Filed Under: CentOS 8, Linux, Linux - How to ?, Linux KVM, Linux-Interview Questions, Redhat-LINUX, RHEL 8 Tagged With: AWS, Azure, CentOS 8, Cloud, DevOps, LVM, RHEL 8, VMware

RHEL 7 – Pacemaker – Configuring HA KVM guest – Part 7

December 31, 2015 By Cloud_Devops 1 Comment

HA KVM guest using Pacemaker

If you have followed the KVM article series in UnixArena , you might have read the article which talks about the KVM guest live migration. KVM supports the Guest Live migration (similar to VMware vMotion) but to provide high availability , you need need a cluster setup . (Like VMware HA).  In this article ,we […]

Filed Under: Linux KVM, Pacemaker, Redhat Cluster, Redhat-LINUX, RHEL7 Tagged With: KVM, redhat cluster 7, RHEL7

Perform Live Migration on Linux KVM – Part 11

December 23, 2015 By Cloud_Devops Leave a Comment

KVM - Live VM Migration

In KVM , you can migrate the running virtual machines from one KVM host to another without any downtime. Live migration works well if both the KVM hosts have access to the same storage pool. To make the storage pool accessible  on both the KVM hosts, you need to use NFS or GFS2 filesystem(cluster filesystem). […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Enterprise Virtualization, Redhat Linux, RHEL7

Linux KVM – Change libvirt VM image store path – Part 10

December 23, 2015 By Cloud_Devops 6 Comments

In KVM , VM images are stored in /var/lib/libvirt/images directory by default.  There might be the space limitation since /var filesystem lives under root-vg. In KVM virtualization, everyone would prefer to store VM images in central repository to migrate running VM from one hypervisor to another.  In that case, you need to change the default path for the libvirt images […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Enterprise Virtualization, Redhat Linux, RHEL7

Linux KVM – How to add /Remove vCPU to Guest on fly ? Part 9

December 21, 2015 By Cloud_Devops Leave a Comment

vCPU Hot-plug KVM

Does KVM support vCPU  hot-plug  ?  Will Linux KVM guest can recognize the newly added vCPU’s ? The answer is “YES” off-course. Like KVM memory management, you can add/remove  vCPU’s to active VM using “virsh” command. But this works if you have configured the KVM guest with Maximum vCPUs parameter. So while deploying the new […]

Filed Under: Linux KVM, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Enterprise Virtualization, Redhat Linux, RHEL7

Linux KVM – How to add /Remove Memory to Guest on Fly ? Part 8

December 20, 2015 By Cloud_Devops Leave a Comment

Memory Management on KVM Guest

If the application/DB is demanding more  Memory, you need to adjust the VM’s memory limit accordingly. KVM supports dynamic memory addition when you have configured the VM’s with Maximum memory limits. There are two parts to the VM configuration. 1. Maximum Limits 2. current allocation. At any point in time, you can’t exceed the maximum […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Enterprise Virtualization, Redhat Linux, RHEL7

Linux KVM – How to Add/Resize Virtual disk on fly? Part 7

December 20, 2015 By Cloud_Devops 1 Comment

Add storage to the KVM guest VM

In this article ,we will see that how to add new virtual disk or LUN to the KVM guest and how to resize the existing virtual disk on active domain/guest. This operations can be carried out on fly without any downtime to the guest operating system. KVM supports both physical LUN mapping and virtual disk […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Linux

How to clone a KVM virtual Machines and reset the VM – Part 6

December 19, 2015 By Cloud_Devops 1 Comment

virt-sysprep - VM changes

If you want to build several VMs with the same OS and configuration, “CLONE ” is the best method to save the time instead of installing operating system on each virtual machines. “virt-clone” is useful binary tool to clone the virtual machines with unique ID and  MAC address (When you clone from existing virtual machine). To […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Redhat Linux

KVM – Virtual Machine Manager Font issue – VMM GUI

December 18, 2015 By Cloud_Devops Leave a Comment

Virt-Manager with Junk charectors

Virtual Machine Manager  (VMM or virt-Manager) is GUI tool to manage the KVM hypervisors. This tool can be installed on KVM hosts or in remote system to manage the VM’s. When I tired to access the virt-manager via SSH X11 forwarding on RHEL 7.2 , I got the GUI without any fonts (or with junk […]

Filed Under: Linux KVM, Redhat-LINUX, RHEL7 Tagged With: KVM, Redhat Linux

Deploy KVM instance using Virt-Manger (VMM)- GUI – Part 5

December 18, 2015 By Cloud_Devops Leave a Comment

Specify the ISO image location - KVM guest

Virt-Manager is powerful GUI tool to manage the multiple KVM hosts and it’s associated VM’s. It support’s XEN virtualization too. It can be installed on KVM hypervisor hosts or on centralized management host to manage the multiple hyper-visors from one place.  Using virt-manager,  you can start, pause(suspend), shutdown VMs, display VM details (Ex: VCPUs, memory, disk space), […]

Filed Under: Linux KVM, Redhat Enterprise Virtualization, Redhat-LINUX, RHEL7 Tagged With: KVM, Linux KVM, Redhat Enterprise Virtualization, Redhat Linux

Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·