Originally posted by: Ralf Pommrich
More and more Power Servers are shipped with an openBMC (e.g. Power8 / 7063-CR1 HMC, AC922 GPU Servers ...). For advanced Hardware Diagnostics we are always asked to collect the data via the plctool (which requires the ipmitool or openbmc tool). Furthermore for advanced hardware monitoring (e.g. System & Component Temperature) the only way is through one of the tools mentioned (especially for 7063-CR1 HMC). Hence our ITM Servers are hosted on AIX we need an AIX compatible packages in order to query the information and monitor our hardware.
Requirement for the plc tool, per IBM, see https://www.ibm.com/support/knowledgecenter/POWER9/p9eih/p9eih_openbmc_tool.htm
Official openbmc Tool from IBM http://www14.software.ibm.com/webapp/set2/sas/f/lopdiags/scaleOutLCdebugtool.html
official sources of the ipmitool: https://github.com/ipmitool/ipmitool
ipmitool pre-reqs are:
perl (already part of AIX and the AIX Tool Box)
sshpass (already part of the AIX Tool Box)
openbmc tool pre-reqs are:
python 3 (already part of the AIX Tool Box)
python 3 requests
python 3 simplejson
The easiest would be probably just to make the ipmitool available hence the prerequisites are already available.