This guide is intended to enable competent system administrators to install and configure
This guide does not explain any of the non-pertinent features encountered along the way. Such explanations may be found in the full documentation.
#sh install.sh
OpenLink Multi-Tier licensing is handled on the server side so you should place the
Progress requires a small amount of additional environmental configuration in the
[Environment PROGRESS91E] DLC = /dbs/progress/v9.1e PROCFG = /dbs/progress/v9.1e/progress.cfg ;TABLEVIEW = tableview.dat ; Full path to file generated by setup.p ;TABLEVIEW_QUALIFIER = Y ; Add owner information to select statement ;INSERT_LOGICAL = Y ; Rewrite character TRUE/FALSE to logical ;UPDATE_LOGICAL = Y ; Rewrite character TRUE/FALSE to logical ;MIN_FIELD_LEN = ; Min length for char field or expression ;MAX_FIELD_LEN = ; Max length for expression ;EXPR_PRECISION = 15 ; Fixed precision for numeric expressions ;EXPR_SCALE = 2 ; Fixed scale for numeric expressions CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading oplrvc.sql [Environment PROGRESS100SQL] DLC = /dbs/progress/v10.0a PROCFG = /dbs/progress/v10.0a/progress.cfg CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading oplrvc.sql LD_LIBRARY_PATH = /dbs/progress/v10.0a/lib SHLIB_PATH = /dbs/progress/v10.0a/lib LIBPATH = /dbs/progress/v10.0a/lib ;SQL_CLIENT_CHARSET = UTF-8 ; Uncomment for Unicode connection
It is often best to initially start the Request Broker in (d)ebug mode, to gather the most diagnostic information --
# cd $OPENLINK_INSTALL # . ./openlink.sh # oplrqb -d OpenLink Request Broker Version 2.47 as of Tue Jan 08 2008 (Release 6.2 cvsid 00089). Compiled for Solaris 5.8 (sparc-sun-solaris2.8-32) Copyright (C) OpenLink Software. Registered to OpenLink US Lab - INTERNAL USE ONLY with product serial number OPL-US-INTERNAL This is a 5 concurrent users license restricted to 5 concurrent connections Issued by OpenLink Software This license will expire on Thu May 22 01:52:13 2008 GMT oplrqb: using rulebook /opt/openlink/bin/oplrqb.ini oplrqb: bound TCP protocol to 0.0.0.0.5000 oplrqb: request broker started by openlink oplrqb: spawning /opt/openlink/bin/w3config/www_sv www_sv +debug www_sv: started http://hostname:5000 oplrqb: started persistent www_sv (pid=25896) oplrqb: ZeroConfig thread started oplrqb: ZeroConfig registration Oracle 9.2 (oplussol4)
The
Once connections are working, it is best to start without the -d or +debug arguments, to conserve disk space and minimize latency.
# cd $OPENLINK_INSTALL # . ./openlink.sh # oplrqb
You are now ready to set up and test a client connection. Please proceed to the relevant client quick-start guide for the chosen operating system.
Any changes made to $OPENLINK_INSTALL/bin/oplrqb.ini will not take effect until the Request Broker is re-initialized.
# cd $OPENLINK_INSTALL # . ./openlink.sh # oplshut +reinit
In some cases, activating settings changes require the Broker to be stopped and restarted.
# cd $OPENLINK_INSTALL # . ./openlink.sh # oplshut -fy # oplrqb
To stop a Request Broker running normally --
# cd $OPENLINK_INSTALL # . ./openlink.sh # oplshut +force