### Starting the hcihostserver ###
-bash: setroot: command not found
-bash: hciss: command not found
### HCI Start script complete ###
Here is part of the hci.start script:
echo “### Performing start actions for root $HACMP_HCI_ROOT ###”
echo
for site in $HACMP_HCI_SITE; do
nohup $SCRIPTDIR/hci.enginerun $site &
sleep 1
done
# Start the hostserver
echo
echo “### Starting the hcihostserver ###”
echo
su – hci -c “setroot;hciss -s h”