2.5.1.6 Deploy the Schema Creator
To deploy the Schema Creator, perform the following steps:
- Invoke the Schema Creator for the required application by navigating to the
respective path:
- Navigate to /<userhome_DirPath>/33928256.tar/OFS_IIA_PACK_SCHEMACREATOR_DOCKER Path for IAA.
- Navigate to /<userhome_DirPath>/33928256.tar/OFS_OILM_PACK_SCHEMACREATOR_DOCKER Path for OILM.
- To deploy the Application Packs, edit the param.env file’s attributes in the
OFS_IIA_PACK_SCHEMACREATOR_DOCKER and
OFS_OILM_PACK_SCHEMACREATOR_DOCKER Folders as tabulated:
-
Table 2-4 Table
Variables Sample Values Description DEFAULT_SCHEMA_PWDS password The default schema password.
This must be the same as configured in the Oracle Wallet.
SETUP_INFO_NAME pop The setup info name will be prefixed to create Config and Atomic Schemas.
This has a maximum of four-character length.
For example, dev, iut, and prod.
ELB <Host_Name> The host name of the external load balancer which hosts one or more WebLogic containers as a cluster. ILB <Host_Name> The host name of the internal load balancer hosts the combination of the Application Containers and the Database Component Containers as clusters. FTPSHARE_MOUNT /<userhome_DirPath>/<ftpshare> Path of the FTPSHARE volume. WALLET_MOUNT /<userhome_DirPath>/ftpshare/wallet The Wallet local mount.
Ensure to give 777 permission recursively.
TABLESPACE_PREFIX <TableSpace.dbf files path> The Tablespace.dbf file path as configured in the Database.
-
- To deploy the schema creator for IAA, execute
Run.sh
from the OFS_IIA_PACK_SCHEMACREATOR_DOCKER path. - To deploy the schema creator for OILM, execute
Run.sh
from the OFS_OILM_PACK_SCHEMACREATOR_DOCKER path. - To check the log files for IAA, check the log files in /ftpshare/logs/OFS_IIA_PACK.
- To check the log files for OILM, check the log files in /ftpshare/logs/OFS_OILM_PACK.
- Create a folder within the /<userhome_DirPath>/ftpshare/logs (For
example, Weblogic).Give the following permission to the created
folder:
chmod 775
- This enables you to view the log from the ftpshare path.
- Connect to
<SETUP_INFO_NAME> _ofsaaconf
. - Update the V_PROP_NAME Column for the value LOG_HOME_PATH to the ftpshare path in aai_setup_props Table. For example, LOG_HOME_PATH /scratch/ofsaa811/ftpshare/logs/Weblogic
- Connect to
- For the debug mode, we can set
V_LOGGERLEVEL=0
for all the logger names in the aai_dyn_svcs_servers Table.