Exercise 7: Worker Node + Torque Configuration

From Gridkaschool
Revision as of 15:00, 23 August 2012 by Bertocco (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Customize the configuration files

  • On the CE:
 cd /root
 tar -cvf siteinfo_dir.tar siteinfo_dir/   
 scp siteinfo_dir.tar <wn-host>:
  • On the WN:
 cd /root
 tar -xvf siteinfo_dir.tar   
 cd siteinfo_dir/services   
 #cp /opt/glite/yaim/examples/siteinfo/services/glite-wn /root/siteinfo_dir/services/   
 #vi/gedit glite-wn 

Check munge

 rpm -qa |grep munge
     munge-libs-0.5.8-8.el5.x86_64
     munge-0.5.8-8.el5.x86_64
 ls -l /etc/munge/munge.key
     -r-------- 1 munge munge 1024 Aug 23 14:27 munge.key

If not, needed:

 chmod 400 munge.key


Configure the Worker Node + Torque

 /opt/glite/yaim/bin/yaim -c -s /root/siteinfo_dir/site-info.def -n WN  -n TORQUE_client