Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Minor nitpick, but the man page for freeipmi should display lower case version for command examples.
Version-Release number of selected component (if applicable):
~]# rpm -q freeipmi
freeipmi-1.2.9-8.el7.x86_64
How reproducible:
Always
Steps to Reproduce:
1. man freeipmi
2.
3.
Actual results:
Ipmi-sensors
A tool to read IPMI sensor readings to aid in system monitoring.
Ipmi-sel
A tool to read and manage IPMI System Event Log (SEL) records to aid in system debugging.
Ipmipower
A tool for remote power control.
Ipmiconsole
A tool for Serial-over-Lan (SOL) console access.
.......
Expected results:
ipmi-sensors
A tool to read IPMI sensor readings to aid in system monitoring.
ipmi-sel
A tool to read and manage IPMI System Event Log (SEL) records to aid in system debugging.
ipmipower
A tool for remote power control.
ipmiconsole
A tool for Serial-over-Lan (SOL) console access.
.....
Additional info:
Examples are misleading:
~]# Ipmi-sensors
-bash: Ipmi-sensors: command not found
Josef may I ask that you also update Rmcpping to rmcpping ? Otherwise, the remaining commands are now lower case. Thanks!
# man freeipmi
<snip>
bmc-device
A tool to perform advanced BMC commands, such as resetting the BMC, configuring ACPI, configuring SDR/SEL time, manually gen‐
erating events, re-arming sensors, and configuring manufacturer settings.
ipmiping
An IPMI ping tool for debugging.
Rmcpping
A RMCP ping tool for debugging.
ipmi-oem
An IPMI tool for OEM specific commands.
ipmidetect/ipmidetectd
A tool and daemon for IPMI node detection.
ipmiseld
A daemon that regularly polls the SEL and stores the events to the local syslog.
Additional information, examples, and general trouble-shooting can be found in each of the tool manpages.
Looks good, thanks !
~]# rpm -q freeipmi
freeipmi-1.5.7-2.el7.x86_64
~]# man freeipmi
<snip>
ipmi-pet
A tool to parse and interpret Platform Event Traps (PET).
ipmi-dcmi
A tool to perform Data Center Manageability Interface (DCMI) IPMI extension commands. Supports extensions for asset manage‐
ment and power usage management.
bmc-device
A tool to perform advanced BMC commands, such as resetting the BMC, configuring ACPI, configuring SDR/SEL time, manually gen‐
erating events, re-arming sensors, and configuring manufacturer settings.
ipmiping
An IPMI ping tool for debugging.
rmcpping
A RMCP ping tool for debugging.
ipmi-oem
An IPMI tool for OEM specific commands.
ipmidetect/ipmidetectd
A tool and daemon for IPMI node detection.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2018:0714
Description of problem: Minor nitpick, but the man page for freeipmi should display lower case version for command examples. Version-Release number of selected component (if applicable): ~]# rpm -q freeipmi freeipmi-1.2.9-8.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. man freeipmi 2. 3. Actual results: Ipmi-sensors A tool to read IPMI sensor readings to aid in system monitoring. Ipmi-sel A tool to read and manage IPMI System Event Log (SEL) records to aid in system debugging. Ipmipower A tool for remote power control. Ipmiconsole A tool for Serial-over-Lan (SOL) console access. ....... Expected results: ipmi-sensors A tool to read IPMI sensor readings to aid in system monitoring. ipmi-sel A tool to read and manage IPMI System Event Log (SEL) records to aid in system debugging. ipmipower A tool for remote power control. ipmiconsole A tool for Serial-over-Lan (SOL) console access. ..... Additional info: Examples are misleading: ~]# Ipmi-sensors -bash: Ipmi-sensors: command not found