Quantcast
Image

Search Results for: install-on-centos-redhat

How to install Kibana on CentOS, Red Hat or Fedora

By  •  November 28, 2023

There are a few ways to install Kibana, but the best way is probably via your system's default package manager. It's one of the easier methods and allows you …
Read More

How to install Elasticsearch on CentOS, Red Hat or Fedora

By  •  November 28, 2023

Elasticsearch is a popular, free, and open-source product for search and analytics engines, yet it is not available in the default package repository for CentOS, RHEL, or Fedora. However, …
Read More

How to install AWS CLI tools using pip

By  •  November 28, 2023

AWS Command Line Interface (CLI) is a set of tools to manage your AWS infrastructure from the terminal or command prompt. It's written in Python and is available as …
Read More

How to configure AWS CLI tool

By  •  November 28, 2023

AWS Command Line Interface (CLI) tools allow you to manage your AWS services from the command line. For it to work, you'll need to have an IAM user with …
Read More

How to create shared virtual IP using Pacemaker

By  •  December 2, 2021

Shared resources in a cluster need to be made accessible via an IP address. For this, we need to create a clustered IP address for our Pacemaker cluster, which …
Read More

How to create a Pacemaker cluster

By  •  December 2, 2021

The first thing to do after installation of cluster components such as Pacemaker, Corosync and pcs is to create a cluster. It then enables us to create and assign …
Read More

Top