Giter Site home page Giter Site logo

master's Introduction

master-slave

Simple tool for master-slave configure. use Erlang R15B

configure

rel/files/sys.config

you must set:

minimal - minimal nodes for live cluster,

path - path for temp file with nodes list,

master_script - script execute on master node

slave_script - script execute on slave node

dead_script - script execute when cluster is dead

rel/files/vm.args

change name and setcookie here

name must be like "[email protected]"

after compile you can find conf files in

master/releases/1/vm.args

master/releases/1/sys.config

compile

./rebar compile ./rebar generate

usage

copy bottle ./rel/master to every host in cluster

set name for every host in master/releases/1/vm.args

in bottle

start application: ./bin/master start

stop application: ./bin/master stop

When node was started you can connect node to cluster

./bin/master connect [email protected]

get node status: ./bin/master who_am_i -> slave|master

get master node: ./bin/master who_is_master -> 'nodename'|none ( if cluster dead)

get all slaves: ./bin/master who_is_slaves -> ['nodename']

get live nodes: ./bin/master who_is_live -> ['nodename']

get dead nodes: ./bin/master who_is_dead -> ['nodename']

get cluster status: ./bin/master cluster_status -> work|dead

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.