Exercise 9: How to drain a CREAM CE

From Gridkaschool
Revision as of 12:48, 24 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.
  • On the UI

Remember you user DN (Distinguish name). Doing

 grid-proxy-info 

It is labeled as: Identity. Similar to

 identity : /C=IT/O=DECH/OU=Personal Certificate/L=KARLSRUHE/CN=KARLSRUHE01 
  • On the CE Add to file /etc/grid-security/admin-list
 /C=IT/O=DECH/OU=Personal Certificate/L=KARLSRUHE/CN=KARLSRUHE01 
  • On the UI
    • Operation for disabling new submissions
  glite-ce-disable-submission <hostname_FQDN>:8443 
    • Check if job submission to this CREAM CE is disabled
  glite-ce-allowed-submission <hostname_FQDN>:8443 
    • Operation for enabling new submissions
  glite-ce-enable-submission <hostname_FQDN>:8443 
    • Check if job Submission to this CREAM CE is enabled
  glite-ce-allowed-submission <hostname_FQDN>:8443