Home | History | Annotate | Download | only in test_scripts

Lines Matching refs:ipmitool

5 	$IPMITOOL $*
8 echo "Test ipmitool $* failed with code $RETURN."
19 IPMITOOL=`ls $POUNDER_OPTDIR/ipmitool*/src/ipmitool 2> /dev/null`
20 if [ -z "$IPMITOOL" ]; then
21 IPMITOOL=`which ipmitool 2> /dev/null`
22 if [ -z "$IPMITOOL" ]; then
23 echo "Cannot find ipmitool; ipmitool utility not installed on system."
24 echo "Please install package containing ipmitool utility and re-run test."
28 IPMITOOL="$POUNDER_OPTDIR/ipmitool*/src/ipmitool"
41 echo "ipmitool utility version: "
50 BMC2=`$IPMITOOL bmc info | grep "IPMI Version" | cut -b 29`