Message "u_batch[79]: bc: not found" in Job Log
search cancel

Message "u_batch[79]: bc: not found" in Job Log

book

Article ID: 84868

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
/dollar_universe_folder/bin/u_batch[79]: bc: not found [No such file or directory]

On new installations in Linux/ Unix, the above error message related to the missing "bc"binary appears in Job Logs.
Nevertheless, there is no impact in the Job Execution.

Environment

OS: All Linux/Unix

Cause

Cause type:
Configuration
Root Cause: The u_batch script needs the bc binary ( Unix calculator) to be present in the PATH.

[[email protected] bin]# grep bc u_batch
export orsypcptretry=`echo ${orsypcptretry}+1 | bc`

Resolution

Install the bc binary.

In order to do it on Linux Red Hat, launch the following as root:
yum install bc

 

Fix Status: No Fix

Additional Information

Workaround :
N/A