Yes, as per install script the lsb base package is not installed at the Linux level.
if ! [ -f /lib/lsb/init-functions ]
then
echo "#################################################################"
echo "The base LSB package must be installed prior to installing HMP."
echo "#################################################################"
myexit 1
fi
You need to install this from your centos image first, or from yum in order to install and use HMP. Su 213 should be good on RH 7 and/or 7 update 1.
Jeff