码迷,mamicode.com
首页 > 其他好文 > 详细

mq安装脚本

时间:2017-06-29 01:08:18      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:安装   mq   

#!/bin/bash

local_ip=`ifconfig|awk -F ‘[ :]+‘ ‘NR==2 {print $4}‘`

cd /usr/local/src/

wget http://192.168.5.222/activemq-cluster01.tar.gz 

tar zxvf activemq-cluster01.tar.gz -C /opt

cd /opt/activemq-cluster01/conf

sed -i ‘s/10.46.28.217/‘$local_ip‘/g‘ activemq.xml


cp -rp /opt/activemq-cluster01 /opt/activemq-cluster02

cd /opt/activemq-cluster02/conf

sed -i ‘s/61616/61617/g‘ activemq.xml

sed -i ‘s/replicas="1"/replicas="2"/g‘ activemq.xml

sed -i ‘s/8161/8162/g‘ jetty.xml 


sh /opt/activemq-cluster01/bin/activemq start

sh /opt/activemq-cluster02/bin/activemq start


mq安装脚本

标签:安装   mq   

原文地址:http://zjhrunnnnggo.blog.51cto.com/1714072/1942741

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!