• 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

Redhat-LINUX

RHEL 7 – How to configure the Fencing on Pacemaker ?

January 21, 2016 By Cloud_Devops 8 Comments

RHEL 7 STONITH

Fencing (STONITH) is an important mechanism in cluster to avoid the data corruption on shared storage. It also helps to bring the cluster into the known state when there is a split brain occurs between the nodes. Cluster nodes talks to each other over communication channels, which are typically standard network connections, such as Ethernet. Each […]

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

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

RHEL 7 – Pacemaker – Cluster Resources/Group Management – Part 6

December 31, 2015 By Cloud_Devops 3 Comments

RHEL 7 cluster Resource group

In Pacemaker/Corosync  cluster (RHEL 7 HA),  resources management and resource group management are important tasks . Depends on the cluster HA services, you might need to configure N-number of resources. In most of the cases , you might need to start set of resources sequentially, and stop in the reverse order.  To simplify this configuration, Pacemaker supports […]

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

RHEL 7 – Pacemaker – Cluster Resource Agents Overview – Part 5

December 30, 2015 By Cloud_Devops 1 Comment

Pacemaker resource agents

Resource agents plays an important role in cluster management.  Resource agents are multi-threaded processes that provides the logic to manage  the resources. Pacemaker has one agent per resource type. Resource type could be a File-system , IP address , databases, virtual-domain and more. Resource agent is responsible to monitor, start , stop,validate , migrate , promote and demote […]

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

RHEL 7 – Configuring Pacemaker/Corosync – Redhat Cluster – Part 4

December 29, 2015 By Cloud_Devops 1 Comment

Redhat cluster - pacemaker corosync configuration

In this article, we will see that how to configure two node Redhat cluster using pacemaker & corosync on REHL 7.2. Once you have installed the necessary packages, you need to enable the cluster services at the system start-up. You must start the necessary cluster services before kicking off the cluster configuration. “hacluster” user will be […]

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

RHEL 7 – Installing Redhat Cluster Software (Corosync/pacemaker) – Part 3

December 28, 2015 By Cloud_Devops Leave a Comment

Redhat Cluster 7 - RHEL 7 - Pacemaker installation

In this article, we will see that how to install Redhat cluster software (Pacemaker) on RHEL 7. If you have valid redhat subscription , you can directly configure redhat repository and install the packages. It also available in the RHEL 7 ISO image as an Add-on Package. Unlike previous redhat cluster releases , Redhat cluster 7 installation […]

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

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

« Previous Page
Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·