Lenovo BladeCenter HX5 Installation And User Manual page 108

Blade server
Table of Contents

Advertisement

-i $amm_id "*nable*"
}
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.
100
BladeCenter HX5 Blade ServerInstallation and User's Guide
{ set rv 1 }
: support/include/FlashBlade.exp
#
#
#
#
#
#
#
#

Advertisement

Table of Contents
loading

This manual is also suitable for:

7873787219101909

Table of Contents