Install the HDR database and middle tier using the Oracle Universal Installer
This section explains how to install the HDR application using the Oracle Universal Installer found at HDR_Installer_Linux64.zip.
Create oraInventory directory and file (optional)
If the HDR Installer cannot reuse the default oraInventory location or if you prefer to have a custom oraInventory location, you can:
- Create an
oraInventory
directory in your preferred location. - Create a file named oraInst.loc and put it in the oraInventory directory.
The contents of the oraInst.loc file must be:
inventory_loc=<full_path_of_the_new_oraInventory_location> inst_group=<OS_user_group_name_that_owns_the_new_oraInventory_location>
- When you run the HDR Installer, use the following command instead of the one
specified in Run the HDR database tier Installer.
Disk1$ ./install/runInstaller -invPtrLoc <full_path_to_the_new_ oraInst.loc file>
Run the HDR database tier Installer
The Installer creates the HDR, ETS and HDR_CONFIG schemas and database objects in the HDR, ETS and HDR_CONFIG schemas.
- Copy HDR_Installer_Linux64.zip folders to the database server machine.
- Extract the files from HDR_Installer_Linux64.zip to a directory such as /home/hdrinstaller. This location name is not required but it is used in the following step.
- Navigate to the /hdrinstaller/Disk1 directory using the following command:
cd /hdrinstaller/Disk1
- Execute the following script:
./runInstaller.sh
Enter values in the Installer screens. See the following table for details.
Table 4-1 HDR Oracle Universal Installer screens for the database tier
Screen Details Welcome
Click Next.
Select a Product to Install
Select the database tier and click Next.
Specify Home Details
-
Name: Enter the name of the HDR Home.
-
Path: Browse to the HDR home. This is the location where the HDR product artifacts are copied. For example:
/u01/hdr/product
.By default, the Oracle Database home directory path is displayed. Be sure to change the values to the HDR home and its path.
Database Details
Enter values as follows:
-
Database Host Name: Enter the host name of the database server.
-
Port: Enter the Oracle database port number.
-
Database Service Name: Enter the Oracle database service name.
-
DBA user name: Enter the Oracle system user name.
-
Password: Enter the system user password.
Choose if want to configure per domain tablespaces
Select an option for the number of tablespaces to configure:
-
Yes. This setting is recommended. It creates different tablespaces for different clinical domains so that storage management becomes easier as the system accumulates large volumes of data over time.
-
No. This option is suitable for HDR installations where the data volume is expecte to be small to medium (a few terabytes). Fewer tablespaces are created.
HDR Current Data Tablespace
If you are upgrading from an earlier version of HTB/HDR, enter the names of the tablespaces where the latest versions of records are stored for the following types of data. The default tablespace names are displayed. Change them if you use different names:
-
Clinical data tablespace:
hdr_cln_tbs
-
Administrative data tablespace:
hdr_admin_tbs
-
Financial data tablespace:
hdr_fin_tbs
-
Infrastructure data tablespace:
hdr_infra_tbs
-
Identification data tablespace:
hdr_ident_tbs
HDR Current Index Tablespace
If you are upgrading from an earlier version of HTB/HDR, enter the names of the tablespaces where indexes for the latest versions of records are stored. The default tablespace names are displayed. Change them if you use different names:
-
Clinical index tablespace:
hdr_cln_idx_tbs
-
Administrative index tablespace:
hdr_admin_idx_tbs
-
Financial index tablespace:
hdr_fin_idx_tbs
-
Infrastructure index tablespace:
hdr_infra_idx_tbs
-
Identification index tablespace:
hdr_ident_idx_tbs
HDR Historical Data Tablespace
If you are upgrading from an earlier version of HTB/HDR, enter the names of the tablespaces where indexes for the historical versions of records are stored. The default tablespace names are displayed. Change them if you use different names:
-
Clinical index tablespace:
hdr_cln_hist_idx_tbs
-
Administrative index tablespace:
hdr_admin_hist_idx_tbs
-
Financial index tablespace:
hdr_fin_hist_idx_tbs
-
Infrastructure index tablespace:
hdr_infra_hist_idx_tbs
-
Identification index tablespace:
hdr_ident_hist_idx_tbs
Enter Password for HDR schema
Enter and confirm the password for the HDR database user account.
Choose Password for config schema
Enter and confirm the password for the HDR_CONFIG user account. All static configuration data and seed data of the HDR product are stored in this schema.
ETS Schema Details
Enter Enterprise Terminology Services details. Default values are displayed for some fields.
-
ETS user password. Enter a password.
-
Confirm password. Reenter the password.
-
ETS default tablespace: ets_data_tbs. Enter the tablespace name where terminology data is stored.
-
ETS context tablespace: ets_ctx_tbs
-
ETS index tablespace: ets_idx_tbs. Enter the tablespace name where terminology indexes are stored.
-
ETS Language: ENUS. Enter the ETS base language code in the form of <Languagecode><CountryCode>.
Choose Directory for Java Home
Enter or browse to the Java Home location for the ETS Java Scheduler Job programs to run in.
Summary
Review the settings, then click Install.
Any errors during the installation are logged in the files under oraInventory/logs folder. Absolute path of the file will be displayed on the OUI screen.
End of Installation
Read the message and click Exit.
-
Run the HDR middle tier Installer
To install the HDR middle tier, perform the following:
- Copy HDR_Installer_Linux64.zip to the WebLogic server machine.
- Extract the files from HDR_Installer_Linux64.zip to a directory such as /home/hdrinstaller. This location name is not required but it is used in the following step.
- Navigate to the hdrinstaller directory using the following command:
cd hdrinstaller/Disk1
- Execute the following script:
./runInstaller.sh
Enter values as required in the Installer screens.
Table 4-2 HDR Oracle Universal Installer screens for the middle tier
Screen | Details |
---|---|
Welcome |
Click Next. |
Select a Product to Install |
Select the WebLogic tier and click Next. |
Specify Home Details |
You can choose the same machine for both the middle tier and the database tier, but Oracle recommends installing them on two different servers in a production environment. |
Choose WebLogic Home Directory |
WebLogic home folder: Enter the path to the WebLogic home. |
HDR Domain Properties |
Enter values as follows:
|
HDR Managed Server Properties |
Enter values as follows:
|
IHE XDS User Password |
Enter the IHE XDS user password, then re-enter it to confirm. |
Data Source Properties |
Enter values as follows:
|
OIDs Configuration |
Would you like to configure OIDS?
|
Oracle Wallet Details |
|
IHE Profile Options |
To access the IHE web services, select Yes.
If you are upgrading from HDR 6.1.1 or 7.0.1, select No. |
IHE Profile Option Detail |
Enter values as follows:
For more information on IHE Profile options, see the Oracle Healthcare Data Repository Implementation Guide. |
Summary |
Review the changes, then click Install. Any errors during the installation are logged in the files under the <user_home_dir>/oraInventory/logs folder. |
End of Installation |
Read the message and click Done. |