Blame IbaTools/man/opaesmanalysis.manPage

Packit 857059
.\" .\" *********************************************************************
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *             Copyright 2015-2019, Intel Corporation                *
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *                       All Rights Reserved.                        *
Packit 857059
.\" .\" *                                                                   *
Packit 857059
.\" .\" *********************************************************************
Packit 857059
Packit 857059
.TH opaesmanalysis 8 "Intel Corporation" "Copyright(C) 2015\-2019" "IFSFFCLIRG (Man Page)"
Packit 857059
.SH NAME
Packit 857059
opaesmanalysis
Packit 857059
Packit 857059
Packit 857059
.PP
Packit 857059
Packit 857059
\fB(Switch)\fR
Packit 857059
Performs analysis of the embedded Subnet Manager (SM) for configuration and health. The opaesmanalysis tool checks the opafm.xml file for the chassis.
Packit 857059
.PP
Packit 857059
All files generated by opaesmanalysis start with esm in the file name.
Packit 857059
.PP
Packit 857059
Intel recommends that you set up SSH keys for chassis (see
Packit 857059
.br
Packit 857059
Packit 857059
\fIopasetupssh\fR
Packit 857059
). If SSH keys are not set up, all chassis must be configured with the same admin password and the password must be kept in the opafastfabric.conf configuration file.
Packit 857059
.SH Syntax
Packit 857059
opaesmanalysis [-b|-e] [-s] [-d  \fIdir\fR] [-G  \fIesmchassisfile\fR]
Packit 857059
.br
Packit 857059
[-E \[aq]\fIesmchassis\fR\[aq]]
Packit 857059
.SH Options
Packit 857059
Packit 857059
.TP 10
Packit 857059
--help
Packit 857059
Packit 857059
Produces full help text.
Packit 857059
.TP 10
Packit 857059
-b
Packit 857059
Packit 857059
Specifies the baseline mode. Default is the compare/check mode.
Packit 857059
.TP 10
Packit 857059
-e
Packit 857059
Packit 857059
Evaluates health only. Default is the compare/check mode.
Packit 857059
.TP 10
Packit 857059
-s
Packit 857059
Packit 857059
Saves history of failures (errors/differences).
Packit 857059
.TP 10
Packit 857059
-d \fIdir\fR
Packit 857059
Packit 857059
Specifies the top-level directory for saving baseline and history of failed checks. Default is /var/usr/lib/opa/analysis
Packit 857059
.TP 10
Packit 857059
-G \fIesmchassisfile\fR
Packit 857059
Packit 857059
Specifies the file with SM chassis in the cluster. Default is /etc/opa/esm\(ulchassis
Packit 857059
.TP 10
Packit 857059
-E \[aq]\fIesmchassis\fR\[aq]
Packit 857059
Packit 857059
Specifies the list of SM chassis on which to execute the command.
Packit 857059
.SH Example
Packit 857059
opaesmanalysis
Packit 857059
.SH Environment Variables
Packit 857059
Packit 857059
.PP
Packit 857059
The following environment variables are also used by this command:
Packit 857059
.TP 10
Packit 857059
\fBESM\(ulCHASSIS\fR
Packit 857059
Packit 857059
List of SM chassis, used if -G and -E options are not supplied.
Packit 857059
Packit 857059
.TP 10
Packit 857059
\fBESM\(ulCHASSIS\(ulFILE\fR
Packit 857059
Packit 857059
File containing list of SM chassis, used if -G and -E options are not supplied.
Packit 857059
Packit 857059
.TP 10
Packit 857059
\fBFF\(ulANALYSIS\(ulDIR\fR
Packit 857059
Packit 857059
Top-level directory for baselines and failed health checks.