Skip Headers
Oracle® Healthcare Foundation Installation Guide
Release 7.0.1

E70997-03
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

5 Oracle Healthcare Foundation Data Pipeline Services

Oracle Healthcare Foundation Data Pipeline Services installer configures WebLogic application server for the Oracle Healthcare Foundation products and services installation and configuration. You can install Data Pipeline Services on the following nodes:

This chapter contains the following sections:

5.1 Prerequisites

The following are the prerequisites to install Oracle Healthcare Foundation Data Pipeline Services:

  • WebLogic domain with name "oh_domain" should not exist. The installer must be on the machine where WebLogic is installed for both primary and secondary node configuration.

  • All Oracle Healthcare Foundation Data Model schemas should exist.

  • Oracle external table DIRECTORY object must be created for Omics Data Bank.

5.2 Installation Log Files

While installing Oracle Healthcare Foundation Data pipeline services, the installer generates the following log files:

  • installActions<timestamp>.log - this log file records the action of the installer and can be used to diagnose issues with the installer.

  • oraInstall<timestamp>.out - this output file records the output of all the scripts run by the installer.

  • oraInstall<timestamp>.err - this error file records the errors from all the scripts run by the installer.

The log files are time stamped and each installation session creates a new log file.

On a Linux machine, the log files are located at $ORACLE_BASE/oraInventory/logs. For example, /u01/app/oraInventory/logs.

The installation summary with all parameters provided for the installer will be available at:

<INSTALL_HOME>/reports/Oracle_Healthcare_Data_Pipeline_Services_7.0.1_install_<timestamp>.html

While reporting any problems that occur during Oracle Healthcare Foundation Data pipeline services installation, make sure that you include all the above log files

5.3 Installing the Oracle Healthcare Foundation Data Pipeline Services on Primary Node

To install Oracle Healthcare Foundation Data pipeline services on the primary node, perform the following steps:

  1. Extract the contents of the Oracle Healthcare Foundation media pack to your system.

  2. Navigate to the <media_pack_location>/ folder.

  3. Unzip the OHF_V701_Linux-x64.zip file where you want to launch the installer using the following command:

    unzip -a OHF_V701_Linux-x64.zip

  4. Navigate to the Disk1/install folder.

  5. Change the protection on files as follows:

    chmod 755 *

  6. Start the Oracle Universal Installer (OUI) by running the following command. WebLogic should be installed on the same machine where installer is running.

    ./runInstaller -local

    where, the -local option is to install on the local node irrespective of the cluster nodes specified on the installer machine.

    The Welcome screen appears.

  7. Click Next. Select a Product to Install screen appears.

  8. Select the Oracle Healthcare Foundation Data Pipeline Services 7.0.1.0.0 option and click Next.

    The Specify Home Details screen appears.

  9. Select the data pipeline services install home name and location.

  10. Click Next. The Verify Installation Prerequisites screen appears.

  11. Verify if all the prerequisites are met before proceeding.

  12. Click Next. The Java Home screen appears.

  13. Specify the JDK installation path. The installer validates this path.

  14. Click Next. The Fusion Middleware (FMW) screen appears.

  15. Specify the WebLogic with ADF installation path. The installer validates this path.

  16. Click Next. The Cluster Configuration screen appears.

  17. Select Yes to create a domain and make the machine as primary node where the WebLogic AdminServer is located.

  18. Click Next. The AdminServer Configuration screen appears.

  19. Enter values for the following fields:

    • Listen Address

    • Listen Port

    • SSL Listen Port

    • User name - WebLogic administrator user

    • Password - WebLogic administrator password

  20. Click Next. The Node Manager Configuration screen appears.

  21. Enter values for the following fields:

    • Listen Address

    • Listen Port

    • User name - Node manager administrator user

    • Password - Node manager administrator password

  22. Click Next. The Managed Server Configuration screen appears.

  23. Enter values for the following fields:

    • Number of Managed Servers on this machine

    • Managed Servers listen port start index - This is used to increment port number. For example, if number of managed servers is 3, and listen port start index is 8001, three managed servers with listen ports 8001, 8002, 8003 are created.

  24. Click Next. The FMW Repository creation utility (RCU) Configuration screen appears.

    Fusion Middleware (FMW) RCU requires Oracle Database user with DBA or SYSDBA. Using the installer, you can create new RCU repositories or use pre-created repositories using the WebLogic RCU utility.

    • Database Host

    • Database Port

    • Service Name

    • Schema Prefix

    • DBA User name - This field is optional if the RCU repositories are pre-created using the RCU utility

    • DBA Password - This field is optional if the RCU repositories are pre-created using the RCU utility

    • Schemas Common Password

  25. Click Next. The Oracle Healthcare Foundation Data Model Configuration screen appears.

  26. Enter values for the following fields:

    • Database Host name

    • Database Port

    • Service Name

    • Omics Databank schema name

    • Omics Databank schema password

    • Services Schema name

    • Services Schema password

  27. Click Next. The Service Configuration screen appears.

    • Select Yes to provide service configuration.

    • Select No to provide service configuration post installation.

  28. Click Next. The File Upload Service Configuration screen appears.

  29. Enter values for the following fields:

    • File retention period in days

    • File storage location

    • Max file size in bytes

    • Max zip extract size in bytes

    • Simultaneous upload limit

    • Use bucket and object name

  30. Click Next. The Omics Loader Service Configuration screen appears.

  31. Enter values for the following fields:

    • Oracle data directory object

    • Ensembl and SwissProt directory

  32. Click Next. The Summary screen appears.

  33. Click Install.

  34. After the installation is complete, the End of Installation screen appears.

  35. Click Exit after reviewing the installation information. At the confirmation prompt, click Yes to exit the installer.

  36. See the log file located in ORACLE_BASE/oraInventory/logs.

  37. Review the generated installation log files for errors. For details, Section 5.5.

  38. Contact Oracle support, if necessary, to resolve any errors.

