Skip Headers
Oracle® Healthcare Master Person Index Installation Guide
Release 3.0

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

Go to previous page
Previous
PDF · Mobi · ePub

3 Oracle Healthcare Master Person Index Installation

This chapter provides conceptual and mandatory information, as well as a procedure for installing the Oracle Healthcare Master Person Index.

This chapter includes the following sections:

If you want to upgrade the existing 2.x master index application (created by the 2.x OHMPI release) to the 3.0 release, see Oracle Healthcare Master Person Index User's Guide for instructions.

Preparing for an OHMPI Installation

Before beginning the installation, read the Oracle Healthcare Master Person Index Release Notes, as it contains important information such as what is in the release package, a listing of new features, and known issues. This information may be pertinent for you to complete a successful installation of the Oracle Healthcare Master Person Index.

Important installation information:

  • Master Person Index does not support spaces in the installation directory path.

  • You must have the JDK software installed and JAVA_HOME set prior to installing Master Person Index or the OHMPI Installer will halt the installation. If you have not installed the JDK yet, see Installing JDK Software and Setting JAVA_HOME.

Installing Using the OHMPI Installer GUI

Although you can change the default installation values, accepting most of them is a good practice, especially the port numbers.

Caution:

Master Person Index does not support spaces in the installation directory path.

Before You Begin

When installing Master Person Index on UNIX systems, such as Solaris computers, set the DISPLAY variable to install in GUI mode. How you do this depends on how you connect to your system.

  • If you receive the error message "No X11 DISPLAY variable was set, but this program performed an operation which requires it" and you use the SSH command to connect to your system from another UNIX machine, you need to set the DISPLAY variable.

  • C shell with localhost the host name: setenv DISPLAY localhost:0.0

  • Korn shell with localhost the host name: DISPLAY=localhost:0.0; export DISPLAY

  • Bash shell with localhost the host name: DISPLAY=localhost:0.0; export DISPLAY

  • Bourne shell with localhost the host name: DISPLAY=localhost:0.0; export DISPLAY

  • If you use X Windows software, such as Exceed, the DISPLAY variable is set for you automatically and can be referenced as a macro, @d&@, when issuing the xterm command.

Installing OHMPI Components Using the OHMPI Installer

Follow the instructions in this section to run the OHMPI Installer:

  1. Download the installation executable file for your platform from the link supplied to you through eDelivery.

  2. Extract the installer file for your platform to a temporary directory.

    Platform Installer File
    Windows OracleHealthcareMPlv3_0-full-installer-windows.exe
    Solaris SPARC OracleHealthcareMPlv3_0-full-installer-solaris-sparc.sh
    Solaris x86 OracleHealthcareMPlv3_0-full-installer-solaris-x86.sh
    Linux OracleHealthcareMPlv3_0-full-installer-linus.sh

  3. Exit from all programs prior to beginning the installation.

    Note:

    You can cancel the installation at any time during the process.
  4. To start the installation, initiate one of the following executable file:

    • For Linux or Solaris, change the execution mode with the command, chmod a+x installer-file.sh; and then start the installation with the command, ./installer-file.sh.

    • For Windows, double-click the file, installer-file.exe.

    The OHMPI Installer dialog box appears.

  5. On the NetBeans IDE Installation dialog box, perform the following:

    1. Verify or modify the location for the NetBeans IDE.

    2. Verify or modify the location of the associated JDK.

    3. Click Next.

      Note:

      NetBeans IDE requires the JDK 1.7 Update 75 or later for installation.
  6. Click Install.

  7. Click Finish.

    OHMPI is configured for your system. For additional details about the installation, see the installation logs.

Installing OHMPI Components on Solaris SPARC Platform

Perform the following steps:

  1. Install OHMPI. For information, see Installing OHMPI Components Using the OHMPI Installer.

  2. Install OHMPI plugin.

    1. Start NetBeans.

    2. From menu, select Tools > Plugins.

      The Plugins dialog box appears.

    3. Select the Downloaded tab.

    4. Click Add Plugins.

    5. Navigate to the <NetBeans_Install>/netbeans/ohmpi/update/download/ directory and select the following nbm files:

      - ohmpi-mpi-netbeans-plugin.nbm

      - ohmpi-ihe-netbeans-plugin.nbm

      - ohmpi-hpd-netbeans-plugin.nbm

    6. Click Open.

      The selected nbm files appear in the Plugins dialog box.

    7. Select the check box against all nbm files.

    8. Click Install.