Lines Matching full:ffdc
22 def ffdc( function
29 Gather First Failure Data Capture (FFDC).
33 - Create FFDC work space directory.
35 - Call BMC methods to write/collect FFDC data.
38 ffdc_dir_path The dir path where FFDC data should be put.
39 ffdc_prefix The prefix to be given to each FFDC file name generated.
40 …ffdc_function_list A colon-delimited list of all the types of FFDC data you wish to h…
41 … collected. A blank value means that all possible kinds of FFDC are to be
44 …comm_check Do a communications check prior to collecting FFDC. If commincati…
45 the BMC can't be established, abort the FFDC collection.
63 "BMC is not ping-able. Terminating FFDC collection.\n"
77 " FFDC" + " collection.\n"
81 gp.qprint_timen("Collecting FFDC.")
110 "Call FFDC Methods ffdc_function_list=" + ffdc_function_list
116 gp.qprint_timen("Finished collecting FFDC.")
127 ffdc_dir_path The dir path where FFDC data should be put.
128 ffdc_prefix The prefix to be given to each FFDC file name generated.