Difference between revisions of "POMS"

From Mu2eWiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
[https://cdcvs.fnal.gov/redmine/projects/project-py/wiki/Project-py_guide project-py] is s python scripts which provides a command line interface.
 
[https://cdcvs.fnal.gov/redmine/projects/project-py/wiki/Project-py_guide project-py] is s python scripts which provides a command line interface.
 +
 +
 +
==UconDB==
 +
mu2e_ucon_prod          - created 11/2021 to help with MDC2020
 +
* database mu2e_ucon_prod owned by nologin role mu2e_ucon_prod;
 +
* Kerberos-authenticated roles: brownd kutschke srsoleti
 +
* md5 authenticated role 'mu2e_ucon_web' (for POMS)
 +
* port is 5458 (on ifdbprod/ifdb08)
 +
  
 
==References==
 
==References==

Revision as of 22:15, 22 November 2021

Introduction

The Production Operations Management Service (POMS) is a computing division tool that helps users to run large and complex grid campaigns. It provides

  • control scripts and GUI interface
  • chaining of multiple stages of a grid campaign
  • re-submission of failed jobs
  • analysis of logs and database entries for results

Currently (8/2021), we are only using POMS for Production as a test. Users can use Mu2e tools

project-py is s python scripts which provides a command line interface.


UconDB

mu2e_ucon_prod - created 11/2021 to help with MDC2020

  • database mu2e_ucon_prod owned by nologin role mu2e_ucon_prod;
  • Kerberos-authenticated roles: brownd kutschke srsoleti
  • md5 authenticated role 'mu2e_ucon_web' (for POMS)
  • port is 5458 (on ifdbprod/ifdb08)


References