Lenovo BladeCenter HX5 7873 Problem Determination And Service Manual page 60

Blade server
Table of Contents

Advertisement

}
}
lappend multinode_complex $multinode_entry
}
#############################################################################
#
# Return a list element for a given slot configuration.
#
#############################################################################
proc get_multinode_list_for_slot { slot_no } {
global multinode_complex
set empty [ list ]
set temp [ list ]
#
# Return an empty list if the multinode complex is has nothing.
#
set count [ llength $multinode_complex ]
if {$count == 0 } {
return $empty
}
#
# Search each list in the multinode complex list.
#
foreach temp $multinode_complex {
#
# Now seach the sublist.
#
foreach temp1 $temp {
if {$temp1 == $slot_no} {
return $temp
}
}
}
return $empty
}
#############################################################################
#
# Send the update command for the blade.
#
#############################################################################
proc flash_update_mn_blade { blade_no firmware_image } {
global amm_id tftp_server g_normal_timeout_value
#
# Tell the AMM no timeout.
#
44
BladeCenter HX5 Blade ServerProblem Determination and Service Guide
#
#
#
#
#
#

Advertisement

Table of Contents
loading

Table of Contents