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