Installation under OS/400 

Prerequisites

You have fetched the newest version of SAProuter from sapservX from the directory general/misc/saprouter , and you have read the corresponding README file.

Procedure

Import the programs SAPROUTER and NIPING into a separate library (for example, SAPROUTER).

  1. Log on as <SID>OFR .
  2. Create a library:
  3. CRTLIB <libraryname>

  4. Create a backup file SAPROUTER:
  5. CRTSAVF <libraryname>/SAPROUTER

  6. Create a backup file NIPING:
  7. CRTSAVF <libraryname>/NIPING

  8. Import the programs SAPROUTER and NIPING with ftp:
  9. ftp sapservX

    cd general/misc/saprouter

    lcd SAPROUTER

    bin

    get saprouter<.version><.platform> SAPROUTER (replace

    get niping<.version><.platform> NIPING (replace

    quit

  10. Recover the SAPROUTER objects:
  11. RSTOBJ OBJ(*ALL) SAVLIB(SAPROUTER) DEV(*SAVF) SAVF(SAPROUTER/SAPROUTER) RSTLIB(SAPROUTER)

  12. Recover the NIPING objects:
  13. RSTOBJ OBJ(*ALL) SAVLIB(SAPROUTER) DEV(*SAVF) SAVF(SAPROUTER/NIPING) RSTLIB(SAPROUTER)

  14. Create the directory /usr/sap/saprouter .
  15. You must maintain the corresponding routing table under /usr/sap/saprouter/saprouttab . You can find an example of a routing table on sapservX in the aforementioned directory.

More information

Starting SAProuter