What is cell start and cell stop

I am explaining how to do  cell start and stop

Cell Start:-

1.   ./startManager.sh
      ./startNode.sh
      ./startServer.sh

Cell Stop :-


2.  ./stopServer.sh
     ./stopNode.sh
     ./stopManager.sh

This is the way.

Comments