RSC/MP 7.3 Installation and Configuration Guide
Configuring the RSC/MP Client
HP NonStop Remote Server Call (RSC/MP) Installation and Configuration Guide—522358-011
14-7
Configuring the RSC/MP I/O Manager Process
(RSCPIPE)
Starting the RSCPIPE Process on UNIX Systems
The syntax for starting the RSCPIPE process from the RSC.INI file is:
SUBSYSTEM_CMDLINE = "[-d] [-cN] [-lN]"
The syntax for starting the RSCPIPE process from a command line prompt is:
<path>/rscpipe.exe [-d] [-cN] [-lN] [subsystem_name]
See Appendix A, Migration to RSC/MP 7.2 for command line parameters specific to
migrating applications.
<path>
The folder where rscpipe.exe is installed.
-d
Enables diagnostic logging. This option is disabled by
default because it slows down performance and may
create log files that use a significant amount of disk
space.
-cN
Specifies the debugging class. Values range from 0 (no
debugging classes) to 255 (all debugging classes). The
default value is 255. This setting takes effect only when
diagnostic logging has been enabled with the -d flag. The
debugging classes are specified as a sum of the target
class values, selected from the values below. Each entry
in the log file will contain an identifier indicating which
debugging class generated the log entry.
1RSC
2PICCOLO
4CONN
8API
16 HOST
32 REQ
64 NOTIFY
128 SNO
For example, to enable API, HOST, and REQ logging,
add 8 + 16 + 32 to get a final class value of 56.
-lN
Specifies the debugging level. Values range from 0 (the
least amount of information) to 3 (the greatest amount of
information). The default value is 3. This setting takes
effect only when diagnostic logging has been enabled
with the -d flag.