HomeSort by relevance Sort by last modified time
    Searched refs:ipmitool (Results 1 - 3 of 3) sorted by null

  /external/ltp/tools/pounder21/test_repo/T10single/
T02ipmitool 5 $POUNDER_HOME/test_scripts/ipmitool
  /external/ltp/tools/pounder21/build_scripts/
ipmitool 3 # Builds ipmitool
31 PKGNAME=ipmitool-1.8.9
34 PROGNAME=ipmitool
40 Maj_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $1}'`
41 Min_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $2}'`
42 Pat_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $3}'`
  /external/ltp/tools/pounder21/test_scripts/
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.
    [all...]

Completed in 109 milliseconds