blob: d59c65b92b020fc169ad25f35d9222c3edf8b1fb [file] [log] [blame]
Peter D Phan72ce6b82021-06-03 06:18:26 -05001---
2# This yaml formatted file contains defaults items to collect FFDC for the targeted system
3# COMMANDS - List of commands to be run on the corresponding targeted system (inband)
4# to generate and/or collect data
5# FILES - List of files; with complete path; on the corresponding targeted system
6# to be copied to external destination
7# PROTOCOL - Protocol used to communicate with targeted system; ssh, Rest, redfish, etc
8#
9# Note: Items in COMMANDS and FILES are not necessarily one-to-one correspondence.
10# For example, a file could have been created by an internal process,
11# and is listed in FILES to be collected.
Peter D Phan04aca3b2021-06-21 10:37:18 -050012#
Peter D Phan2b8052d2021-06-22 10:55:41 -050013
Peter D Phan72ce6b82021-06-03 06:18:26 -050014# Commands and Files to collect for a given OpenBMC system.
15OPENBMC:
George Keishing6ea92b02021-07-01 11:20:50 -050016 # Commands and File to take snapshot of linux based system.
17 # Filename is <OS>_general.txt, where <OS> is in [OPENBMC, RHEL, UBUNTU]
18 GENERAL:
19 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -060020 - "rm -rf /tmp/*BMC_* /tmp/PEL_* /tmp/pldm* /tmp/PLDM* /tmp/GUARD*
21 /tmp/fan_* /tmp/DEVTREE /tmp/bmcweb_*"
22 - 'echo "++++++++++ cat /etc/os-release ++++++++++" >>
23 /tmp/OPENBMC_general.txt'
24 - "cat /etc/os-release >> /tmp/OPENBMC_general.txt"
25 - 'echo -e "\n++++++++++ cat /etc/timestamp ++++++++++" >>
26 /tmp/OPENBMC_general.txt'
27 - "cat /etc/timestamp >> /tmp/OPENBMC_general.txt"
28 - 'echo -e "\n++++++++++ uname -a ++++++++++" >>
29 /tmp/OPENBMC_general.txt'
30 - "uname -a >> /tmp/OPENBMC_general.txt"
31 - 'echo -e "\n++++++++++ cat /etc/timestamp ++++++++++" >>
32 /tmp/OPENBMC_general.txt'
33 - "cat /etc/timestamp >> /tmp/OPENBMC_general.txt"
34 - 'echo -e "\n++++++++++ uptime;cat /proc/uptime ++++++++++" >>
35 /tmp/OPENBMC_general.txt'
36 - "uptime >> /tmp/OPENBMC_general.txt"
37 - "cat /proc/uptime >> /tmp/OPENBMC_general.txt"
38 - 'echo -e "\n++++++++++ df -hT ++++++++++" >>
39 /tmp/OPENBMC_general.txt'
40 - "df -hT >> /tmp/OPENBMC_general.txt"
41 - 'echo -e "\n++++++++++ date;/sbin/hwclock --show ++++++++++" >>
42 /tmp/OPENBMC_general.txt'
43 - "date >> /tmp/OPENBMC_general.txt"
44 - "/sbin/hwclock --show >> /tmp/OPENBMC_general.txt"
45 - "/usr/bin/timedatectl >> /tmp/OPENBMC_general.txt"
46 - 'echo -e "\n++++++++++ /usr/bin/obmcutil state ++++++++++" >>
47 /tmp/OPENBMC_general.txt'
48 - "/usr/bin/obmcutil state >> /tmp/OPENBMC_general.txt"
George Keishing6ea92b02021-07-01 11:20:50 -050049 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -060050 - "/tmp/OPENBMC_general.txt"
George Keishing6ea92b02021-07-01 11:20:50 -050051 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -060052 - "SSH"
Peter D Phan72ce6b82021-06-03 06:18:26 -050053
George Keishing6ea92b02021-07-01 11:20:50 -050054 OPENBMC_LOGS:
55 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -060056 - "cat /sys/class/watchdog/watchdog1/bootstatus
57 >/tmp/BMC_flash_side.txt"
58 - "grep -r . /sys/class/hwmon/* >/tmp/BMC_hwmon.txt"
59 - "top -n 1 -b >/tmp/BMC_proc_list.txt"
60 - "ls -Al /proc/*/fd/ >/tmp/BMC_proc_fd_active_list.txt"
61 - "journalctl --no-pager >/tmp/BMC_journalctl_nopager.txt"
62 - "journalctl -o json-pretty >/tmp/BMC_journalctl_pretty.json"
63 - "dmesg >/tmp/BMC_dmesg.txt"
64 - "cat /proc/cpuinfo >/tmp/BMC_procinfo.txt"
65 - "cat /proc/meminfo >/tmp/BMC_meminfo.txt"
66 - "systemctl status --all >/tmp/BMC_systemd.txt"
67 - "systemctl list-units --failed >/tmp/BMC_failed_service.txt"
68 - "systemctl list-jobs >/tmp/BMC_list_service.txt"
69 - "cat /var/log/obmc-console.log >/tmp/BMC_obmc_console.txt"
70 - "cat /var/log/obmc-console1.log >/tmp/BMC_obmc_console1.txt"
71 - "peltool -l >/tmp/PEL_logs_list.json"
72 - { "peltool -a >/tmp/PEL_logs_display.json": 600 }
73 - {
74 "peltool -l -a -f >/tmp/PEL_logs_complete_list.json 2>&1": 1200,
75 }
76 - {
77 "peltool -a -f -h>/tmp/PEL_logs_complete_display.json 2>&1": 1200,
78 }
79 - {
Patrick Williamsc17b9872022-12-08 06:13:12 -060080 ? "strace -p $(pidof pldmd) -o /tmp/pldmd_strace.txt & sleep
81 60 ; kill $!"
82 : 70,
Patrick Williams12e33522022-12-08 06:13:12 -060083 }
84 - "hexdump -C /var/lib/phosphor-logging/extensions/pels/badPEL
85 >/tmp/PEL_logs_badPEL.txt"
86 - "guard -l >/tmp/GUARD_list.txt"
87 - "pldmtool fru getfrurecordtable>/tmp/PLDM_fru_record.txt"
88 - "killall -s SIGUSR1 pldmd; sleep 5"
89 - "fanctl dump"
90 - "cat /var/lib/phosphor-software-manager/pnor/rw/DEVTREE >
91 /tmp/DEVTREE"
92 - "cat /home/root/bmcweb_persistent_data.json >
93 /tmp/bmcweb_persistent_data.json"
George Keishing6ea92b02021-07-01 11:20:50 -050094 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -060095 - "/tmp/BMC_flash_side.txt"
96 - "/tmp/BMC_hwmon.txt"
97 - "/tmp/BMC_proc_list.txt"
98 - "/tmp/BMC_proc_fd_active_list.txt"
99 - "/tmp/BMC_journalctl_nopager.txt"
100 - "/tmp/BMC_journalctl_pretty.json"
101 - "/tmp/BMC_dmesg.txt"
102 - "/tmp/BMC_procinfo.txt"
103 - "/tmp/BMC_meminfo.txt"
104 - "/tmp/BMC_systemd.txt"
105 - "/tmp/BMC_failed_service.txt"
106 - "/tmp/BMC_list_service.txt"
107 - "/tmp/BMC_obmc_console.txt"
108 - "/tmp/BMC_obmc_console1.txt"
109 - "/tmp/PEL_logs_list.json"
110 - "/tmp/PEL_logs_complete_list.json"
111 - "/tmp/PEL_logs_complete_display.json"
112 - "/tmp/PEL_logs_display.json"
113 - "/tmp/pldmd_strace.txt"
114 - "/tmp/PEL_logs_badPEL.txt"
115 - "/tmp/GUARD_list.txt"
116 - "/tmp/PLDM_fru_record.txt"
117 - "/tmp/pldm_flight_recorder"
118 - "/tmp/fan_control_dump.json"
119 - "/tmp/DEVTREE"
120 - "/tmp/bmcweb_persistent_data.json"
George Keishing6ea92b02021-07-01 11:20:50 -0500121 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600122 - "SSH"
Peter D Phan56429a62021-06-23 08:38:29 -0500123
Peter D Phanbabf2962021-07-07 11:24:40 -0500124 # DUMP_LOGS: This section provides option to 'SCP if file exist'.
Peter D Phane86d9a52021-07-15 10:42:25 -0500125 # COMMANDS: filename is preceded by ls -AX '.
Peter D Phanbabf2962021-07-07 11:24:40 -0500126 # FILES: is not needed and is ignored if exists.
George Keishing6ea92b02021-07-01 11:20:50 -0500127 DUMP_LOGS:
128 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600129 - "ls -AX /var/lib/systemd/coredump/core.*"
130 - "ls -AX /var/lib/phosphor-debug-collector/dumps/*/*"
131 - "ls -AX /var/lib/phosphor-debug-collector/hostbootdump/*/*"
George Keishing6ea92b02021-07-01 11:20:50 -0500132 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600133 - "SCP"
Peter D Phan0c669772021-06-24 13:52:42 -0500134
George Keishing6ea92b02021-07-01 11:20:50 -0500135 # URLs and Files for OPENBMC redfish
136 # URLs and Files are one-to-one corresponding.
137 # File contains the data returned from 'redfishtool GET URL'
138 REDFISH_LOGS:
George Keishing506b0582021-07-27 09:31:22 -0500139 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600140 - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
141 raw GET /redfish/v1/AccountService/Accounts
142 - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
143 raw GET /redfish/v1/Managers/bmc/LogServices/Dump/Entries
144 - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
145 raw GET /redfish/v1/Systems/system/LogServices/Dump/Entries
146 - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
147 raw GET /redfish/v1/Systems/system/LogServices/EventLog/Entries
George Keishing91308ea2021-08-10 14:43:15 -0500148 - plugin:
Patrick Williams12e33522022-12-08 06:13:12 -0600149 - plugin_name: plugin.redfish.enumerate_request
150 - plugin_args:
151 - ${hostname}
152 - ${username}
153 - ${password}
154 - /redfish/v1/
155 - json
George Keishing6ea92b02021-07-01 11:20:50 -0500156 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600157 - "REDFISH_bmc_user_accounts.json"
158 - "REDFISH_bmc_dump_entries.json"
159 - "REDFISH_system_dumps_entries.json"
160 - "REDFISH_event_log_entries.json"
161 - "REDFISH_enumerate_v1.json"
George Keishing6ea92b02021-07-01 11:20:50 -0500162 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600163 - "REDFISH"
George Keishing6ea92b02021-07-01 11:20:50 -0500164
165 # Commands and Files to collect for via out of band IPMI.
166 IPMI_LOGS:
167 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600168 - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H
169 ${hostname} lan print
170 - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H
171 ${hostname} fru list
172 - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H
173 ${hostname} user list
George Keishing6ea92b02021-07-01 11:20:50 -0500174 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600175 - "IPMI_LAN_print.txt"
176 - "IPMI_FRU_list.txt"
177 - "IPMI_USER_list.txt"
George Keishing6ea92b02021-07-01 11:20:50 -0500178 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600179 - "IPMI"
George Keishingeafba182021-06-29 13:44:58 -0500180
Peter D Phan72ce6b82021-06-03 06:18:26 -0500181# Commands and Files to collect for all Linux distributions
182LINUX:
George Keishing6ea92b02021-07-01 11:20:50 -0500183 LINUX_LOGS:
184 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600185 - "cat /sys/firmware/opal/msglog >/tmp/OS_msglog.txt"
186 - "ppc64_cpu --frequency >/tmp/OS_cpufrequency.txt"
187 - "dmesg >/tmp/OS_dmesg.txt"
188 - "cat /var/log/opal-prd* >/tmp/OS_opal_prd.txt"
189 - "cat /var/log/boot.log >/tmp/OS_boot.txt"
190 - "cat /proc/cpuinfo >/tmp/OS_procinfo.txt"
191 - "cat /proc/meminfo >/tmp/OS_meminfo.txt"
192 - "netstat -a >/tmp/OS_netstat.txt"
193 - "lspci >/tmp/OS_lspci.txt"
194 - "lscpu >/tmp/OS_lscpu.txt"
195 - "lscfg >/tmp/OS_lscfg.txt"
196 - "journalctl --no-pager -b > /tmp/OS_journalctl_nopager.txt "
George Keishing6ea92b02021-07-01 11:20:50 -0500197 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600198 - "/tmp/OS_msglog.txt"
199 - "/tmp/OS_cpufrequency.txt"
200 - "/tmp/OS_dmesg.txt"
201 - "/tmp/OS_opal_prd.txt"
202 - "/tmp/OS_boot.txt"
203 - "/tmp/OS_procinfo.txt"
204 - "/tmp/OS_meminfo.txt"
205 - "/tmp/OS_netstat.txt"
206 - "/tmp/OS_lspci.txt"
207 - "/tmp/OS_lscpu.txt"
208 - "/tmp/OS_lscfg.txt"
209 - "/tmp/OS_journalctl_nopager.txt"
George Keishing6ea92b02021-07-01 11:20:50 -0500210 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600211 - "SSH"
Peter D Phan72ce6b82021-06-03 06:18:26 -0500212
213# Commands and Files to collect for Ubuntu Linux only
Peter D Phan04aca3b2021-06-21 10:37:18 -0500214UBUNTU:
George Keishing0c0bdd42021-07-23 13:36:06 -0500215 GENERAL:
George Keishing6ea92b02021-07-01 11:20:50 -0500216 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600217 - "rm -rf /tmp/UBUNTU_general.txt"
218 - 'echo "++++++++++ UBUNTU Rleasae ++++++++++" >
219 /tmp/UBUNTU_general.txt'
220 - "cat /etc/os-release >> /tmp/UBUNTU_general.txt"
221 - 'echo "\n++++++++++ Time stamp ++++++++++" >>
222 /tmp/UBUNTU_general.txt'
223 - "date >> /tmp/UBUNTU_general.txt"
224 - 'echo "\n++++++++++ uname -a ++++++++++" >>
225 /tmp/UBUNTU_general.txt'
226 - "uname -a >> /tmp/UBUNTU_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500227 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/UBUNTU_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600228 - "uptime >> /tmp/UBUNTU_general.txt"
George Keishing6ea92b02021-07-01 11:20:50 -0500229 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600230 - "/tmp/UBUNTU_general.txt"
George Keishing86399c92021-07-01 13:01:49 -0500231 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600232 - "SSH"
George Keishing0c0bdd42021-07-23 13:36:06 -0500233 UBUNTU_LOGS:
234 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600235 - "{ cat /etc/os-release; uname -a; rpm -qa ; } >/tmp/OS_info.txt"
236 - "tail -n 200000 /var/log/messages >/tmp/OS_syslog.txt"
237 - "rm -rf /tmp/sosreport*FFDC*"
238 - {
Patrick Williamsc17b9872022-12-08 06:13:12 -0600239 ? "sosreport --batch --tmp-dir /tmp --label FFDC
240 >/tmp/OS_sosreport.txt"
241 : 1200,
Patrick Williams12e33522022-12-08 06:13:12 -0600242 }
243 - "tar -zcvf /tmp/crash.tar.gz /var/crash"
George Keishing0c0bdd42021-07-23 13:36:06 -0500244 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600245 - "/tmp/OS_info.txt"
246 - "/tmp/OS_syslog.txt"
247 - "/tmp/OS_sosreport.txt"
248 - "/tmp/sosreport*.tar.xz"
249 - "/tmp/crash.tar.gz"
George Keishing0c0bdd42021-07-23 13:36:06 -0500250 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600251 - "SSH"
George Keishing0c0bdd42021-07-23 13:36:06 -0500252 DUMP_LOGS:
253 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600254 - "ls -AX /tmp/htx/htxerr"
255 - "ls -AX /tmp/htx/htxmsg"
George Keishing0c0bdd42021-07-23 13:36:06 -0500256 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600257 - "SCP"
George Keishing86399c92021-07-01 13:01:49 -0500258
Peter D Phan72ce6b82021-06-03 06:18:26 -0500259# Commands and Files to collect for RHE Linux only
Peter D Phan04aca3b2021-06-21 10:37:18 -0500260RHEL:
George Keishing0c0bdd42021-07-23 13:36:06 -0500261 GENERAL:
262 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600263 - "rm -rf /tmp/RHEL_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500264 - 'echo "++++++++++ RHEL Rleasae ++++++++++" > /tmp/RHEL_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600265 - "cat /etc/os-release >> /tmp/RHEL_general.txt"
266 - 'echo -e "\n++++++++++ Time stamp ++++++++++" >>
267 /tmp/RHEL_general.txt'
268 - "date >> /tmp/RHEL_general.txt"
269 - 'echo -e "\n++++++++++ uname -a ++++++++++" >>
270 /tmp/RHEL_general.txt'
271 - "uname -a >> /tmp/RHEL_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500272 - 'echo -e "\n++++++++++ uptime ++++++++++" >> /tmp/RHEL_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600273 - "uptime >> /tmp/RHEL_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500274 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600275 - "/tmp/RHEL_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500276 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600277 - "SSH"
George Keishing6ea92b02021-07-01 11:20:50 -0500278 RHEL_LOGS:
279 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600280 - "{ cat /etc/os-release; uname -a; rpm -qa ; } >/tmp/OS_info.txt"
281 - "tail -n 200000 /var/log/messages >/tmp/OS_syslog.txt"
282 - "rm -rf /tmp/sosreport*FFDC*"
283 - {
Patrick Williamsc17b9872022-12-08 06:13:12 -0600284 ? "sosreport --batch --tmp-dir /tmp --label FFDC
285 >/tmp/OS_sosreport.txt"
286 : 1200,
Patrick Williams12e33522022-12-08 06:13:12 -0600287 }
288 - "tar -zcvf /tmp/crash.tar.gz /var/crash"
George Keishing6ea92b02021-07-01 11:20:50 -0500289 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600290 - "/tmp/OS_info.txt"
291 - "/tmp/OS_syslog.txt"
292 - "/tmp/OS_sosreport.txt"
293 - "/tmp/sosreport*.tar.xz"
294 - "/tmp/crash.tar.gz"
George Keishing86399c92021-07-01 13:01:49 -0500295 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600296 - "SSH"
George Keishing0c0bdd42021-07-23 13:36:06 -0500297 DUMP_LOGS:
298 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600299 - "ls -AX /tmp/htx/htxerr"
300 - "ls -AX /tmp/htx/htxmsg"
George Keishing0c0bdd42021-07-23 13:36:06 -0500301 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600302 - "SCP"
George Keishing86399c92021-07-01 13:01:49 -0500303
George Keishing5b43c222021-07-09 01:10:00 -0500304# Commands and Files to collect for SLES Linux only
305SLES:
George Keishing0c0bdd42021-07-23 13:36:06 -0500306 GENERAL:
307 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600308 - "rm -rf /tmp/SLES_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500309 - 'echo "++++++++++ SLES Rleasae ++++++++++" > /tmp/SLES_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600310 - "cat /etc/os-release >> /tmp/SLES_general.txt"
311 - 'echo "\n++++++++++ Time stamp ++++++++++" >>
312 /tmp/SLES_general.txt'
313 - "date >> /tmp/SLES_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500314 - 'echo "\n++++++++++ uname -a ++++++++++" >> /tmp/SLES_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600315 - "uname -a >> /tmp/SLES_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500316 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/SLES_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600317 - "uptime >> /tmp/SLES_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500318 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600319 - "/tmp/SLES_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500320 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600321 - "SSH"
George Keishing5b43c222021-07-09 01:10:00 -0500322 SLES_LOGS:
323 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600324 - "{ cat /etc/os-release; uname -a; rpm -qa ; } >/tmp/OS_info.txt"
325 - "tail -n 200000 /var/log/messages >/tmp/OS_syslog.txt"
326 - "rm -rf /tmp/scc*.txz.md5"
327 - { "supportconfig >/tmp/OS_supportconfig.txt": 1200 }
328 - "cp /var/log/scc*.txz.md5 /tmp/"
329 - "tar -zcvf /tmp/crash.tar.gz /var/crash"
George Keishing5b43c222021-07-09 01:10:00 -0500330 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600331 - "/tmp/OS_info.txt"
332 - "/tmp/OS_syslog.txt"
333 - "/tmp/OS_supportconfig.txt"
334 - "/tmp/scc*.txz.md5"
335 - "/tmp/crash.tar.gz"
George Keishing5b43c222021-07-09 01:10:00 -0500336 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600337 - "SSH"
George Keishing0c0bdd42021-07-23 13:36:06 -0500338 DUMP_LOGS:
339 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600340 - "ls -AX /tmp/htx/htxerr"
341 - "ls -AX /tmp/htx/htxmsg"
George Keishing0c0bdd42021-07-23 13:36:06 -0500342 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600343 - "SCP"
George Keishing5b43c222021-07-09 01:10:00 -0500344
George Keishinga3f3f592021-06-17 11:28:04 -0500345# Commands and Files to collect for AIX only
Peter D Phan04aca3b2021-06-21 10:37:18 -0500346AIX:
George Keishing0c0bdd42021-07-23 13:36:06 -0500347 GENERAL:
348 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600349 - "rm -rf /tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500350 - 'echo "++++++++++ AIX Release ++++++++++" > /tmp/AIX_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600351 - "cat /proc/version | tail -1 >> /tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500352 - 'echo "\n++++++++++ Time stamp ++++++++++" >> /tmp/AIX_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600353 - "date >> /tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500354 - 'echo "\n++++++++++ uname -a ++++++++++" >> /tmp/AIX_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600355 - "uname -a >> /tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500356 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/AIX_general.txt'
Patrick Williams12e33522022-12-08 06:13:12 -0600357 - "uptime >> /tmp/AIX_general.txt"
358 - 'echo "\n++++++++++ System Info ++++++++++" >>
359 /tmp/AIX_general.txt'
360 - "prtconf | head -15 >> /tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500361 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600362 - "/tmp/AIX_general.txt"
George Keishing0c0bdd42021-07-23 13:36:06 -0500363 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600364 - "SSH"
George Keishing6ea92b02021-07-01 11:20:50 -0500365 AIX_LOGS:
366 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600367 - "errpt -a >/tmp/OS_errpt.txt ; errclear 0;"
368 - "bindprocessor -q >/tmp/OS_processors.txt"
George Keishing6ea92b02021-07-01 11:20:50 -0500369 FILES:
Patrick Williams12e33522022-12-08 06:13:12 -0600370 - "/tmp/OS_errpt.txt"
371 - "/tmp/OS_processors.txt"
George Keishing6ea92b02021-07-01 11:20:50 -0500372 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600373 - "SSH"
George Keishing0c0bdd42021-07-23 13:36:06 -0500374 DUMP_LOGS:
375 COMMANDS:
Patrick Williams12e33522022-12-08 06:13:12 -0600376 - "ls -AX /tmp/htx/htxerr"
377 - "ls -AX /tmp/htx/htxmsg"
George Keishing0c0bdd42021-07-23 13:36:06 -0500378 PROTOCOL:
Patrick Williams12e33522022-12-08 06:13:12 -0600379 - "SCP"