Installing Hyperstage PG for Linux

  1. Download the installation package for Hyperstage PG for the Linux platform.
  2. Set LD_LIBRARY_PATH as follows:
LD_LIBRARY_PATH=[full path to the Root installation folder]/HyperstagePG/lib
  1. Run the executable file and accept the License Agreement.
  2. Enter the full path to the Root Installation Folder, else accept the default path.
  3. Enter the DB Administrator Name, or accept the default name.
  4. Enter the Administrator Password.
  5. Re-enter the DB Administrator Password.
  6. Enter the Hyperstage PG Ports. Note that two consecutive ports are used.
  7. Enter the ServerMainHeapSize for Hyperstage PG, or accept the default size.
  8. A summary of all the selected product parameters is displayed. You can either accept, start over, or cancel the installation at this point.
  9. After you accept the parameter values, the installation begins.

In the ibi/HyperstagePG folder, the following executable files are created:

  • ibi_hs_start.sh

  • ibi_hs_stop.sh

In the ibi/HyperstagePG/conf folder, the following folders are created:

  • ib_data
  • pg_data

Troubleshooting

If Hyperstage PG does not start and an error message is displayed in the /HyperstagePG/bin/ibengine directory, perform the following steps:

  1. Install the missing system library.

  2. Update ibi_hs_start.sh with the following code. Note that the path is the fully qualified path to the HyperstagePG/lib directory.

    LD_LIBRARY_PATH=/ibi/HyperstagePG/lib
  3. Run ibi_hs_start.sh.