Restart DCache

From T2B Wiki
Revision as of 12:29, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " /opt/d-cache/bin/dcache stop<br> /opt/d-cache/bin/dcache status<br> See if tomcat is correctly stopped, else stop via ps aux | grep tomcat ; then kill the running proces...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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