#
#
# Collect the blade power state from the AMM.
#
#
#
################################################################################
proc collect_blade_power_state { blade } {
global amm_id amm
send -i $amm_id "info -T blade\[$blade\]\r"
}
################################################################################
#
#
# Collect a file from the AMM.
#
#
#
################################################################################
proc collect_file_from_amm { remote_directory filename local_copy } {
global amm userid password
set command "/usr/bin/curl"
set arg1 "--silent"
set arg2 "--user"
set arg3 "${userid}:${password}"
set arg4 "ftp://${amm}/${remote_directory}/${filename}"
set arg5 "-o"
set arg6 "${local_copy}"
set run_command [list exec $command $arg1 $arg2 $arg3 $arg4 $arg5 $arg6]
if {[catch $run_command result]} {
ft_log "Curl: command crashed with result $result fetching $arg4"
ft_log "Curl: The command was: ($command $arg1 $arg2 $arg3 $arg4 $arg5 $arg6"
return 1
}
return 0
}
################################################################################
#
#
# Delete a file from the AMM.
#
#
#
################################################################################
proc delete_file_from_amm { filename } {
global amm_id
send -i $amm_id "files -d ${filename}\r"
expect -i $amm_id "OK" {
return 0
}
return 1
}
################################################################################
#
#
# Code from source
: support/include/MultiNode.exp
#
#
#
42
BladeCenter HX5 Blade ServerProblem Determination and Service Guide
Содержание BladeCenter HX5 1909
Страница 6: ...iv BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 16: ......
Страница 34: ...18 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 72: ...56 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 292: ...276 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 296: ...280 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 303: ...Taiwan Class A compliance statement Appendix B Notices 287 ...
Страница 304: ...288 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 310: ...294 BladeCenter HX5 Blade ServerProblem Determination and Service Guide ...
Страница 311: ......
Страница 312: ...Part Number 46W8208 Printed in China 1P P N 46W8208 ...
Страница 313: ... 1P46W8208 ...