Here are the steps to reset a Fabric Interconnect pair and set them up from scratch. Step 1 – Reset Fabric Interconnects to factory defaults Erase configuration on both Fabric A and Fabric B: old-swfi01-A# connect local-mgmt Cisco Nexus Operating System (NX-OS) Software TAC support: http://www.cisco.com/tac Copyright (c) 2009, Cisco Systems, Inc. All rights Read More…
Month: January 2020
Script to install RabbitMQ 3.7.9 on Centos7
Script to install RabbitMQ 3.7.9 on CentOS 7 #!/bin/bash # README # ONLY VARIABLE REQUIRED IS admin password for "rabbitmqctl add_user admin {MyPassword}" # PLease change before running script. # echo "#######################################################################"; echo "This script will install RabbitMQ 3.7.9 and open relevant firewall rules"; echo "#######################################################################"; yum -y install epel-release wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm rpm -Uvh Read More…