1SMCR(8) Linux Programmer's Manual SMCR(8)
2
3
4
6 smcr - Print information about SMC-R linkgroups, links, devices
7
8
10 smcr [ OPTIONS ] OBJECT { COMMAND | help }
11
12
13 OBJECT := { info | linkgroup | device }
14
15
16 OPTIONS := { -v[ersion] | -d[etails] | -dd[etails] }
17
18
20 -v, -version
21 Print the version of the smcr utility and exit.
22
23
24 -d, -details
25 Print detailed information.
26
27
28 -dd, -ddetails
29 Print more detailed information.
30
31
33 OBJECT
34 device One or more SMC-R devices.
35
36
37 info Generic SMC information.
38
39
40 linkgroup
41 Linkgroup(s) or link(s) used by SMC-R.
42
43
44 The names of all objects can be abbreviated down to a unique stem. For
45 example device can be abbreviated to dev or just d. Man pages in SEE
46 ALSO section contain more information for individual objects.
47
48
49 COMMAND
50 Specifies the action to perform on the object. The set of possible ac‐
51 tions depends on the object type. As a general rule, it is possible to
52 show or link-show objects, but some objects do not allow all of these
53 operations. The help command is available for all objects. It prints
54 out a list of available commands and argument syntax conventions.
55
56 If no command is given, a default command is assumed.
57
58
60 Successful smcr command returns 0 and displays the requested linkgroup,
61 link or device information. If an error occurs, smcr writes a message
62 to stderr and completes with a return code other than 0. Possible error
63 messages to stderr in case of non-zero return code:
64
65 SMC module not loaded
66 Either kernel is not supporting the smcr tool or the smc kernel
67 module is not loaded.
68
70 af_smc(7), smcd(8), smcr(8), smcr-device(8), smcr-info(8), smcr-
71 linkgroup(8)
72
73
74
75smc-tools June 2020 SMCR(8)