.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "FSTRACE_SETSET 8" .TH FSTRACE_SETSET 8 2024-03-20 OpenAFS "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME fstrace_setset \- Sets the status of an event set .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBfstrace setset\fR [\fB\-set\fR\ <\fIset\ name\fR>+] [\fB\-active\fR] [\fB\-inactive\fR] [\fB\-dormant\fR] [\fB\-help\fR] .PP \&\fBfs sets\fR [\fB\-s\fR\ <\fIset\ name\fR>+] [\fB\-a\fR] [\fB\-i\fR] [\fB\-d\fR] [\fB\-h\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBfstrace setset\fR command sets the status of the \f(CW\*(C`cm\*(C'\fR kernel event set on the local machine, which determines whether trace messages are recorded in the log buffer in kernel memory. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-set\fR <\fIset name\fR>+" 4 .IX Item "-set +" Names the event set for which to set the status. The only acceptable value \&\f(CW\*(C`cm\*(C'\fR, which is also the default if this argument is omitted. .IP \fB\-active\fR 4 .IX Item "-active" Enables tracing for the event set and allocates kernel memory for the associated trace log buffer. Provide one of this flag, the \fB\-inactive\fR flag, or the \fB\-dormant\fR flag. .IP \fB\-inactive\fR 4 .IX Item "-inactive" Temporarily disables tracing for the event set, but does not change the allocation of kernel memory for the associated trace log buffer. Provide one of this flag, the \fB\-active\fR flag, or the \fB\-dormant\fR flag. .IP \fB\-dormant\fR 4 .IX Item "-dormant" Disables tracing for the event set and frees the kernel memory previously allocated for the associated trace log buffer. Provide one of this flag, the \fB\-active\fR flag, or the \fB\-inactive\fR flag. .IP \fB\-help\fR 4 .IX Item "-help" Prints the online help for this command. All other valid options are ignored. .SH EXAMPLES .IX Header "EXAMPLES" The following example sets the cm event set's status to inactive: .PP .Vb 1 \& # fstrace setset \-set cm \-inactive .Ve .SH "PRIVILEGE REQUIRED" .IX Header "PRIVILEGE REQUIRED" The issuer must be logged in as the local superuser \f(CW\*(C`root\*(C'\fR. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBfstrace\fR\|(8), \&\fBfstrace_lsset\fR\|(8), \&\fBfstrace_setlog\fR\|(8) .SH COPYRIGHT .IX Header "COPYRIGHT" IBM Corporation 2000. All Rights Reserved. .PP This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.