Restart DCache

From T2B Wiki
Jump to navigation Jump to search

/opt/d-cache/bin/dcache stop
/opt/d-cache/bin/dcache status

 See if tomcat is correctly stopped, else stop via ps aux | grep tomcat  ; then kill the running processes

/opt/d-cache/bin/dcache start
/root/put_behars_rdonly.py
ncm-ncd --co dcache
/root/put_behars_rdonly.py


  973  df -ha
  974  /opt/d-cache/bin/dcache status
  975  ps ax|grep tomcat
  976  /opt/d-cache/bin/dcache stop
  977  ps ax|grep tomcat
  978  kill -9 5048 5156
  979  ps ax|grep tomcat
  980  /opt/d-cache/bin/dcache start
  981  ps ax|grep tomcat
  982  ncm-ncd --co dcache



Template:TracNotice