IBM BladeCenter HX5 Installation And User Manual page 98

Type 7873, 7872, 1910 and 1909
Hide thumbs Also See for BladeCenter HX5:
Table of Contents

Advertisement

}
################################################################################
#
# Reset all of the configured blades in the chassis.
#
################################################################################
proc reset_all_blades { } {
}
################################################################################
88
IBM BladeCenter HX5 Type 7873, 7872, 1910, and 1909: Installation and User's Guide
# Create a storage space for our output.
#
set g_target_blade $blade
set rv [ test_results_set_cwd ]
#
# Have to be on an MM[N] target.
#
set rv [ amm_set_mm_target ]
#
# Grab the VDBG data from the AMM.
#
ft_log "Blade: $blade -- Collecting AMM vdbg log."
set vdbg_output "$g_test_results_dir/AMM_vdbg.txt"
set rv [ collect_vdbg $vdbg_output ]
if {$rv == 0} {
ft_log "Blade: $blade -- Successfully collected AMM vdbg log."
} else {
ft_log "Blade: $blade -- Failure collecting AMM vdbg log."
}
#
# Grab the FFDC data from the IMM.
#
ft_log "Blade: $blade -- Collecting IMM FFDC logs."
set rv [ imm_ffdc_init_capture $blade ]
set rv [ imm_ffdc_collect_capture $blade ]
set fn [ imm_ffdc_get_service_file_name $blade ]
set rv [ collect_file_from_amm service "." $fn $g_test_results_dir/IMM_FFDC.tgz ]
if {$rv == 0} {
ft_log "Blade: $blade -- Successfully collected IMM FFDC data."
} else {
ft_log "Blade: $blade -- Failure collecting IMM FFDC data."
}
#
# Cleanup.
#
set rv [ imm_ffdc_cleanup_amm $fn ]
global blade_presence_bits
for {set slot 1} {$slot < 15} {incr slot 1} {
if { ! [info exists blade_presence_bits($slot)]} {
continue
}
set present $blade_presence_bits($slot)
if {$present == 1} {
set rv [ reset_blade $slot ]
if {$rv != 0} {
ft_log "Blade: $slot did not reboot."
}
}
}
#
#
#

Advertisement

Table of Contents
loading

This manual is also suitable for:

7873787219101909

Table of Contents