RunMechanizations
The Oracle Communications Unified Assurance Event Mechanizations Runner will run mechanizations (MySQL stored procedures). The default job is configured to run every minute, but the actual mechanizations run will according to their own scheduling, independent of the job.
You can run this application as a scheduled job using the Jobs UI.
Mechanizations Runner Setup
-
Add a new Mechanization(s) or modify an existing Mechanization(s):
To open the Mechanizations interface, from the main navigation menu, select Configuration, then Events, then Processing, and then Mechanizations.
-
Enable the default Job, unless a specific configuration option is needed.
To open the Jobs interface, from the main navigation menu, select Configuration, then Broker Control, and then Jobs.
Default Scheduled Job
The following table shows the settings for the default job. Actual values are in bold, descriptions of values are in plaintext.
Field | Value |
---|---|
Package | coreProcessing-app |
Name | Event Run Mechanizations |
Program | bin/core/processing/RunMechanizations |
Arguments | This field is blank. There is no default value. |
Description | Run Mechanization Stored Procedure in DB |
Failover Type | Standalone (Supported: Standalone, Primary, Redundant/Backup) |
Status | Disabled |
Privileged | This option is selected. |
Minutes | * |
Hours | * |
Days | * |
Months | * |
WeekDays | * |
See Jobs in Unified Assurance User's Guide for general information about the settings for jobs.
See Using Application Primary/Backup Failover for more information about the different failover types.
Default Configuration
The following table shows the default configurations for the application. Actual values are in bold, descriptions of values are in plaintext.
Name | Default Value | Possible Values | Notes |
---|---|---|---|
LogFile | logs/EventMechRunner.log | Text, 255 characters | The relative path to the log file. |
LogLevel | ERROR | OFF, FATAL, ERROR, WARN, INFO, DEBUG | The logging level for the application. |
ShardID | 1 | An integer | Database shard to be used. |
Administration Details
The following list shows the technical details you will need for advanced administration of the application:
-
Package: coreProcessing-app
-
Package:
./RunMechanizations OPTIONS
-
Options:
-c, --AppConfigID N AppConfigID => Application Config ID (Service, Job, or Request ID) -?, -h, --Help Print usage and exit
-
Threaded: Multithreaded