Two: Otter- installation configuration installation -manager

1. Install

#mkdir otter-manager
#tar xf manager.deployer-4.2.17.tar.gz -C otter-manager
#mv otter-manager /data/services/

Previous article gives Download binary codecs can be.

2. Configure

#vim /data/services/otter-manager/conf/otter.properties
otter.domainName = 172.18.165.118
otter.port = 8088
otter.jetty = jetty.xml
otter.database.driver.class.name = com.mysql.jdbc.Driver
otter.database.driver.url = jdbc:mysql://xxxxxx.aliyuncs.com:3306/otter_tools
otter.database.driver.username = online_otter
otter.database.driver.password = online_xxxxxx
otter.communication.manager.port = 1099
otter.communication.payload = 8388608
otter.communication.pool.size = 10
otter.zookeeper.cluster.default = 172.18.165.118:2181,172.18.165.119:2181,172.18.165.120:2181
otter.zookeeper.sessionTimeout = 60000
otter.manager.address = ${otter.domainName}:${otter.communication.manager.port}
otter.manager.productionMode = true
otter.manager.monitor.self.enable = true
otter.manager.monitor.self.interval = 120
otter.manager.monitor.recovery.paused = true
otter.manager.monitor.email.host = smtp.yeah.net
otter.manager.monitor.email.username = [email protected]
otter.manager.monitor.email.password = xxxxxxx
otter.manager.monitor.email.stmp.port = 465

Monitor above address, address database connection and SMTP address, account password changes into their own, as well as zookeeper cluster address

Recent versions zookeeper There is a built-in management console is started by jetty, will take up 8080 port.

Because the zookeeper and manage the same machine, so I speak manager of the port into the 8088 port.

3. Start

#sh /data/services/otter-manager/bin/startup.sh

4. Verify that the
Two: Otter- installation configuration installation -manager
account password is: admin

Guess you like

Origin blog.51cto.com/jiajinh/2416205