Print this page
NEX-9586 remove nodename from the default savecore directory path
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/tnfxtract.1.man.txt
          +++ new/usr/src/man/man1/tnfxtract.1.man.txt
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67           example% tnfxtract ktrace.out
  68   68  
  69   69  
  70   70  
  71   71         Example 2 Extracting probes from a kernel crash dump
  72   72  
  73   73  
  74   74         Extract probes from a kernel crash dump into ktrace.out:
  75   75  
  76   76  
  77      -         example% tnfxtract -d /var/crash/`uname -n`/vmcore.0 \
  78      -            -n /var/crash/`uname -n`/unix.0 ktrace.out
       77 +         example% tnfxtract -d /var/crash/data/UUID/core.0 \
       78 +            -n /var/crash/data/UUID/unix.0 ktrace.out
  79   79  
  80   80  
  81   81  
  82   82  EXIT STATUS
  83   83         The following exit values are returned:
  84   84  
  85   85         0
  86   86               Successful completion.
  87   87  
  88   88  
  89   89         >0
  90   90               An error occurred.
  91   91  
  92   92  
  93   93  SEE ALSO
  94   94         prex(1), tnfdump(1), savecore(1M), tnf_kernel_probes(4), attributes(5)
  95   95  
  96   96  
  97   97  
  98      -                                August 19, 2003                   TNFXTRACT(1)
       98 +                               February 13, 2017                  TNFXTRACT(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX