Print this page
11621 fmadm and fmstat document privileges incorrectly
   1 FMSTAT(1M)                   Maintenance Commands                   FMSTAT(1M)
   2 
   3 
   4 
   5 NAME
   6        fmstat - report fault management module statistics
   7 
   8 SYNOPSIS
   9        fmstat [-astTz] [-d u | d ] [-m module] [interval [count]]
  10 
  11 
  12 DESCRIPTION
  13        The fmstat utility can be used by administrators and service personnel
  14        to report statistics associated with the Solaris Fault Manager, fmd(1M)
  15        and its associated set of modules. The Fault Manager runs in the
  16        background on each Solaris system. It receives telemetry information
  17        relating to problems detected by the system software, diagnoses these
  18        problems, and initiates proactive self-healing activities such as
  19        disabling faulty components.
  20 
  21 
  22        You can use fmstat to view statistics for diagnosis engines and agents
  23        that are currently participating in fault management. The documentation
  24        for fmd(1M), fmadm(1M), and fmdump(1M) describes more about tools to
  25        observe fault management activities.
  26 
  27 
  28        If the -m option is present or the -t option is present, fmstat reports
  29        any statistics kept by the specified fault management module. The
  30        module list can be obtained using fmadm config.
  31 
  32 
  33        If the -m option is not present, fmstat reports the following
  34        statistics for each of its client modules:
  35 
  36        module
  37                   The name of the fault management module, as reported by
  38                   fmadm config.
  39 


  71                   The number of active cases (open problem investigations)
  72                   owned by the module.
  73 
  74 
  75        solve
  76                   The total number of cases solved by this module since it was
  77                   loaded.
  78 
  79 
  80        memsz
  81                   The amount of dynamic memory currently allocated by this
  82                   module.
  83 
  84 
  85        bufsz
  86                   The amount of persistent buffer space currently allocated by
  87                   this module.
  88 
  89 
  90 
  91        The fmstat utility requires the user to posses the SYS_CONFIG
  92        privilege. Refer to the  for more information about how to configure
  93        Solaris privileges.
  94 
  95 OPTIONS
  96        The following options are supported:
  97 
  98        -a
  99                     Print all statistics for a module, including those kept on
 100                     its behalf by fmd. If the -a option is not present, only
 101                     those statistics kept by the module are reported. If the
 102                     -a option is used without the -m module, a set of global
 103                     statistics associated with fmd are displayed.
 104 
 105 
 106        -d u | d
 107                     Display a time stamp.
 108 
 109                     Specify u for a printed representation of the internal
 110                     representation of time. See time(2). Specify d for
 111                     standard date format. See date(1).
 112 
 113 


 188             Invalid command-line options were specified.
 189 
 190 
 191 ATTRIBUTES
 192        See attributes(5) for descriptions of the following attributes:
 193 
 194 
 195 
 196 
 197        +--------------------+-----------------+
 198        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 199        +--------------------+-----------------+
 200        |Interface Stability | See below.      |
 201        +--------------------+-----------------+
 202 
 203 
 204        The command-line options are Evolving. The human-readable default
 205        report is Unstable. The human-readable module report is Private.
 206 
 207 SEE ALSO
 208        fmadm(1M), fmd(1M), fmdump(1M), attributes(5)
 209 
 210 
 211 
 212 
 213 
 214                                  June 16, 2009                      FMSTAT(1M)
   1 FMSTAT(1M)                   Maintenance Commands                   FMSTAT(1M)
   2 
   3 
   4 
   5 NAME
   6        fmstat - report fault management module statistics
   7 
   8 SYNOPSIS
   9        fmstat [-astTz] [-d u | d ] [-m module] [interval [count]]
  10 
  11 
  12 DESCRIPTION
  13        The fmstat utility can be used by administrators and service personnel
  14        to report statistics associated with the Fault Manager, fmd(1M) and its
  15        associated set of modules. The Fault Manager runs in the background on
  16        each system. It receives telemetry information relating to problems
  17        detected by the system software, diagnoses these problems, and
  18        initiates proactive self-healing activities such as disabling faulty
  19        components.
  20 
  21 
  22        You can use fmstat to view statistics for diagnosis engines and agents
  23        that are currently participating in fault management. The documentation
  24        for fmd(1M), fmadm(1M), and fmdump(1M) describes more about tools to
  25        observe fault management activities.
  26 
  27 
  28        If the -m option is present or the -t option is present, fmstat reports
  29        any statistics kept by the specified fault management module. The
  30        module list can be obtained using fmadm config.
  31 
  32 
  33        If the -m option is not present, fmstat reports the following
  34        statistics for each of its client modules:
  35 
  36        module
  37                   The name of the fault management module, as reported by
  38                   fmadm config.
  39 


  71                   The number of active cases (open problem investigations)
  72                   owned by the module.
  73 
  74 
  75        solve
  76                   The total number of cases solved by this module since it was
  77                   loaded.
  78 
  79 
  80        memsz
  81                   The amount of dynamic memory currently allocated by this
  82                   module.
  83 
  84 
  85        bufsz
  86                   The amount of persistent buffer space currently allocated by
  87                   this module.
  88 
  89 
  90 
  91        The fmstat utility requires the user to possess the PRIV_SYS_ADMIN
  92        privilege. See privileges(5).

  93 
  94 OPTIONS
  95        The following options are supported:
  96 
  97        -a
  98                     Print all statistics for a module, including those kept on
  99                     its behalf by fmd. If the -a option is not present, only
 100                     those statistics kept by the module are reported. If the
 101                     -a option is used without the -m module, a set of global
 102                     statistics associated with fmd are displayed.
 103 
 104 
 105        -d u | d
 106                     Display a time stamp.
 107 
 108                     Specify u for a printed representation of the internal
 109                     representation of time. See time(2). Specify d for
 110                     standard date format. See date(1).
 111 
 112 


 187             Invalid command-line options were specified.
 188 
 189 
 190 ATTRIBUTES
 191        See attributes(5) for descriptions of the following attributes:
 192 
 193 
 194 
 195 
 196        +--------------------+-----------------+
 197        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 198        +--------------------+-----------------+
 199        |Interface Stability | See below.      |
 200        +--------------------+-----------------+
 201 
 202 
 203        The command-line options are Evolving. The human-readable default
 204        report is Unstable. The human-readable module report is Private.
 205 
 206 SEE ALSO
 207        fmadm(1M), fmd(1M), fmdump(1M), attributes(5), privileges(5)
 208 
 209 
 210 
 211                                 August 26, 2019                     FMSTAT(1M)