Hi,
In hbmon script, it reports the LHAM environment
variable not set, even the environment variable is present.
The work around may, we need to change condition
checking line to
if [ "$LHAM" = '' ]; then
it will solve the problem.
bye,
Bala.