9.3.2 Update the Silent.props File in Release 8.1.2.0.0 Pack
Update the Silent.props file present in the Release 8.1.2.0.0 pack. Most parameters in the Silent.props file for 8.1.2.0.0 have default values. Before triggering the installation, ensure that you review them thoroughly and update as required.
- Navigate to the
OFS_CRA_PACK/appsLibConfig/confdirectory. The Silent.template available in this path is populated with default values. - Ensure to modify the template in the directory. Create a copy of this file and rename the copy as
Silent.props. - Edit the Silent.props file and specify the parameters as per
the requirements.
SILENT installation is achieved through a properties file (Silent.props) that must be updated with proper values, before attempting to install using the silent mode. The following table lists all the properties that need to be specified.
- Configure the Silent.props file as mentioned in the following table. Open the
Silent.props file and edit only the following parameters.
Note:
Retain the same values in silent.props as in version 8.1.0.0.0Table 9-2 Parameters for the Silent.props File
| Property Name | Description of Property | Permissible values | Comments |
|---|---|---|---|
| LOG_MODE | Specify Log Mode. |
1 = Debug Mode [Password will be printed in the log file] 0 = General Mode [Passwords will not be printed in the log file] |
The default value is 0. |
| APPFTP_LOG_PATH |
Specify the Infodom Maintenance log path (to be created) for the new Infodom. Ignore if you are doing the installation on an existing information domain. |
User Input | |
| DBFTP_LOG_PATH |
Specify the Infodom Maintenance log path (to be created) for the new Infodom. Ignore if you are doing the installation on an existing information domain. |
User Input | |
| UPLOAD_MODEL | Specify whether you want to perform Model Upload. |
0 = If you have already performed Model Upload and want to skip the model upload process. 1 = If you want to perform Model Upload. |
The default value is 1. |
| MODEL_TYPE | Specify whether you want to use the released datamodel or customized datamodel for the model upload process. |
0 = If you want to upload the released datamodel. 1 = If you want to upload the customized datamodel. |
The default value is 0. |
| DATAMODEL DM_DIRECTORY |
Specify the path (DM_DIRECTORY) and file (DATAMODEL) name for the customized datamodel. Mandatory only if you want to upload the customized datamodel, that is, you have specified MODEL_TYPE=1. |
User Input | |
| SEGMENT_1_CODE | Specify the CRA Segment Code. | CRASEG | The default value is CRASEG. |
| ETL_APPSRC_TYPE | Specify if you want to create a new ETL App or Src pair or use an existing one. |
0 = If you want to create a new ETL App or Src pair. 1 = If you want to use an existing pair. |
The default value is 0. |
| ETL_SRC_2_DESC | ETL CRA Product description. |
Describe the ETL Src. Mandatory if you want to create new ETL Src if you have specified ETL_APPSRC_TYPE= 0. |
The default value is CRA Source. |
| ETL_SRC_1_DESC | ETL Staging source description. | Mandatory if you want to create new ETL Src if you have specified ETL_APPSRC_TYPE= 0. |
The default value is Staging Source. Describe the ETL Src. |
| ETL_SRC_1_NAME | ETL CRA source name | User Input |
The default value is STAGING. Specify the ETL Source Name into ETL Area Definitions to be deployed. |
| ETL_SRC_2_NAME | ETL CRA Product source name. | User Input |
The default value is PROCESSING. Specify the ETL Source Name into ETL Area Definitions to be deployed. |