forked from bjking1/iprutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiprsos.8
31 lines (30 loc) · 1.07 KB
/
iprsos.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.\" (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 <[email protected]>
.br
Brian King <[email protected]>