.\" .\" Copyright (C) 2014- International Business Machines .\" .\" Author : Aruna Balakrishnaiah .\" .TH OPAL-DUMP-PARSE 8 "8 May 2014" Linux .SH NAME opal-dump-parse \- Parse OPAL System dump .SH SYNOPSIS .B opal-dump-parse [ \fB\-l\fR | \fB\-h\fR | \fB\-s\fR \fI\,id\fR | \fB\-o\fR \fI\,file\fR ] .SH DESCRIPTION On Power Systems service processor (FSP) generates System dump (SYSDUMP) during system crash. On PowerKVM machine SYSDUMP contains OPAL logs. This tool helps to extract OPAL log from System dump. .SH OPTIONS .TP .BR \-l \fR List all the sections .TP .BR \-s " " \fIid\fR Capture log with specific section id .TP .BR \-o " " \fIfile\fR Output file to capture the log with specified section id .TP .BR \-h \fR Display help message .SH EXAMPLES .P .nf 1. Capture Skiboot log # opal-dump-parse SYSDUMP.10665FT.00000003.20140513071107 By default the log is captured to Skiboot-log...