• 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

RHEL7

How to install pip on RHEL 7 / CentOS 7 ?

June 1, 2019 By Cloud_Devops 3 Comments

Pip is a platform independent package management software. Pip stands for “Pip Installs Packages”. The Python Packaging Authority (PyPA) maintains many of the python relevant projects. The software developed through the PyPA is used to package, share, and install Python software and to interact with indexes of downloadable Python software such as PyPI, the Python […]

Filed Under: CentOS, RHEL7 Tagged With: CentOS 7, Pip, Python, RHEL 7

Downgrading Ansible Engine on CentOS 7/ RHEL 7

June 1, 2019 By Cloud_Devops 3 Comments

How to downgrade Ansible engine on RHEL 7 / CentOS 7 ?.  If you install ansible engine from EPEL repository, it will install the latest ansible engine. I had a hard time with latest ansible engine due to incompatibility with specific tasks. For example, Openshift deployment works fine with Ansible engine 2.7 and fails with […]

Filed Under: Ansible engine, CentOS, Configuration Management, Redhat-LINUX, RHEL7 Tagged With: Ansible

RHEL 7 / Cent OS 7 – “fwupdate-efi” conflicts with “grub2-common”

May 22, 2019 By Cloud_Devops 4 Comments

Have you got the package conflict error while installing the specific package on RHEL 7 /CentOS 7? Frequently, “fwupdate-efi” package conflicts with the “grub2-common” package in RHEL 7 / CentOS 7 environment. This article will provide the step by step procedure to resolve package conflict errors. In general, if you get such error, you must […]

Filed Under: CentOS, Redhat-LINUX, RHEL7 Tagged With: CentOS 7, RHEL 7

Packer Automation – Build Redhat/CentOS VM on VMware vSphere

March 27, 2019 By Cloud_Devops 1 Comment

Vmware vSphere VM - Packer

In this article, we will be walking through the building of Redhat Enterprise Linux 7/CentOS 7 VM using ISO on VMware vSphere environment. Packer is very useful to build your base images on the cloud and on-premise. Packer is an opensource tool and developed by HashiCorp. HashiCorp owns very famous tools like Vagrant, Consul, and […]

Filed Under: Automation, CentOS, Cloud, DevOps, Packer, RHEL7, VMware vSphere 6.0, VMware vSphere 6.5, VMware-Guests Tagged With: CentOS7, Packer, RHEL7, Terraform, VMware vSphere

Docker Basic Operations – Images and Containers

June 18, 2018 By Cloud_Devops Leave a Comment

Docker - Basic Operations - Images and Containers

This article will help you to understand the basic operations of dockers images and containers. Images and containers are two basic components of Docker’s architecture.  A container is launched using an image. An image is a fully packed stack which has everything that needed by an application i.e runtime libraries, environment variable, and configuration files. […]

Filed Under: CentOS, DevOps, Docker, RHEL7 Tagged With: CentOS, DevOps, Docker, RHEL7

How to Install docker on Redhat Linux (RHEL)- CentOS ?

June 16, 2018 By Cloud_Devops 1 Comment

Docker on Virtual Machine

How to install docker on Redhat Linux (RHEL) and CentOS? How to setup the docker environment to start the first container to start exploring the container world?  In this article, we are going to demonstrate the docker community edition deployment on RHEL/CentOS. We will also launch the Docker containers to test the deployment.   Docker […]

Filed Under: CentOS, DevOps, Docker, Redhat-LINUX, RHEL7 Tagged With: CentOS7, DevOps, Docker, RHEL7

RHEL7/CentOS 7 – Recover/Reinstall GRUB2 with UEFI

May 31, 2018 By Cloud_Devops 7 Comments

UEFI - GRUB2 Recovery

This article will provide the step by step procedure to recover the GRUB RHEL7 / CentOS7 which uses UEFI. In last article, we have demonstrated the BIOS-based system’s GRUB recovery.  The newer system ships with UEFI firmware and here is the way to identify BIOS vs UEFI on Linux servers.  To recover GRUB2 on RHEL7 /CentOS 7 with […]

Filed Under: CentOS, RHEL7 Tagged With: CentOS7, RHEL7

How to Recover GRUB on RHEL 7 / CentOS 7 ?

May 31, 2018 By Cloud_Devops 6 Comments

This article will provide the step by step procedure to recover the GRUB on REHL 7 / CentOS 7. GRUB corruption / lost is one of the most common issues on Linux servers/workstations. The possible reasons for grub corruption could be due to bad disk/bug on the firmware or powered off the system abruptly. Systems ships […]

Filed Under: CentOS, Redhat-LINUX, RHEL7 Tagged With: CentOS, RHEL7

How to find Linux is under BIOS or UEFI mode ?

May 29, 2018 By Cloud_Devops Leave a Comment

BIOS vs UEFI

How would you find your Linux server booted in BIOS mode or UEFI mode? What’s the main difference between BIOS and UEFI?  Servers which had shipped prior to the 2011 year have only BIOS firmware installed by default. BIOS is legacy firmware used only on X86 hardware and its 16-bit code. BIOS will take more time for […]

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

How to Install Python 3 on Redhat Enterprise Linux 7.x ?

May 17, 2018 By Cloud_Devops 3 Comments

Python36 - Installing on RHEL 7

Python is available on most of the operating systems in the world. By default Redhat provides 2.7x version on Redhat Enterprise Linux 7.x.  But the new development is mostly happening on Python 3.x version since 2.x is legacy. If you need python 3.x, then you need to install it using the Redhat software repository  (if […]

Filed Under: Python, RHEL7 Tagged With: Python, RHEL7

Next Page »

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·