Hey Prasad, Use supervisord
paste the following in /etc/supervisord.conf [program:storm-supervisor] command=/root/apache-storm-0.9.4/bin/storm supervisor autostart=true autorestart=true startsecs=10 startretries=999 log_stdout=true log_stderr=true logfile=/var/log/storm/supervisor.out logfile_maxbytes=20MB logfile_backups=10 stopasgroup=true Similarly for nimbus you can run it using supervisord -c /etc/supervisord.conf On Thu, May 7, 2015 at 12:19 PM, prasad ch <[email protected]> wrote: > Hi, > > am not able to start storm cluster setup under demon tools > please help me > how to install *demontools *and how to write *script *for storm > components *nimbus *,*supervisors *and *zookeeper *under it. > > please help me to do this and how to write *script *fot it > > Thanks! > > > > Regard's > > prasad.ch >
