dr-healthcheck.sh failing to run
search cancel

dr-healthcheck.sh failing to run

book

Article ID: 395186

calendar_today

Updated On:

Products

Network Observability CA Performance Management

Issue/Introduction

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

Cause

The bc utility is not installed as required for the Data Repository

Resolution

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

Additional Information