zBackup 및 시스템 충돌 재시작(로그 없음)

zBackup 및 시스템 충돌 재시작(로그 없음)

저는 zBackup이라는 프로그램을 사용하여 대용량(각각 100+>90GB)의 tar 파일을 처리하고 있습니다. 5번 정도마다 시스템이 재부팅됩니다. 나는 사용했다

last -x

충돌 표시

kayot    pts/2        --.--.--.--      Wed Dec  5 14:19   still logged in
runlevel (to lvl 5)   4.15.0-42-generi Wed Dec  5 14:19   still running
reboot   system boot  4.15.0-42-generi Wed Dec  5 14:18   still running
kayot    pts/2        --.--.--.--      Wed Dec  5 11:59 - crash  (02:19) <-- Here
runlevel (to lvl 5)   4.15.0-42-generi Wed Dec  5 11:58 - 14:19  (02:20)
reboot   system boot  4.15.0-42-generi Wed Dec  5 11:58   still running
shutdown system down  4.15.0-39-generi Wed Dec  5 11:57 - 11:58  (00:00)
kayot    pts/2        --.--.--.--      Wed Dec  5 11:57 - 11:57  (00:00)
kayot    pts/2        --.--.--.--      Tue Dec  4 10:23 - 10:35  (00:11)

** 내 IP 주소를 --.---.--.--로 바꾸었습니다.

이는 재부팅과 일치합니다.

그러나 이때 kern.log 및 syslog를 확인하면 문제의 원인이 무엇인지 알 수 없습니다.

Dec  5 12:05:55 core 50-motd-news[9567]:    - <Removed MOTD HTML Link>
Dec  5 12:05:55 core systemd[1]: Started Message of the Day.
Dec  5 12:13:54 core systemd[1]: Starting Cleanup of Temporary Directories...
Dec  5 12:13:54 core systemd[1]: Started Cleanup of Temporary Directories.
Dec  5 12:17:01 core CRON[29385]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  5 13:17:01 core CRON[25753]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Dec  5 14:17:01 core CRON[8785]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
<Rebooted Here>
Dec  5 14:19:01 core systemd-modules-load[511]: Inserted module 'iscsi_tcp'
Dec  5 14:19:01 core kernel: [    0.000000] microcode: microcode updated early to revision 0x25, date = 2018-04-02
Dec  5 14:19:01 core systemd-modules-load[511]: Inserted module 'ib_iser'

시간별 크론 작업은 없습니다.

Dec  5 11:59:03 core kernel: [   62.374831] audit: type=1400 audit(1544029143.830:51): apparmor="STATUS" operation="profile_load" label="lxd-website_</var/lib/lxd>//&:lxd-website_<var-lib-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=5802 comm="apparmor_parser"
Dec  5 11:59:03 core kernel: [   62.374833] audit: type=1400 audit(1544029143.830:52): apparmor="STATUS" operation="profile_load" label="lxd-website_</var/lib/lxd>//&:lxd-website_<var-lib-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=5802 comm="apparmor_parser"
<Rebooted Here>
Dec  5 14:19:01 core kernel: [    0.000000] microcode: microcode updated early to revision 0x25, date = 2018-04-02
Dec  5 14:19:01 core kernel: [    0.000000] Linux version 4.15.0-42-generic (buildd@lgw01-amd64-023) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 (Ubuntu 4.15.0-42.45-generic 4.15.18)

시스템이 과열되지 않았습니다. SuperMicro IPMI 도구에서 CPU 온도를 관찰했지만 온도가 올라가지 않았습니다.

내 운영 체제는 Ubuntu 18.04 LTS입니다. 데이터는 ZFS에 있으며 동일한 ZFS에 기록됩니다.

다음 진단 단계는 무엇입니까?

관련 정보