iprutils/iprsos.8
Daniel Kreling f934c59ada iprutils: changing iprsos to display at stdout
This patch changes iprsos code to display the dump logs on stdout by default.
It also introduces the option to print the output log to a file of the user
choice when s/he appends  "-o /path/to/file" when calling the script.

Signed-off-by: Daniel Kreling <kreling@linux.vnet.ibm.com>
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
2015-08-21 14:18:23 -05:00

31 lines
1.1 KiB
Groff

.\" (C) Copyright 2015
.\" International Business Machines Corporation and others.
.\" All Rights Reserved. This program and the accompanying
.\" materials are made available under the terms of the
.\" Common Public License v1.0 which accompanies this distribution.
.TH IPRSOS 8 "December 2014"
.SH NAME
iprsos \- IBM Power RAID report generator
.SH SYNOPSIS
.BI "iprsos"
.sp
.SH DESCRIPTION
.B iprsos
is used to generate an sosreport-like report by collecting hardware
information from the system, along with other system calls such
as lspci, lscsi, and others. The information is collected from 'iprconfig'
commands and printed on stdin by default. User can specify the log file
by -o /path/to/report/file of his/her choice.
.br
.SH FILES
.br
A detailed report file is printed both at stdin and the /path/to/report/file
specified by the user, with the information collected from the hardware and
system information. If no files are used, the information will be only displayed
at stdin.
.br
.SH AUTHORS
Daniel B. Kreling <kreling@linux.vnet.ibm.com>
.br
Brian King <brking@us.ibm.com>