Print this page
11621 fmadm and fmstat document privileges incorrectly

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/fmstat.1m
          +++ new/usr/src/man/man1m/fmstat.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved.
        3 +.\" Copyright 2019 Peter Tribble
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   4    5  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
   5    6  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH FMSTAT 1M "Jun 16, 2009"
        7 +.TH FMSTAT 1M "Aug 26, 2019"
   7    8  .SH NAME
   8    9  fmstat \- report fault management module statistics
   9   10  .SH SYNOPSIS
  10      -.LP
  11   11  .nf
  12   12  \fBfmstat\fR [\fB-astTz\fR] [\fB-d\fR u | d ] [\fB-m\fR \fImodule\fR] [\fIinterval\fR [\fIcount\fR]]
  13   13  .fi
  14   14  
  15   15  .SH DESCRIPTION
  16      -.sp
  17      -.LP
  18   16  The \fBfmstat\fR utility can be used by administrators and service personnel to
  19      -report statistics associated with the Solaris Fault Manager, \fBfmd\fR(1M) and
       17 +report statistics associated with the Fault Manager, \fBfmd\fR(1M) and
  20   18  its associated set of modules. The Fault Manager runs in the background on each
  21      -Solaris system. It receives telemetry information relating to problems detected
       19 +system. It receives telemetry information relating to problems detected
  22   20  by the system software, diagnoses these problems, and initiates proactive
  23   21  self-healing activities such as disabling faulty components.
  24   22  .sp
  25   23  .LP
  26   24  You can use \fBfmstat\fR to view statistics for diagnosis engines and agents
  27   25  that are currently participating in fault management. The documentation for
  28   26  \fBfmd\fR(1M), \fBfmadm\fR(1M), and \fBfmdump\fR(1M) describes more about tools
  29   27  to observe fault management activities.
  30   28  .sp
  31   29  .LP
↓ open down ↓ 100 lines elided ↑ open up ↑
 132  130  .ne 2
 133  131  .na
 134  132  \fB\fBbufsz\fR\fR
 135  133  .ad
 136  134  .RS 11n
 137  135  The amount of persistent buffer space currently allocated by this module.
 138  136  .RE
 139  137  
 140  138  .sp
 141  139  .LP
 142      -The \fBfmstat\fR utility requires the user to posses the \fBSYS_CONFIG\fR
 143      -privilege. Refer to the \fI\fR for more information about how to configure
 144      -Solaris privileges.
      140 +The \fBfmstat\fR utility requires the user to possess the \fBPRIV_SYS_ADMIN\fR
      141 +privilege. See \fBprivileges\fR(5).
 145  142  .SH OPTIONS
 146      -.sp
 147      -.LP
 148  143  The following options are supported:
 149  144  .sp
 150  145  .ne 2
 151  146  .na
 152  147  \fB\fB-a\fR\fR
 153  148  .ad
 154  149  .RS 13n
 155  150  Print all statistics for a module, including those kept on its behalf by
 156  151  \fBfmd\fR. If the \fB-a\fR option is not present, only those statistics kept by
 157  152  the module are reported. If the \fB-a\fR option is used without the \fB-m\fR
↓ open down ↓ 69 lines elided ↑ open up ↑
 227  222  .na
 228  223  \fB\fB-z\fR\fR
 229  224  .ad
 230  225  .RS 13n
 231  226  Omit statistics with a zero value from the report associated with the specified
 232  227  fault management module. The \fB-z\fR option can only be used in combination
 233  228  with the \fB-m\fR option.
 234  229  .RE
 235  230  
 236  231  .SH OPERANDS
 237      -.sp
 238      -.LP
 239  232  The following operands are supported:
 240  233  .sp
 241  234  .ne 2
 242  235  .na
 243  236  \fB\fIcount\fR\fR
 244  237  .ad
 245  238  .RS 12n
 246  239  Print only count reports, and then exit.
 247  240  .RE
 248  241  
↓ open down ↓ 6 lines elided ↑ open up ↑
 255  248  Print a new report every \fIinterval\fR seconds.
 256  249  .RE
 257  250  
 258  251  .sp
 259  252  .LP
 260  253  If no \fIinterval\fR and no \fIcount\fR are specified, a single report is
 261  254  printed and \fBfmstat\fR exits. If an \fIinterval\fR is specified but no
 262  255  \fIcount\fR is specified, \fBfmstat\fR prints reports every \fIinterval\fR
 263  256  seconds indefinitely until the command is interrupted.
 264  257  .SH EXIT STATUS
 265      -.sp
 266      -.LP
 267  258  The following exit values are returned:
 268  259  .sp
 269  260  .ne 2
 270  261  .na
 271  262  \fB\fB0\fR\fR
 272  263  .ad
 273  264  .RS 5n
 274  265  Successful completion.
 275  266  .RE
 276  267  
↓ open down ↓ 11 lines elided ↑ open up ↑
 288  279  .sp
 289  280  .ne 2
 290  281  .na
 291  282  \fB\fB2\fR\fR
 292  283  .ad
 293  284  .RS 5n
 294  285  Invalid command-line options were specified.
 295  286  .RE
 296  287  
 297  288  .SH ATTRIBUTES
 298      -.sp
 299      -.LP
 300  289  See \fBattributes\fR(5) for descriptions of the following attributes:
 301  290  .sp
 302  291  
 303  292  .sp
 304  293  .TS
 305  294  box;
 306  295  c | c
 307  296  l | l .
 308  297  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 309  298  _
 310  299  Interface Stability     See below.
 311  300  .TE
 312  301  
 313  302  .sp
 314  303  .LP
 315  304  The command-line options are Evolving. The human-readable default report is
 316  305  Unstable. The human-readable module report is Private.
 317  306  .SH SEE ALSO
 318      -.sp
 319      -.LP
 320      -\fBfmadm\fR(1M), \fBfmd\fR(1M), \fBfmdump\fR(1M), \fBattributes\fR(5)
 321      -.sp
 322      -.LP
 323      -\fI\fR
      307 +\fBfmadm\fR(1M), \fBfmd\fR(1M), \fBfmdump\fR(1M), \fBattributes\fR(5),
      308 +\fBprivileges\fR(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX