Tuxedo 8.0 README for H06.03

Core_README.txt
HP-delivered NonStop Tuxedo executables are built with the eld
option "-RLD_L /tuxedo8.0/lib", so that directory is always
searched for DLLs. NonStop Tuxedo's DLLs are installed into
$TUXDIR/lib, so when NonStop Tuxedo is installed in the default
location, /tuxedo8.0, you do not need to export _RLD_LIB_PATH in
order to run HP-delivered NonStop Tuxedo executables.
However, if NonStop Tuxedo is installed in a nonstandard location,
that is, it is not installed in /tuxedo8.0, then that environment
variable must be used. For example:
export TUXDIR=/tux_nonstd
export _RLD_LIB_PATH=$TUXDIR/lib
2. This release of NonStop Tuxedo internally uses Tandem floating-
-point, as was done on TNS/R. This allows a mixture of TNS/E and
TNS/R systems within a single NonStop Tuxedo application, without
added complexity caused by the different native floating-point
modes of the two system types. Since IEEE floating-point is the
native mode on TNS/E systems, NonStop Tuxedo's buildclient and
buildserver utilities add the -WTandem_float option when they run
the c89 and ecobol compilers.
Users can create object files outside of buildclient or
buildserver, then link them into NonStop Tuxedo executables with
those utilities. In this situation, the separate object files
should also be compiled with -WTandem_float. The sample
applications "simpapp" and "bankapp" work this way.
3. The required software T0280 supplies the ROUT process. On TNS/R
systems, ROUT had to start as part of the system's cold load. On
TNS/E, ROUT does not require a cold load. Instead, ROUT is a
persistent generic process, as described in Section 3, "Configuring
and Managing Generic Processes", of the "SCF Reference Manual for
the Kernel Subsystem". ROUT has to be configured with SCF only
once on a system. NonStop Tuxedo's installation script,
Install.sh, does this for you, using the new scripts described in
Chapter 2 of the "HP NonStop Tuxedo 8.0 Supplement for H-Series
RVUs" included on this CD. If problems persist in this area,
refer to the softdoc for T0280H01.
IX. Troubleshooting Tips
Problem: File System Error 48 occurs and is reported in the ULOG
file and the EMS log for start (tmboot) and stop (tmshutdown)
operations. This error does not occur for a super group user.
Fix: Resecure the DIST, DISTLIB, and SUPE files (in
$SYSTEM.SYSTEM) so that all NonStop Tuxedo administrative users
who run tmboot, tmshutdown, and so forth, have execute privilege,
for example, "NUNU". Additionally, license DISTLIB (in
$SYSTEM.SYSTEM). FOR TNS/E, scripts have been added to check that
TS/MP 3.0 files are installed correctly, see Chapter 2 of the "HP
NonStop Tuxedo 8.0 Supplement for H-Series RVUs" included on this CD.
X. Problems Fixed in this Product Version
This release of NonStop Tuxedo for TNS/E includes all fixes in NonStop
Tuxedo R8.0 V1 Update 2. The softdocs for that update have
information on the problems it fixed. This includes the 74 BEA fixes
which are recorded in Solution 10-050328-6038.
Page 6