Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Code Block
    cd $HOME
    
  2. Code Block
    ./config-staging/setup-sakai-node.sh
    
  3. Code Block
    cd $CATALINA_HOME/logs
    
  4. Code Block
    ~/bin/start.sh ; tail -f catalina.out
    
  5. Once sakai is fully up, test login and continue with the next node
  6. If we were in maintenance mode, then once all nodes are up, on each node exit out of the sakai user and run
    Code Block
     
    sudo /ucd/local/sbin/set_status.sh normal
    

...