Changes between Version 31 and Version 32 of NuWa_Slave

Show
Ignore:
Timestamp:
02/16/11 13:01:35 (13 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

reminder on screen usage

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v31 v32  
    228228Stop the slave using supervisord commandline interface :  
    229229{{{ 
    230 [blyth@belle7 local]$ sv 
     230N> status 
    231231dybslv                           RUNNING    pid 5278, uptime 17:13:09 
    232232N> stop dybslv 
     
    244244mkdir dyb ; cd dyb 
    245245svn export http://dayabay.ihep.ac.cn/svn/dybsvn/installation/trunk/dybinst/dybinst  
    246 screen ./dybinst trunk all              ##   "man screen" for details    
    247 }}} 
     246screen ./dybinst trunk all                
     247}}} 
     248See {{{man screen}}} for details : 
     249  * {{{C-a d}}}  detach from session, leaving processes running 
     250  * {{{screen -r}}} re-attach to the session 
     251  
    248252 
    249253Follow what the build is doing with eg : 
     
    252256}}} 
    253257 
     258'''Remember to restart the slave''', from supervisorctl: 
     259{{{ 
     260N> start dybslv 
     261}}} 
    254262 
    255263== Monitoring the slave node ==