Here are the step-by-step instructions to install RabbitMQ. This install will be used for a vCloud Director 9.1 installation. Desired versions: Rabbit MQ : 3.7.7 Erlang: 20.1.7.1 (>19.3 is required for Rabbit MQ 3.7.7) 1. Install EPEL yum -y install epel-release 2. Create Erlang Repo vi /etc/yum.repos.d/rabbitmq-erlang.repo Inset this Read More…
Day: September 19, 2018
How to Setup NTP on CentOS 7
This is a quick start guide to set up NTP on Centos 7 1. Install NTP service yum install ntp 2. Start service systemctl start ntpd 3. Enable service systemctl enable ntpd 4. Edit NTP configuration vi /etc/ntp.conf Edit values for "server" eg # Use public servers from the pool.ntp.org project. # Read More…