5.4 Installing the Oracle Healthcare Foundation Data Pipeline Services on Secondary Node

To install Oracle Healthcare Foundation Data pipeline services on the secondary node, perform the following steps:

  1. Extract the contents of the Oracle Healthcare Foundation media pack to your system.

  2. Navigate to the <media_pack_location>/ folder.

  3. Unzip the OHF_V701_Linux-x64.zip file where you want to launch the installer using the following command:

    unzip -a OHF_V701_Linux-x64.zip

  4. Navigate to the Disk1/install folder.

  5. Change the protection on files as follows:

    chmod 755 *

  6. Start the Oracle Universal Installer (OUI) by running the following command. WebLogic should be installed on the same machine where installer is running.

    ./runInstaller -local

    where, the -local option is to install on the local node irrespective of the cluster nodes specified on the installer machine.

    The Welcome screen appears.

  7. Click Next. Select a Product to Install screen appears.

  8. Select the Oracle Healthcare Foundation Data Pipeline Services 7.0.1.0.0 option and click Next.

    The Specify Home Details screen appears.

  9. Select the data pipeline services install home name and location.

  10. Click Next. The Verify Installation Prerequisites screen appears.

  11. Verify if all the prerequisites are met before proceeding.

  12. Click Next. The Java Home screen appears.

  13. Specify the JDK installation path. The installer validates this path.

  14. Click Next. The Fusion Middleware (FMW) screen appears.

  15. Specify WebLogic with ADF installation path. The installer validates this path.

  16. Click Next. The Cluster Configuration screen appears.

  17. Select No to migrate an existing domain created by running this installer on primary node to scale the cluster and add more machines to domain.

  18. Click Next. The AdminServer Configuration screen appears.

  19. Enter values for the following fields:

    • Listen Address - Running AdminServer listen address provided as part of primary node installation

    • Listen Port - Running AdminServer listen port provided as part of primary node installation

    • SSL Listen Port - Running AdminServer SSL listen port provided as part of primary node installation

    • Administrator User name

    • Administrator Password

  20. Click Next. The Node Manager Configuration screen appears.

  21. Enter values for the following fields:

    • Listen Address

    • Listen Port

    • Administrator User name

    • Administrator Password

  22. Click Next. The Managed Server Configuration screen appears.

  23. Enter values for the following fields:

    • Number of Managed Servers on this Machine

    • Managed Servers listen port start index- This is used to increment the port number. For example, if number of managed servers is 3, and listen port start index is 8001, three managed servers with listen ports 8001, 8002, 8003 are created.

  24. Click Next. The Summary screen appears.

  25. Click Install.

  26. After the installation is complete, the End of Installation screen appears.

  27. Click Exit after reviewing the installation information. At the confirmation prompt, click Yes to exit the installer.

  28. See the log file located in ORACLE_BASE/oraInventory/logs.

  29. Review the generated installation log files for errors. For details, Section 5.5.

  30. Contact Oracle support, if necessary, to resolve any errors.

5.5 Troubleshooting

Primary Node

  • If the installer fails due to the time taken by the node manager process to start, check the machine network configuration to make sure other processes are listening on same port, and user running the installer has the required file system permissions.

  • If AdminServer fails to start due to node manager process being not available, verify if the node manager process is still running.

  • If wrong database configuration is provided, modify it from the WebLogic Admin console.

Secondary Node

  • If the installer fails to connect to AdminServer, verify if the AdminServer is running on primary node by accessing the WebLogic Admin console from Secondary node.

  • If the installer fails due to wrong FMW path, make sure WebLogic is installed in the same file system location as the primary node.

5.6 Uninstalling the Oracle Healthcare Foundation Data Pipeline Services

If the installer fails, de-install the domain oh_domain. Make sure all secondary node machines are uninstalled first before uninstalling the primary node. Restart the AdminServer after every secondary node uninstall.