Changes between Initial Version and Version 1 of EDIR_batch_jobs


Ignore:
Timestamp:
12/05/14 17:12:55 (10 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EDIR_batch_jobs

    v1 v1  
     1(last updated 20070521 elm)           EDIR RELATED BATCH PROCESSES 
     2================================================================== 
     3 
     4EDIR batch jobs are primarily those that update static lists utilized by the  
     5EDIR web gateway and with synchronizing CGI scripts between "e" boxes. 
     6 
     7Note: Appworx jobs are scheduled on the toklat cluster and execute wrapper scripts  
     8which ssh over to ldapgw account on "e" boxes to execute scripts having the same  
     9name as the toklat wrapper.  See ~ldapgw/appworx/<server>_appworx_wrapper.pl on toklat.    
     10 
     11 
     12"e" box:~ldapgw cron jobs 
     13++++++++++++++++++++++++ 
     14M-Su every 5 minutes execute /export/home/ldapgw/local/scripts/rsync<Inst>.ksh 
     15 
     16APPWORX CHAINS 
     17++++++++++++++ 
     18LDAP_STATIC_FILES               # used to refresh static files used to generated EDIR pick lists 
     19 
     20 
     21APPWORX MODULES 
     22+++++++++++++++ 
     23LDAP_STATIC_FILES_EDGAR         # used to refresh static files used to generated EDIR pick lists 
     24LDAP_STATIC_FILES_EGEGIK        # used to refresh static files used to generated EDIR pick lists 
     25LDAP_STATIC_FILES_EKLUTNA       # used to refresh static files used to generated EDIR pick lists 
     26LDAP_STATIC_FILES_ELIAS         # used to refresh static files used to generated EDIR pick lists 
     27 
     28 
     29toklat ~ldapgw/appworx links 
     30++++++++++++++++++++++++++++ 
     31edgar_static_list_maint.ksh     # link to server specific wrapper script 
     32egegik_static_list_maint.ksh    # link to server specific wrapper script 
     33eklutna_static_list_maint.ksh   # link to server specific wrapper script 
     34elias_static_list_maint.ksh     # link to server specific wrapper script 
     35 
     36 
     37"e" box ~ldapgw/appworx links 
     38+++++++++++++++++++++++++++++ 
     39<server>_static_list_maint.ksh  # link to script in ~ldapgw/scripts directory 
     40 
     41 
     42"e" box ~ldapgw/local/scripts 
     43+++++++++++++++++++++++++++++ 
     44rsync<Inst>.ksh 
     45        Script utilizing rsync to synchronize AUTHSERV related source code between "e" boxes. 
     46        The rsync scripts should only ever be scheduled on the box from which CGI script 
     47        changes are mastered. 
     48 
     49static_list_maint.ksh Test|Prep|Prod 
     50        Master script that refresh static files used to generated EDIR pick lists.  This  
     51        script is executed on every "e" box hosting an instance of the EDIR web gateway. 
     52 
     53 
     54######################### 
     55DOCUMENT CHANGE HISTORY 
     5620070822        sxelm   corrected UNIX account names and added sections indicating (none) 
     57                        corresponding to sections in other documents 
     5820070521        sxelm   removed references to batch processes that are not part of EDIR environment 
     59                        (see UPDT|LDAP|AUTH|REGI_batch_jobs) and standardized format 
     60######################### 
     61