1SMCD(8) Linux Programmer's Manual SMCD(8)
2
3
4
6 smcd - Print information about SMC-D link groups and devices
7
8
10 smcd [ OPTIONS ] OBJECT { COMMAND | help }
11
12
13 OBJECT := { info | linkgroup | device | stats | ueid | seid }
14
15
16 OPTIONS := { -v[ersion] | -d[etails] | -a[bsolute]}
17
18
19
21 -v, -version
22 Print the version of the smcd utility and exit.
23
24
25 -d, -details
26 Print detailed information (valid only for stats).
27
28
29 -a, -absolute
30 Print absolute statistic value (valid only for stats).
31
32
34 OBJECT
35 device One or more SMC-D devices.
36
37
38 info Generic SMC information.
39
40
41 linkgroup
42 One or more SMC-D link groups or links.
43
44
45 stats SMC-D statistics.
46
47
48 ueid Work with User defined Enterprise IDs (UEID).
49
50
51 seid Maintain the System defined Enterprise ID (SEID).
52
53
54 The names of all objects can be abbreviated down to a unique stem. For
55 example device can be abbreviated to dev or just d. For more informa‐
56 tion about individual objects see the man pages in SEE ALSO section.
57
58
59 COMMAND
60 Specifies the action to perform on the object. The set of possible ac‐
61 tions depends on the object type. For most objects you can specify the
62 show or link-show command. Use the help command for an object to print
63 information about the available actions and the specific syntax for
64 that object.
65
66 If no command is given, a default command is assumed.
67
68
70 Successful smcd commands return 0 and display the requested link group
71 or device information. If an error occurs, smcd writes a message to
72 stderr and completes with a return code other than 0. Possible error
73 messages to stderr in case of non-zero return code:
74
75 SMC module not loaded
76 Either kernel is not supporting the smcd tool or the smc kernel
77 module is not loaded.
78
80 af_smc(7), smcr(8), smcd-device(8), smcd-info(8), smcd-linkgroup(8),
81 smcd-stats(8), smcd-ueid(8), smcd-seid(8)
82
83
84
85smc-tools June 2020 SMCD(8)