LIVE Server Installation Instructions: HPUX

Several libraries that are required by the LIVE Server are not available on default installations of, HPUX. These libraries are provided for you along with installation instructions in order to properly configure your LIVEServer for use.

LIVE Server Installation

Root Installation
Nonroot Installation

Root install

If you are an administrator on the machine on which you will install the LIVE Server, it is recommended that you use the root installation. This will automatically check dependencies, and install the server into the place where all users can use it.
  1. Download the LIVE Server root package
  2. Extract the file: gunzip < live-version-build.tar.gz | tar xvf -
  3. Run the command as root: swinstall -s /path/to/live-version-build-os-arch.depot
  4. Download the extra libraries package:
    • Libraries for HPUX are available here
  5. Create a new directory
  6. Extract the libraries into the new directory
  7. Edit the /usr/bin/rxlaunch6 script
  8. Add the following code to the 2nd line of the script after #!/bin/sh
    LD_LIBRARY_PATH=/path/to/your/extra/libraries
  9. Save the file
  10. Launch your LIVE Session from your LIVE Client (X-Win32, LinuxLIVE, MacLIVE etc)

Non-root install

The non-root installation is a compressed tar file, which will typically be installed in your $HOME directory in a sub directory named 'LIVEServer.' which needs to be added to the Remote Server Interface Program on the client.
  1. Download the LIVE Server nonroot package
  2. Extract the file: gunzip < live-version-build-os-arch.local. tar.gz | tar xvf -
  3. Download the extra libraries package:
    • Libraries for HPUX are available here
  4. Create a new directory
  5. Extract the libraries into the new directory
  6. Edit the LIVEServer/bin/rxlaunch6 script
  7. Add the following code to the 2nd line of the script after #!/bin/sh
    LD_LIBRARY_PATH=/path/to/your/extra/libraries
  8. Save the file
  9. On the client side (X-Win32, LinuxLIVE, MacLIVE etc), edit the Remote Server Interface Program to point to the path of LIVEServer/bin/rxlaunch6 sci
  10. Launch your LIVE Session from your LIVE Client

Notes

The LIVE server starts automatically when a LIVE client connects. The client runs the 'sci' program, which in turn starts rxserver, if it isn't already running. Communication between the LIVE components on the server are through files and named sockets in a directory named .nx in your home directory, which is created automatically. You do not need to start anything after installation. It will automatically exit when you terminate your last running session. For security reasons, each user runs his own instance of the LIVE server.

System Requirements

  • HPUX Version 11.11 or later
  • sshd must be installed
  • 'AllowTcpForwarding yes' in sshd_config

Source Code

These libraries are distributed under the GPL Source Code for gcc 4.2.1