iprop-log —
examine and maintain the iprop log file
  
    | iprop-log | [ --version]
      [-h|--help]
      command | 
  
    | iprop-log truncate | [ -cfile |--config-file=file]
      [-rstring |--realm=string]
      [-Kinteger |--keep-entries=integer]
      [-Binteger |--max-bytes=integer]
      [-R|--reset]
      [-h|--help]
      [log-file] | 
  
    | iprop-log dump | [ -cfile |--config-file=file]
      [-rstring |--realm=string]
      [-n|--no-lock]
      [-R|--reverse]
      [-h|--help]
      [log-file] | 
  
    | iprop-log replay | [ --start-version=version-number]
      [--end-version=version-number]
      [-cfile |--config-file=file]
      [-rstring |--realm=string]
      [-h|--help]
      [log-file] | 
  
    | iprop-log last-version | [ -cfile |--config-file=file]
      [-rstring |--realm=string]
      [-n|--no-lock]
      [-h|--help]
      [log-files] | 
  
    | iprop-log signal | [ -cfile |--config-file=file]
      [-rstring |--realm=string]
      [-h|--help] | 
Supported options:
  - -- -version
-  
- -h,- -- -help
-  
command can be one of the following:
  - truncate
- 
    
      - -cfile,- -- -config-file=file
- configuration file
- -rstring,- -- -realm=string
- realm
- -Kinteger,- -- -keep-entries=integer
-  
- -Binteger,- -- -max-bytes=integer
-  
- -R,- -- -reset
-  
 If --resetis
        given, then the given, configured, or default log file will be truncated
        and will start at version 1. This forces full propagations to all slave
        KDCs.
 Otherwise the log will be truncated but some entries will be
        preserved, as specified by the
        --keep-entriesand/or--max-bytesoptions. The
        largest number of--keep-entriesentries
        that are available and fit in the given--max-bytesoption will
        be used. The--keep-entries-option-defaults-to-100,-and-the--max-bytesoption
        defaults to the log-max-size parameter in the
        configuration.
 
- dump
- 
    
      - -cfile,- -- -config-file=file
- configuration file
- -rstring,- -- -realm=string
- realm
- -nstring,- -- -no-lock
-  
- -Rstring,- -- -reverse
-  
 Print out all entries in the given, configured, or default log
        file to standard output. If the -noption is
        used then don't lock the iprop log file. If the-Roption is used, then print the entries in
        reverse order (this can be useful when the log is very large).
 
- replay
- 
    
      - -- -start-version=version-number
- start replay with this version
- -- -end-version=version-number
- end replay with this version
- -cfile,- -- -config-file=file
- configuration file
- -rstring,- -- -realm=string
- realm
 Replay the changes from specified entries (or all if none is
        specified) in the given, configured, or default transaction log file to
        the database. 
- last-version
- 
    
      - -cfile,- -- -config-file=file
- configuration file
- -rstring,- -- -realm=string
- realm
- -nstring,- -- -no-lock
-  
 prints the version of the last record in each of the given log
        files, or the configured, or the default log file if none is given. 
- signal
- 
    
      - -cfile,- -- -config-file=file
- configuration file
- -rstring,- -- -realm=string
- realm
 Signals the ipropd-master daemon to send updates to slaves.
        Normally kadmin does this every time it writes to the database, so this
        should rarely be needed.