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>
@@ -72,12 +72,12 @@
Extract probes from a kernel crash dump into ktrace.out:
- example% tnfxtract -d /var/crash/`uname -n`/vmcore.0 \
- -n /var/crash/`uname -n`/unix.0 ktrace.out
+ example% tnfxtract -d /var/crash/data/UUID/core.0 \
+ -n /var/crash/data/UUID/unix.0 ktrace.out
EXIT STATUS
The following exit values are returned:
@@ -93,6 +93,6 @@
SEE ALSO
prex(1), tnfdump(1), savecore(1M), tnf_kernel_probes(4), attributes(5)
- August 19, 2003 TNFXTRACT(1)
+ February 13, 2017 TNFXTRACT(1)