Print this page
5819 want dumpadm(1m) option to print estimated dump size

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/dumpadm.1m.man.txt
          +++ new/usr/src/man/man1m/dumpadm.1m.man.txt
   1    1  DUMPADM(1M)                  Maintenance Commands                  DUMPADM(1M)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         dumpadm - configure operating system crash dump
   7    7  
   8    8  SYNOPSIS
   9      -       /usr/sbin/dumpadm [-nuy] [-c content-type] [-d dump-device]
        9 +       /usr/sbin/dumpadm [-enuy] [-c content-type] [-d dump-device]
  10   10              [-m mink | minm | min%] [-s savecore-dir]
  11   11              [-r root-dir] [-z on | off]
  12   12  
  13   13  
  14   14  DESCRIPTION
  15   15         The dumpadm program is an administrative command that manages the
  16   16         configuration of the operating system crash dump facility. A crash dump
  17   17         is a disk copy of the physical memory of the computer at the time of a
  18   18         fatal system error. When a fatal operating system error occurs, a
  19   19         message describing the error is printed to the console. The operating
↓ open down ↓ 107 lines elided ↑ open up ↑
 127  127                 given ZFS volume cannot be configured for both the swap area
 128  128                 and the dump device.
 129  129  
 130  130  
 131  131             none
 132  132                 If the special token none is specified, the active dump device
 133  133                 is removed and crash dumps are disabled.
 134  134  
 135  135  
 136  136  
      137 +       -e
      138 +           Estimates the size of the dump for the current running system.
      139 +
      140 +
 137  141         -m mink | minm | min%
 138  142             Create a minfree file in the current savecore directory indicating
 139  143             that savecore should maintain at least the specified amount of free
 140  144             space in the file system where the savecore directory is located.
 141  145             The min argument can be one of the following:
 142  146  
 143  147             k
 144  148                 A positive integer suffixed with the unit k specifying
 145  149                 kilobytes.
 146  150  
↓ open down ↓ 173 lines elided ↑ open up ↑
 320  324     Security Issues
 321  325         If, upon reboot, the specified savecore directory is not present, it
 322  326         will be created prior to the execution of savecore with permissions
 323  327         0700 (read, write, execute by owner only) and owner root. It is
 324  328         recommended that alternate savecore directories also be created with
 325  329         similar permissions, as the operating system crash dump files
 326  330         themselves may contain secure information.
 327  331  
 328  332  
 329  333  
 330      -                               February 15, 2013                   DUMPADM(1M)
      334 +                                 April 9, 2015                     DUMPADM(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX