Eloquence A.05.02 Release Notes

Overview

The following topics are covered by this document: Release notes on the


New licing scheme

HP ELOQUENCE A.05.02 uses a new licence scheme. Instead of "branding" the executable files with a system id, a licence file is now present in the /etc/opt/eloquence/ (HP-UX 10.x) or /opt/eloquence/etc/ (HP-UX 9.x) directory.

The HP ELOQUENCE licence file is a plain text file which contains all licences which apply to the HP ELOQUENCE product. It is normally created automatically during the installation process. Please refer to /opt/eloquence/newconfig/config/licence for a description of HP ELOQUENCE licence file. /opt/eloquence/bin/chklic may be used to check the licence file.

As a benefit of this approach, the executables are no longer host specific and may installed or maintained using the usual operating system tools.


Installation

HP ELOQUENCE A.05.02 can only be installed and run on HP-UX Operating System Release 9.0 or later.

HP ELOQUENCE no longer needs its own installation or update tools, as it is now installed and updated by the usual operating system tools.

NOTE: Hard disk minimum available space for installation: 20 Mbytes.

Installing on HP-UX 9.x

As "superuser," follow the steps below to install the HP ELOQUENCE software.
  1. Insert the HP ELOQUENCE DDS tape into your tape drive and extract the software from tape to a temporary location.
         cd /tmp
         tar xf /dev/rmt/0m B136XB.updt
    
    where /dev/rmt/0m is your DDS tape device file.

  2. To install HP ELOQUENCE, run "update(1m)" by typing:
         /etc/update
    
  3. Select "Change Source or Destination ->".

  4. Select "From Tape Device to Local System ...".

  5. Tab to the "Source" field and enter the following:
         /tmp/B1368XB.updt
    
  6. Press "Done".

  7. Select "Select/View Partitions and Filesets ..."

  8. Activate either the B1367B partition to install the HP ELOQUENCE runtime product or the or B1368B partiton to install the HP ELOQUENCE development product.

  9. Select "Start Loading".

  10. Type "y" to "Start loading filesets now?".

  11. Check /tmp/update.log to make sure installation completed with no error.

Installing on HP-UX 10.x

As "superuser," follow the steps below to install the HP ELOQUENCE software.
  1. Insert the HP ELOQUENCE DDS tape into your tape drive and extract the software from tape to a temporary location.
         cd /tmp
         tar xf /dev/rmt/0m B136XB
    
    where /dev/rmt/0m is your DDS tape device file.

  2. To install HP ELOQUENCE, run "swinstall" by typing:
             /usr/sbin/swinstall -s /tmp/B136XB
    
    where /tmp/B136XB is the path to the file extracted from DDS tape

  3. Click OK on the Note "...The software will be shown as products.".

  4. In the Software Selection Window, highlight to select either the "B1367B" product to install the HP ELOQUENCE runtime product or the "B1368B" product to install the HP ELOQUENCE development product, then choose the "Mark for Install" item from the Actions Menu. The "Marked?" column will be automatically be set to "Yes".

  5. Select the "Install (analysis...)" item from the Actions Menu. When the analysis is finished with no error, i.e. Status:Ready, click OK.

  6. Click Yes in the Confirmation window to begin the actual installation.

  7. When the installation is completed, a dialog is displayed to notify you that the install task is completed. You may exit then.


Eloquence terminfo database

HP ELOQUENCE provides its own terminfo database. It is located in /opt/eloquence/share/terminfo. The terminfo sources are installed in /opt/eloquence/share/terminal. Because this terminfo database is local to the HP ELOQUENCE product, the terminal definitions are not available unless you start HP ELOQUENCE. To install the HP ELOQUENCE terminfo scripts globally, follow the instructions below:
  1. logon as "superuser"
  2. cd /opt/eloquence/share/terminal
  3. tic 2392 2394 70092 70094 70096 70098 70060
This will compile the terminfo scripts into /usr/share/lib/terminfo (HP-UX 10.x) or /usr/lib/terminfo (HP-UX 9.x).


Starting / Stopping eloqd (HP-UX 10.x)

The HP ELOQUENCE daemon eloqd ist started automatically by default if runlevel 2 is entered (after a reboot or single user mode) and will be shut down automatically on reboot.

The automatic eloqd startup is configured in the startup configuration file /etc/rc.config.d/eloquence.

To start eloqd on demand enter the following command:

   /sbin/init.d/eloq start
To stop eloqd on demand enter the following command:
   /sbin/init.d/eloq stop


New product structure

With the release of HP-UX 10.0, Hewlett-Packard will be introducing a new filesystem layout paradigm, modelled after SVR4 and OSF. The model provides many benefits, such as separating the operating system from applications and aligning HP with an industry-accepted file system layout.

HP ELOQUENCE A.05.02 follows the HP-UX 10.0 file system conventions and provides a similar file structure with HP-UX 9.x and HP-UX 10.x.

/opt/eloquence/                         Base directory
  |
  |--- bin/                             Executable programs
  |
  |--- dll/                             Default DLL location
  |
  |--- include/                         C include files
  |
  |--- lbin/                            Backends to other commands
  |
  |--- lib/                             Object code and libraries
  |      |
  |      | --- nls/
  |              |
  |              | --- C/               Default message Catalog
  |
  |--- newconfig/
  |      |
  |      | --- ReleaseNotes/            Release Notes
  |      |
  |      | --- config/                  Example Configuration files
  |      |
  |      | --- startup/                 HP-UX 10.0 startup/shudown
  |                                     files
  |--- share/
  |      |
  |      | --- contrib/                 contributed files
  |      |
  |      | --- dbmods/                  DBMODS related files
  |      |
  |      | --- dist/                    Distributed files
  |      |
  |      | --- example/                 Example files (DVP only)
  |      |
  |      | --- prog/                    HP ELOQUENCE programs
  |      |
  |      | --- terminal/                Terminfo description and
  |      |                              character set mapping
  |      | --- terminfo/                Terminfo database
  |
  |--- tools/                           HP260 migration tools
The following directories are only present with HP-UX 9.x:
/opt/eloquence/etc/                     Application specific
                                        configuration files
The following directories are only present with HP-UX 10.0:
/etc/opt/eloquence/                     Application specific 
                                        configuration files

/var/opt/eloquence/                     Application specific temporary
                                        files

/etc/rc.config.d/                       Startup configuration files

/sbin/
  |
  | --- init.d/                         Startup and shutdown scripts
  |
  | --- rc1.d/                          Startup and shutdown link files
  | --- rc2.d/                          for script sequencing

Last update: 95/08/22