Changes between Version 31 and Version 32 of NuWa_Slave
- Timestamp:
- 02/16/11 13:01:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NuWa_Slave
v31 v32 228 228 Stop the slave using supervisord commandline interface : 229 229 {{{ 230 [blyth@belle7 local]$ sv 230 N> status 231 231 dybslv RUNNING pid 5278, uptime 17:13:09 232 232 N> stop dybslv … … 244 244 mkdir dyb ; cd dyb 245 245 svn export http://dayabay.ihep.ac.cn/svn/dybsvn/installation/trunk/dybinst/dybinst 246 screen ./dybinst trunk all ## "man screen" for details 247 }}} 246 screen ./dybinst trunk all 247 }}} 248 See {{{man screen}}} for details : 249 * {{{C-a d}}} detach from session, leaving processes running 250 * {{{screen -r}}} re-attach to the session 251 248 252 249 253 Follow what the build is doing with eg : … … 252 256 }}} 253 257 258 '''Remember to restart the slave''', from supervisorctl: 259 {{{ 260 N> start dybslv 261 }}} 254 262 255 263 == Monitoring the slave node ==