/controlm_toolset

Primary LanguagePerlBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

controlm_toolset

  • Purpose: Downloads and installs the AAPI release identified in the parameters
  • Parameters: Version (default=9) Release (default=20) Fixpack (no default)
  • Use: ./aapi_upgrade.ps1 -fixpack 225
  • NOTE: If you install Powershell on Linux (!!) it can also be used in that OS! (tested and works!)
  • Purpose: as a control-M Shout, sends an SMS message via a REST request
  • Parameters: standard shout parameters $2 is used as message and contains the phone and text message separated by "=="
  • Use: as part of a Control-M shout to program
  • Purpose: Allows to send an event via the ctm cli to some other system using the notification (shout) destinations mechanism
  • Parameters: standard shout parameters %2 is used as message and, separated by spaces, contains.
    • event
    • Date
      • formatted as MMDD
      • STAT, or
      • ODAT
    • Log (if Y, will write log files with the following name)
      • logfile=%currdir%%currdate%%currtime%%event%.txt
  • Use: as part of a Control-M shout to program

Docker examples

Please let me know of improvements you think would be useful

For future

  • test the STOPSIGNAL dockerfile command and use it in the run_register to test for non-usual stop signals.

Information about Kubernetes

For the Kubernetes best practice information see here

ctm_python_client examples