.
contact contact

MPE Client Library
Raw Binary Format

 
.
 

Download and Installation Instructions

The following describes how to do a "raw binary" download/upload of the MPE Eloquence client software to your HP 3000 system.

  1. In your PC/Mac web browser, download the installation archive file to your local hard drive. The file is about 612KB in size and by default is called "eloqstd.bin".

    Save the file somewhere you can find it later, perhaps in C:\temp\eloqstd.bin

    Now, you need to upload the eloqstd.bin file to your HP 3000. Please note that you must be logged in as a user with SM capability; our examples assume MANAGER.SYS,PUB.

    There are several ways to upload the file:

    • Upload with a terminal emulator
      This example uses WRQ Reflection.

      Issue MPE file equation command:
      :file eloqstd;rec=128,1,f,binary;code=2501

      Issue WRQ transfer command (press <Alt>Y to get to command line mode):
      send eloqstd.bin to *eloqstd binary rec=256

      Alternately, you can use Reflection's File Transfer Dialog. In that case be sure to select the BINARY transfer type, record length 256, and be sure to upload the file to "*eloqstd" (Note the "*"; we are back referencing the MPE file equation we set earlier)

      The bottom line, regardless of what terminal emulator you are using, is that you need to upload the file such that the result on the HP 3000 is a file with records that are 128W FB and has file code STORE (2501).

    • Upload via FTP
      This example uses the Windows bundled FTP client.

      1. Start a DOS window (also called "MSDOS" window)
        (Possibly via: click on START, then PROGRAMS, then "Command Prompt")

      2. CD to the directory where you downloaded the eloqstd.bin file.
        Example:
           c:
           cd \temp
        

      3. Start FTP: FTP yourhp3000computername (Note: this requires that you are running an FTP server on your HP 3000)

      4. Logon (within FTP) to MANAGER.SYS

      5. Enter the following FTP commands. Please note that the file and directory names are CASE SENSITIVE:
           binary
           cd /SYS/PUB/
           put eloqstd.bin ELOQSTD;rec=128,1,F,binary;code=2501
           close
           quit
        

    Now that the file has been uploaded to your HP 3000, we continue:

    1. On your HP 3000, verify that the eloqstd file looks correct:
      :LISTF ELOQSTD,2
      
      ACCOUNT=  SYS         GROUP=  PUB     
      
      FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                        SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX
      
      ELOQSTD   STORE   128W  FB        2436     204800   1     2448  5  8
      

      Note: the LIMIT and SECTORS columns may vary slightly, and the LIMIT column may be larger than the EOF column ... those differences are not problems. However, the file code must be STORE, the file record must be 128W FB, and the EOF must match what you see above.

    2. Set a file equation
         :file e=eloqstd;dev=disc
      

    3. Restore the installation macro file (ELOQINST.PUB.SYS) from the archive:
         :restore *e;eloqinst.pub.sys;local;show
      

    4. Execute the installation macro, which will perform the rest of the installation, and ask you some questions along the way:
         :xeq eloqinst
      

 
 
.
 
 
  Privacy | Webmaster | Terms of use | Impressum Revision:  2004-02-03  
  Copyright © 1995-2003 Marxmeier Software AG