Changes between Version 3 and Version 4 of ALL__appworx_config
- Timestamp:
- 11/14/14 15:17:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ALL__appworx_config
v3 v4 2 2 3 3 Original Author: Beth Mercer - 20081031 4 5 We run jobs for EDIR support on three platforms: 6 * RPTP Cluster as sxldap 7 * IDMP-3 Cluster as iplanet 8 * "E" boxes as ldapgw 4 9 5 10 We do not have !AppWorx clients on the "e" boxes where the Enterprise Directory and … … 10 15 == !AppWorx Associations Between Server and EDIR Account == 11 16 12 === RPTP Cluster to processes on " e" boxes ===17 === RPTP Cluster to processes on "E" boxes === 13 18 '''ldapgw:''' Jobs associated with maintenance of the AUTHSERV/EDIR web gateways are scheduled to run 14 19 under the ldapgw account. … … 20 25 '''sxldap:''' Jobs associated with the Oracle registry are scheduled to run under the sxldap account. 21 26 22 23 27 Multiple generic wrapper scripts under the toklat ~ldapgw/appworx or ~|iplanet/appworx directories facilitate 24 28 execution of a variety of scripts the "e" boxes". There is one wrapper script for each 25 29 "e" box in which the ssh statement is server specific. 26 30 27 The toklat sxldap appworx directory has a comparable wrapper for summit. However, due to 28 the history of migrating old summit Appworx jobs to toklat when the summit Appworx agent was 29 deleted (during !AppWorx upgrade), existing summit batch job scripts currently reside in the 30 appworx_summit directory. 31 The RPTP sxldap appworx directory has a comparable wrapper for IDMP-3. 31 32 32 To utilize a toklat wrapper to execute a specific script on an "e" box" or summit, create a 33 '''NOTE:''' To preserve the history of old summit Appworx jobs to toklat when the summit Appworx agent was 34 deleted, historical summit batch job scripts currently reside in the ~sxldap/appworx_summit directory. 35 36 To utilize a RPTP wrapper to execute a specific script on an "E" box" or IDMP-3, create a 33 37 link to the wrapper with the name of the script residing in the corresponding appworx directory 34 on the remote host. Create an !AppWorx module that executes the named script. Appworx will35 pass runtime parameters to the toklatscript in a manner that allows the wrapper to pass the38 on the remote host. Create an !AppWorx module that executes the named script. !AppWorx will 39 pass runtime parameters to the RPTP script in a manner that allows the wrapper to pass the 36 40 same runtime arguments to the script on the remote machine. Scripts on the remote machine 37 41 should log status. The wrapper scripts perform no logging unless a specific flag file is 38 42 touched (see scripts). 39 43 40 Note:Because the ldapgw and iplanet appworx directories support execution of scripts on41 multiple " e" boxes, prefix each link name (and script name on corresponding server) with the44 '''Note:''' Because the ldapgw and iplanet appworx directories support execution of scripts on 45 multiple "E" boxes, prefix each link name (and script name on corresponding server) with the 42 46 name of the server on which the script will execute. 43 47