1SMC_RUN(8)                Linux Programmer's Manual                 SMC_RUN(8)
2
3
4

NAME

6       smc_run  - start a TCP socket program with the capability to use SMC as
7       networking protocol.
8
9

SYNOPSIS

11       smc_run [-d] program parameters
12
13

DESCRIPTION

15       smc_run starts a program specified  as  argument  with  its  parameters
16       allowing  to  use  the SMC protocol for program-used TCP socket connec‐
17       tions.  The script specifies  libsmc-preload.so  as  a  preload  shared
18       library  for  the  Linux  program  loader.  The preload library libsmc-
19       preload.so intercepts a few TCP socket calls and triggers  the  equiva‐
20       lent execution through SMC.
21
22       The following options can be specified:
23
24       -d     Display additional diagnostic messages during the program execu‐
25              tion.
26

RETURN CODES

28       On success, the smc_run command returns 0.  If an error occurs  smc_run
29       writes  a message to stdout and completes with a return code other than
30       0.
31
32
33       1      An invalid option was specified.
34

AUTHOR

36       Copyright (c) IBM Corp. 2017
37
38       Published under the terms and conditions of the EPL
39       (Eclipse Public License).
40

SEE ALSO

42       af_smc(7), smc_pnet(8), smcss(8), tcp(7)
43
44
45
46smc-tools                        January 2017                       SMC_RUN(8)
Impressum