- Installation logs for both CentOS 6 and 7
- Failed systemd services for CentOS 7
/var/log/installer/syslog*
/var/log/installer/partman*
+ # CentOS 6
+ /var/log/anaconda*.log
+ # CentOS 7
+ /var/log/anaconda/*.log
+
/var/log/xen/xend.log*
/var/log/xen/xend-debug.log*
/var/log/xen/xen-hotplug.log*
'virsh capabilities',
'cat /proc/self/limits',
'cat /proc/modules',
+ # systemctl returns rc=3 when there is a failed service
+ # ignore the return value
+ 'systemctl status --state=failed --full "*";:',
) {
try_cmd_output_save($cmd);
}