Skip Headers
Oracle® Health Sciences Information Gateway CONNECT Gateway and Adapter Installation and Configuration Guide
Release 2.0.1

E37024-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

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

A Running Oracle Health Sciences Information Gateway CONNECT Installer

This appendix describes how to run the OHIG CONNECT installer. It contains the following topics:

A.1 Oracle Health Sciences Information Gateway CONNECT Adapter

Note:

For the connectadapter_host or connectgateway_host properties, ensure that you provide a valid host name instead of localhost to avoid certificate exceptions.

A.1.1 GlassFish

$ cd <install_dir>
$ java -jar ohig_connect_installer.jar
Oracle HIG Connect Installer 2.0.1.0
-- Feature
Choose option install_feature (connect, connectadapter, connectgateway)
> connectadapter
-- Target
Choose option install_target (glassfish, weblogic)
> glassfish
-- Command
Choose option install_command (usage, version, install)
> install
-- Glassfish install directory
Enter glassfish_install_dir [#null]
> /home/hiauser/SUNWappserver
-- Glassfish domain name
Enter glassfish_domain_name [domain1]
>
-- Glassfish copy ojdbc jar to domain lib ext
Choose option glassfish_copy_ojdbc_jar_to_domain_lib_ext ([yes], no)
>
-- Start glassfish
Choose option start_glassfish ([yes], no)
> no
-- Glassfish admin username
Enter glassfish_admin_username [admin]
>
-- Glassfish admin password
Enter glassfish_admin_password [adminadmin]
>
-- Glassfish master password
Enter glassfish_master_password [changeit]
>
-- Glassfish admin port
Enter glassfish_admin_port [4848]
>
-- Glassfish jvm option -Xms
Enter glassfish_jvm_option_xms [512m]
>
-- Glassfish jvm option -Xmx
Enter glassfish_jvm_option_xmx [1024m]
>
-- Glassfish jvm option -XX:MaxPermSize
Enter glassfish_jvm_option_max_perm_size [256m]
>
-- Connect database host
Enter connect_db_host [localhost]
> hiadevdb
-- Connect database port
Enter connect_db_port [1521]
>
-- Connect database sid
Enter connect_db_sid [orcl]
>
-- Connect database nhinc username
Enter connect_db_nhinc_username [nhincuser]
>
-- Connect database nhinc password
Enter connect_db_nhinc_password [nhincpass]
>
-- Connect adapter host
Enter connectadapter_host [localhost]
>
-- Connect adapter http port
Enter connectadapter_http_port [8080]
>
-- Connect adapter https port
Enter connectadapter_https_port [8181]
>
-- Connect gateway host
Enter connectgateway_host [localhost]
>
-- Connect gateway http port
Enter connectgateway_http_port [8080]
>
-- Connect gateway https port
Enter connectgateway_https_port [8181]
>
-- Connect home community id
Enter connect_home_community_id [1.1]
>
-- Connect home community name
Enter connect_home_community_name [1.1]
>
-- Connect assigning authority id
Enter connect_assigning_authority_id [1.1]
>
-- Stop glassfish
Choose option stop_glassfish ([yes], no)
> no

A.1.2 WebLogic

$ cd <install_dir>
$ java -jar ohig_connect_installer.jar
Oracle HIG Connect Installer 2.0.1.0
-- Feature
Choose option install_feature (connect, connectadapter, connectgateway)
> connectadapter
-- Target
Choose option install_target (glassfish, weblogic)
> weblogic
-- Command
Choose option install_command (usage, version, install)
> install
-- Start weblogic
Choose option start_weblogic ([yes], no)
> no
-- Weblogic install directory
Enter weblogic_install_dir [#null]
> /home/hiauser/Oracle/Middleware
-- Weblogic jdk directory
Enter weblogic_jdk_dir [/home/common/java/jdk1.7.0] based on [${install_java_home}]
>
-- Weblogic server name
Enter weblogic_server_name [AdminServer]
>
-- Weblogic domain name
Enter weblogic_domain_name [domain1]
>
-- Weblogic domain directory
Enter weblogic_domain_dir [/home/hiauser/Oracle/Middleware/user_projects/domains/domain1] based on [${weblogic_install_dir}${/}user_projects${/}domains${/}${weblogic_domain_name}]
>
-- Weblogic admin username
Enter weblogic_admin_username [weblogic]
>
-- Weblogic admin password
Enter weblogic_admin_password [welcome1]
>
-- Weblogic admin protocol
Enter weblogic_admin_protocol [t3]
>
-- Weblogic host
Enter weblogic_host [localhost]
>
-- Weblogic admin port
Enter weblogic_admin_port [7001]
>
-- Connect database host
Enter connect_db_host [localhost]
> hiadevdb
-- Connect database port
Enter connect_db_port [1521]
>
-- Connect database sid
Enter connect_db_sid [orcl]
>
-- Connect database nhinc username
Enter connect_db_nhinc_username [nhincuser]
>
-- Connect database nhinc password
Enter connect_db_nhinc_password [nhincpass]
>
-- Connect gateway host
Enter connectgateway_host [localhost]
>
-- Connect gateway http port
Enter connectgateway_http_port [7001]
>
-- Connect gateway https port
Enter connectgateway_https_port [7002]
>
-- Connect adapter host
Enter connectadapter_host [localhost]
>
-- Connect adapter http port
Enter connectadapter_http_port [7001]
>
-- Connect adapter https port
Enter connectadapter_https_port [7002]
>
-- Connect home community id
Enter connect_home_community_id [1.1]
>
-- Connect home community name
Enter connect_home_community_name [1.1]
>
-- Connect assigning authority id
Enter connect_assigning_authority_id [1.1]
>
-- Stop weblogic
Choose option stop_weblogic ([yes], no)
> no

A.2 Oracle Health Sciences Information Gateway CONNECT Gateway

Note:

For the connectadapter_host or connectgateway_host properties, ensure that you provide a valid host name instead of localhost to avoid certificate exceptions.

A.2.1 GlassFish

$ cd <install_dir>
$ java -jar ohig_connect_installer.jar
Oracle HIG Connect Installer 2.0.1.0
-- Feature
Choose option install_feature (connect, connectadapter, connectgateway)
> connectgateway
-- Target
Choose option install_target (glassfish, weblogic)
> glassfish
-- Command
Choose option install_command (usage, version, install)
> install
-- Glassfish install directory
Enter glassfish_install_dir [#null]
> /home/hiauser/SUNWappserver
-- Glassfish domain name
Enter glassfish_domain_name [domain1]
>
-- Glassfish copy ojdbc jar to domain lib ext
Choose option glassfish_copy_ojdbc_jar_to_domain_lib_ext ([yes], no)
>
-- Start glassfish
Choose option start_glassfish ([yes], no)
> no
-- Glassfish admin username
Enter glassfish_admin_username [admin]
>
-- Glassfish admin password
Enter glassfish_admin_password [adminadmin]
>
-- Glassfish master password
Enter glassfish_master_password [changeit]
>
-- Glassfish admin port
Enter glassfish_admin_port [4848]
>
-- Glassfish jvm option -Xms
Enter glassfish_jvm_option_xms [512m]
>
-- Glassfish jvm option -Xmx
Enter glassfish_jvm_option_xmx [1024m]
>
-- Glassfish jvm option -XX:MaxPermSize
Enter glassfish_jvm_option_max_perm_size [256m]
>
-- Connect database host
Enter connect_db_host [localhost]
> hiadevdb
-- Connect database port
Enter connect_db_port [1521]
>
-- Connect database sid
Enter connect_db_sid [orcl]
>
-- Connect database nhinc username
Enter connect_db_nhinc_username [nhincuser]
>
-- Connect database nhinc password
Enter connect_db_nhinc_password [nhincpass]
>
-- Connect adapter host
Enter connectadapter_host [localhost]
>
-- Connect adapter http port
Enter connectadapter_http_port [8080]
>
-- Connect adapter https port
Enter connectadapter_https_port [8181]
>
-- Connect gateway host
Enter connectgateway_host [localhost]
>
-- Connect gateway http port
Enter connectgateway_http_port [8080]
>
-- Connect gateway https port
Enter connectgateway_https_port [8181]
>
-- Connect home community id
Enter connect_home_community_id [1.1]
>
-- Connect home community name
Enter connect_home_community_name [1.1]
>
-- Connect assigning authority id
Enter connect_assigning_authority_id [1.1]
>
-- Stop glassfish
Choose option stop_glassfish ([yes], no)
> no

A.2.2 WebLogic

$ cd <install_dir>
$ java -jar ohig_connect_installer.jar
Oracle HIG Connect Installer 2.0.1.0
-- Feature
Choose option install_feature (connect, connectadapter, connectgateway)
> connectgateway
-- Target
Choose option install_target (glassfish, weblogic)
> weblogic
-- Command
Choose option install_command (usage, version, install)
> install
-- Start weblogic
Choose option start_weblogic ([yes], no)
> no
-- Weblogic install directory
Enter weblogic_install_dir [#null]
> /home/hiauser/Oracle/Middleware
-- Weblogic jdk directory
Enter weblogic_jdk_dir [/home/common/java/jdk1.7.0] based on [${install_java_home}]
>
-- Weblogic server name
Enter weblogic_server_name [AdminServer]
>
-- Weblogic domain name
Enter weblogic_domain_name [domain1]
>
-- Weblogic domain directory
Enter weblogic_domain_dir [/home/hiauser/Oracle/Middleware/user_projects/domains/domain1] based on [${weblogic_install_dir}${/}user_projects${/}domains${/}${weblogic_domain_name}]
>
-- Weblogic admin username
Enter weblogic_admin_username [weblogic]
>
-- Weblogic admin password
Enter weblogic_admin_password [welcome1]
>
-- Weblogic admin protocol
Enter weblogic_admin_protocol [t3]
>
-- Weblogic host
Enter weblogic_host [localhost]
>
-- Weblogic admin port
Enter weblogic_admin_port [7001]
>
-- Connect database host
Enter connect_db_host [localhost]
> hiadevdb
-- Connect database port
Enter connect_db_port [1521]
>
-- Connect database sid
Enter connect_db_sid [orcl]
>
-- Connect database nhinc username
Enter connect_db_nhinc_username [nhincuser]
>
-- Connect database nhinc password
Enter connect_db_nhinc_password [nhincpass]
>
-- Connect gateway host
Enter connectgateway_host [localhost]
>
-- Connect gateway http port
Enter connectgateway_http_port [7001]
>
-- Connect gateway https port
Enter connectgateway_https_port [7002]
>
-- Connect adapter host
Enter connectadapter_host [localhost]
>
-- Connect adapter http port
Enter connectadapter_http_port [7001]
>
-- Connect adapter https port
Enter connectadapter_https_port [7002]
>
-- Connect home community id
Enter connect_home_community_id [1.1]
>
-- Connect home community name
Enter connect_home_community_name [1.1]
>
-- Connect assigning authority id
Enter connect_assigning_authority_id [1.1]
>
-- Stop weblogic
Choose option stop_weblogic ([yes], no)
> no