Lines Matching +full:diag +full:- +full:version
5 IPMItool version 1.8.18 or later.
8 $ ipmitool -V
9 ipmitool version 1.8.18
16 [README](https://github.com/open-power/HTX)
21 [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsyslog)
25 Pre-requisite: A Power Linux system is required.
27 - Obtain the SEL (System Error Log) parser tools:
28 - Go to https://openpower.xyz/job/openpower/job/openpower-op-build/
29 - Click the link for the BMC system of interest (e.g. witherspoon)
30 - Click the "host_fw_debug.tar" link in order to download the tar file.
31 - On your Power Linux system, untar the file with the following command:
34 $ tar -xvf host_fw_debug.tar
36 - Rename the untarred files with:
44 - The error log binary parser is also required:
45 - Go to https://sourceforge.net/projects/linux-diag/files/ppc64-diag/
46 - Download the latest release version of the source tar zipped.
47 - Extract the tarball and compile. Refer to README in the source.
48 - On successful compilation, get `opal-elog-parse` binary.
50 - To generate a readable error log from binary SEL data:
61 $ eSEL.pl -l SEL_data -p decode_obmc_data --op
64 where `SEL_data` is the file containing SEL binary data and option "--op" will
65 refer "opal-elog-parse" instead or errl.
69 ## The opal-prd Tool:
71 opal-prd is a tool used by the Energy Scale and RAS tests. It should be
74 opal-prd may be installed on Ubuntu with: `apt install opal-prd` and on RedHat
75 with: `yum install opal-prd`
94 Example for getting openbmc-test-automation issues:
97 $ python github_issues_to_csv <github user> openbmc/openbmc-test-automation
121 ## Non-Volatile Memory Express Command Line Interface (nvme-cli):
123 nvme-cli is a linux command line tool for accessing Non-Volatile Storage (NVM)
126 Source: https://github.com/linux-nvme/nvme-cli
128 To install nvme-cli on RedHat:
131 yum install name-cli
134 To install nvme-cli on Ubuntu:
137 sudo apt-get install nvme-cli
140 - Obtaining the PPA for Ubuntu
141 - Add the sbates PPA to your sources:
158 sudo apt-get update
159 sudo apt-get install hdparm
164 OpenSSL is an open-source command line tool that is commonly used to generate
167 To generate a self-signed certificate with a private key:
170 openssl req -x509 -sha256 -newkey rsa:2048 -nodes -days <number of days a certificate is valid for> -keyout <certificate filename> -out <certificate filename> -subj "/O=<Organization Name>/CN=<Common Name>"
176 openssl req -x509 -sha256 -newkey rsa:2048 -nodes -days 365 -keyout certificate.pem -out certificate.pem -subj "/O=XYZ Corporation /CN=www.xyz.com"
182 openssl s_client -connect <BMC_IP>:443 -showcerts
191 peltool is an open-source platform event log(PEL) tool generally used to view
193 pel related operations as mentioned in the 'peltool --help'.
196 peltool -h
201 --help Print this help message and exit
202 --file TEXT Display a PEL using its Raw PEL file
203 -i,--id TEXT Display a PEL based on its ID
204 --bmc-id TEXT Display a PEL based on its BMC Event ID
205 -a Display all PELs
206 -l List PELs
207 -n Show number of PELs
208 -r Reverse order of output
209 -h Include hidden PELs
210 -f,--info Include informational PELs
211 -t,--termination List only critical system terminating PELs
212 -d,--delete TEXT Delete a PEL based on its ID
213 -D,--delete-all Delete all PELs
214 -s,--scrub TEXT File containing SRC regular expressions to ignore
215 -x Display PEL(s) in hexdump instead of JSON
216 --archive List or display archived PELs
222 units. Refer to [README](https://github.com/open-power/guard#readme)
226 pldmtool is an open-source client tool that acts as a PLDM requester which runs
228 platform, bios, fru, and oem-ibm as mentioned in the 'pldmtool --help'. Refer to
235 [VPD TOOL README](https://github.com/openbmc/openpower-vpd-parser/blob/master/vpd-tool/README.md)