-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsmcd.8
123 lines (102 loc) · 2.33 KB
/
smcd.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.\" smcd.8
.\"
.\"
.\" Copyright IBM Corp. 2020
.\" Author(s): Guvenc Gulce <[email protected]>
.\" ----------------------------------------------------------------------
.\"
.TH SMCD 8 "June 2020" "smc-tools" "Linux Programmer's Manual"
.SH NAME
smcd \- Print information about SMC-D link groups and devices
.SH SYNOPSIS
.B smcd
.RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | "
.BR help " }"
.sp
.IR OBJECT " := { "
.BR info " | " linkgroup " | " device " | " stats " | " ueid " | " seid " }"
.sp
.IR OPTIONS " := { "
\fB\-v\fR[\fIersion\fR] |
\fB\-d\fR[\fIetails\fR] |
\fB\-a\fR[\fIbsolute\fR]}
.SH OPTIONS
.TP
.BR "\-v" , " -version"
Print the version of the
.B smcd
utility and exit.
.TP
.BR "\-d", " \-details"
Print detailed information (valid only for stats).
.TP
.BR "\-a", " \-absolute"
Print absolute statistic value (valid only for stats).
.SH SMCD - COMMAND SYNTAX
.SS
.I OBJECT
.TP
.B device
One or more SMC-D devices.
.TP
.B info
Generic SMC information.
.TP
.B linkgroup
One or more SMC-D link groups or links.
.TP
.B stats
SMC-D statistics.
.TP
.B ueid
Work with User defined Enterprise IDs (UEID).
.TP
.B seid
Maintain the System defined Enterprise ID (SEID).
.PP
The names of all objects can be abbreviated down to
a unique stem. For example
.B device
can be abbreviated to
.B dev
or just
.B d.
For more information about individual objects see the man pages in
.B SEE ALSO
section.
.SS
.I COMMAND
Specifies the action to perform on the object.
The set of possible actions depends on the object type.
For most objects you can specify the
.BR " show " or " link-show"
command. Use the
.B help
command for an object to print information about the available actions and the specific syntax for that object.
.sp
If no command is given, a default command
is assumed.
.SH RETURN CODES
Successful
.IR smcd
commands return 0 and display the
requested link group or device information.
If an error occurs,
.IR smcd
writes a message to stderr and completes with a return code other than 0.
Possible error messages to stderr in case of non-zero return code:
.TP
.BR "SMC module not loaded"
Either kernel is not supporting the
.IR smcd
tool or the smc kernel module is not loaded.
.P
.SH SEE ALSO
.BR af_smc (7),
.BR smcr (8),
.BR smcd-device (8),
.BR smcd-info (8),
.BR smcd-linkgroup (8),
.BR smcd-stats (8),
.BR smcd-ueid (8),
.BR smcd-seid (8)