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に書き込まれます。

次の診断ステップは何ですか?

ベストアンサー1

おすすめ記事