Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
wiki:oardocker_setup_for_grid_5000 [2018/09/21 01:13] neyronwiki:oardocker_setup_for_grid_5000 [2018/09/21 01:14] neyron
Line 7: Line 7:
  
 == On the frontend VM ==  == On the frontend VM == 
-  * setup the oar-node service:+  * setup the oar-node and atd services:
 <code bash> <code bash>
- cd /mnt/ ; make node-build node-install node-setup + cd /mnt/ ; make node-build node-install node-setup 
- apt-get install -y at + apt-get install -y at 
- /etc/init.d/atd start + /etc/init.d/atd start 
- cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d + cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d 
- sed -i -e 's/ -n -20//''' /etc/init.d/oar-node # remove the ''nice -20'' which causes an error + sed -i -e 's/ -n -20//' /etc/init.d/oar-node # remove the ''nice -20'' which causes an error 
- systemctl daemon-reload + systemctl daemon-reload 
- cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/ + cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/ 
- /etc/init.d/oar-node start+ /etc/init.d/oar-node start
 </code> </code>
   * setup epilogue in file /etc/oar/epilogue:   * setup epilogue in file /etc/oar/epilogue:
wiki/oardocker_setup_for_grid_5000.txt · Last modified: 2020/03/31 15:42 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki