Exercise 5: CREAM CE + Torque Configuration

From Gridkaschool
Revision as of 15:47, 28 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.

Before to configure you have to install host certificates:

 cp ~/gks-027.hostkey.pem /etc/grid-security/hostkey.pem
 cp ~/gks-027.hostcert.pem /etc/grid-security/hostcert.pem
 chmod 600 /etc/grid-security/hostcert.pem
 chmod 400 /etc/grid-security/hostkey.pem

Configuration command:

 /opt/glite/yaim/bin/yaim -c  -s /root/siteinfo_dir/site-info.def -n creamCE -n TORQUE_server -n TORQUE_utils

On the first step errors on torque configuration (pbs-server not started).

  • Troubleshooting:
    • Start pbs server
 /etc/init.d/pbs_server start
    • Re-configure the batch system:
 /opt/glite/yaim/bin/yaim -c  -s /root/siteinfo_dir/site-info.def -n TORQUE_server -n TORQUE_utils