Category: Linux

Rabbitmq Install on Centos 7 in cluster mode – Legendshub Blog

As we are fully aware of importance of Rabbitmq in enterprise environements. Today we will discuss how can we install rabbitmq in cluster mode in AWS on Centos 7. AWS Environment: In order to start installation of rabbitmq we will launch two ec2 instances with Centos 7 on them. We will add autoscaling group and configure Load Balancer for them.…

Top 5 challenges faced in migration of backup infrastructure

1. Inventory – As infrastructure remain dispersed around the globe for most of the big players the major challenge is to finalize the inventory for which we need to do consolidation or migration. What policies are currently configured, what is the data source and how they are managing restores? The consolidation process becomes stagnant if inventory varies with time or…

Linux Basic Directory strucuture

Linux Basic Directory structure : bin – This directory is used to store the system’s executable files. Most users are able to access this directory as it does not usually contain system critical files. etc – This folder stores the configuration files for the majority of services and programs run on the machine. These configuration files are all plain text…