Install HDR FHIR – WL

The following steps show how to install the HDR FHIR application on the same HDR Managed Server.

If you want you install HDR FHIR on the new WebLogic domain, refer to Install HDR FHIR on new WebLogic 14c Domain section.

If you want to install HDR FHIR application on the same HDR Managed Server, continue executing the install_hdr_fhir.sh script to deploy and configure required HDR FHIR resources on the same HDR managed server.

Ensure that the hdrFhirDbUserName parameter is properly configured in the $HDR_HOME/weblogic/install/user_defined.properties.sh file.

Run the install_hdr_fhir.sh script in the following order with CREATE_OPTION (3 to 6) to deploy and configure HDR FHIR on HDR Managed server where HDR RIM application is deployed.

Configure HDR FHIR JDBC Resource

To configure the following Datasource on WebLogic HDR managed server, run $HDR_HOME/weblogic/install/install_hdr_fhir.sh with CREATE_OPTION 3.

Datasource: FhirDataSource

JNDI Name: jdbc/FhirDataSource

sh install_hdr_fhir.sh 3

The script prompts you to enter WebLogic Administrator user password and HDR FHIR Database user password, provide valid values and hit enter.

The script configures the FhirDataSource datasource on WebLogic HDR managed server.

Configure HDR FHIR JVM Arguments

To configure the following JVM argument to the WebLogic HDR managed server, run $HDR_HOME/weblogic/install/install_hdr_fhir.sh with CREATE_OPTION 4.

JAVA_OPTIONS="-Xms2048M -Xmx2048M -Dlogging.config='$HDR_CONFIG_DIR'/fhir/log4j2.properties -Dhdr_fhir_config_location='$HDR_CONFIG_DIR'/fhir/hdr_fhir.yaml

sh install_hdr_fhir.sh 4

The script prompts you to enter WebLogic Administrator user password, provide valid value and hit enter.

The script configures the required JVM arguments to WebLogic HDR managed server.

Restart HDR Managed Server

To restart HDR managed server, run $HDR_HOME/weblogic/install/install_hdr_fhir.sh with CREATE_OPTION 5.

sh install_hdr_fhir.sh 5

The script prompts you to enter WebLogic Administrator user password, provide valid value and hit enter.

The script restarts the HDR managed server. Check HDR managed server log and ensure that managed server is up and running after execution of this script completed.

Deploy HDR FHIR Application

To deploy HDR FHIR application on HDR managed server, run $HDR_HOME/weblogic/install/install_hdr_fhir.sh with CREATE_OPTION 6.

sh install_hdr_fhir.sh 6

The script prompts you to enter WebLogic Administrator user password, provide valid value and hit enter.

The script deploys the HDR FHIR application on WebLogic HDR managed server.

Note:

If you want to continue to install HDR FHIR on the same HDR managed server in a single execution, run $HDR_HOME/weblogic/install/install_hdr_fhir.sh with CREATE_OPTION CONT(continued) option.
sh install_hdr_fhir.sh CONT

The script prompts you to enter WebLogic Administrator user password and HDR FHIR database user password, provide valid values and hit enter.

The script configures and installs HDR FHIR on the same HDR managed WebLogic server.