dr-healthcheck.sh failing to run and displays complaints regarding the bc command not being found
./generateSizerInput.sh: line 361: bc: command not found
./generateSizerInput.sh: line 361: [: -eq: unary operator expected
The bc utility is not installed as required for the Data Repository
You will need to install the bc utility. One potential way to do this is via yum:
To view the package:
yum whatprovides bc
Ex:
To install bc:
yum install bc