Lenovo BladeCenter HX5 7873 Problem Determination And Service Manual page 62

Blade server
Table of Contents

Advertisement

if {$rv == 0} {
ft_log "AMM reports flash success for slot $slot"
} else {
return ${rv}
}
}
#
# Restore the timeout and return the rv.
#
set timeout $g_normal_timeout_value
return 0
}
################################################################################
#
# Code from source
#
################################################################################
################################################################################
#
# Sometimes the AMM leaves old UPD files hanging around.
#
################################################################################
proc purge_old_upd_files { } {
global amm_id
#
# AMM53 series introduced a strange behaviour that needs to
# be investigated but can be worked around with a delay.
#
sleep 20
#
# Look for stale files.
#
send -i $amm_id "files -T system:mm\[1\]\r\n"
expect {
-i $amm_id "Available:" { return }
-i $amm_id "volatile/*.upd*" {
puts "\n\n Must delete: $expect_out(buffer)\n\n"
return
}
}
}
#############################################################################
#
# Send the update command for the blade.
#
#############################################################################
46
BladeCenter HX5 Blade ServerProblem Determination and Service Guide
: support/include/FlashBlade.exp
#
#
#
#
#
#
#
#
#

Advertisement

Table of Contents
loading

Table of Contents