Searched refs:IPMITOOL (Results 1 – 1 of 1) sorted by relevance
5 $IPMITOOL $*19 IPMITOOL=`ls $POUNDER_OPTDIR/ipmitool*/src/ipmitool 2> /dev/null`20 if [ -z "$IPMITOOL" ]; then21 IPMITOOL=`which ipmitool 2> /dev/null`22 if [ -z "$IPMITOOL" ]; then28 IPMITOOL="$POUNDER_OPTDIR/ipmitool*/src/ipmitool"50 BMC2=`$IPMITOOL bmc info | grep "IPMI Version" | cut -b 29`