Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Planning"
From Genesys Documentation
Line 162: | Line 162: | ||
{{AnchorDiv|StorageRequirementsConfig}} | {{AnchorDiv|StorageRequirementsConfig}} | ||
===Config volume=== | ===Config volume=== | ||
− | RAA mounts a config volume folder | + | RAA mounts a config volume folder inside the container, as <tt>/genesys/raa_config</tt>; this folder is the RAA working directory. At startup, RAA attempts to read the following files from /genesys/raa_config: |
− | + | *custom '''*.ss''' files — see [https://docs.genesys.com/Documentation/RAA/9.0.0/UG/CustomAgg How Do I Customize Queries and Hierarchies?] for details). | |
− | * | + | *JDBC driver from lib/jdbc_driver_<RDBMS> — see [https://docs.genesys.com/Documentation/RAA/9.0.0/Dep/PostInstall#JDBCDriverForRAA Procedure: Configuring the JDBC Driver for RAA] for details. |
− | * | + | *'''conf.xml'' — This file must be present in the working folder, or aggregation cannot start. |
− | * | + | *:The default conf.xml (provided with Helm chart) has the following content: |
*:<source lang="bash"><CfgOptions> | *:<source lang="bash"><CfgOptions> | ||
− | + | <Application> | |
<i id="agg"> | <i id="agg"> | ||
<i k="sub-hour-interval" v="30min"/> | <i k="sub-hour-interval" v="30min"/> | ||
Line 180: | Line 180: | ||
</i> | </i> | ||
</Application> | </Application> | ||
− | </CfgOptions></source> | + | </CfgOptions> |
+ | </source> | ||
Usually RAA does not create any files here at runtime, so the volume does not requires a superfast storage class. | Usually RAA does not create any files here at runtime, so the volume does not requires a superfast storage class. |
Revision as of 18:27, June 23, 2021
This is a draft page; it has not yet been published.
Find out what to do before deploying Reporting and Analytics Aggregates (RAA).
Related documentation: