1SMC_RUN(8) Linux Programmer's Manual SMC_RUN(8)
2
3
4
6 smc_run - start a TCP socket program with the capability to use SMC as
7 networking protocol
8
9
11 smc_run [-d] program parameters
12
13
15 smc_run starts a program specified as argument with its parameters al‐
16 lowing to use the SMC protocol for program-used TCP socket connections.
17 The script specifies libsmc-preload.so as a preload shared library for
18 the Linux program loader. The preload library libsmc-preload.so inter‐
19 cepts a few TCP socket calls and triggers the equivalent execution
20 through SMC.
21
22 The following options can be specified:
23
24 -d Display additional diagnostic messages during the program execu‐
25 tion.
26
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
36 af_smc(7), smc_chk(8) smc_pnet(8), smc_rnics(8), smcd(8), smcr(8), sm‐
37 css(8), tcp(7)
38
39
40
41smc-tools January 2017 SMC_RUN(8)