2.5.1.6 Deploy the Schema Creator

To deploy the Schema Creator, perform the following steps:

  1. Invoke the Schema Creator for the required application by navigating to the respective path:
    1. Navigate to /<userhome_DirPath>/33928256.tar/OFS_IIA_PACK_SCHEMACREATOR_DOCKER Path for IAA.
    2. Navigate to /<userhome_DirPath>/33928256.tar/OFS_OILM_PACK_SCHEMACREATOR_DOCKER Path for OILM.
  2. 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.
  3. To deploy the schema creator for IAA, execute Run.sh from the OFS_IIA_PACK_SCHEMACREATOR_DOCKER path.
  4. To deploy the schema creator for OILM, execute Run.sh from the OFS_OILM_PACK_SCHEMACREATOR_DOCKER path.
  5. To check the log files for IAA, check the log files in /ftpshare/logs/OFS_IIA_PACK.
  6. To check the log files for OILM, check the log files in /ftpshare/logs/OFS_OILM_PACK.
  7. Create a folder within the /<userhome_DirPath>/ftpshare/logs (For example, Weblogic).Give the following permission to the created folder:chmod 775
  8. This enables you to view the log from the ftpshare path.
    1. Connect to <SETUP_INFO_NAME> _ofsaaconf.
    2. 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
  9. For the debug mode, we can set V_LOGGERLEVEL=0for all the logger names in the aai_dyn_svcs_servers Table.