RSC/MP 7.3 Installation and Configuration Guide

Installation Troubleshooting
HP NonStop Remote Server Call (RSC/MP) Installation and Configuration Guide522358-011
B-11
RSCPIPE Logging
If the client does not use RSC_DEFAULT_OPTIONS and does not call
RscLoadOptions, follow the steps below to force the use of options. This setup will
cause the RSC/MP API to load RSC_DEFAULT_OPTIONS from the specified file at
the beginning of the first RSC/MP API function that the application calls.
1. Put the API logging options into a new options file.
2. Define the environment variable RSC_FORCE_INILOAD to contain the fully
qualified path name of the new file.
3. Start the client application.
RSCPIPE Logging
To enable RSCPIPE logging, the process must either be started manually with the
-d command line switch and the platform-specific qualifiers, or the switch and
qualifiers can be supplied via the RSC.INI option SUBSYSTEM_CMDLINE. Starting
the RSCPIPE process is described in Configuring the RSC/MP I/O Manager Process
(RSCPIPE) on page 14-4.
An example for the Windows platform is:
RSCPIPE –dfc:\rsc\rscpipe.log -c255 -l3
An example for the UNIX platform is:
rscpipe.exe –d -c255 -l3 >rscpipe.log