[ホーム] - [Redhat Linux 7 FAQ 一覧] - [/etc/crontab に設定が見つからない]



/etc/crontab に設定が見つからない

環境:Redhat Enterprise linux 7(EL)




現象


logrotate などのジョブが実行されているが、なぜか/etc/crontabに設定が見つからない場合があります。
/etc/crontabの中身は以下のように空となってます。


# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed




原因


Centos7/Redhat 7 以降はデフォルトがcrontabではなくanacrontabとなっています。
これは仮想サーバなど大量のサーバをコピーして稼働させる場合、cronの場合は一斉にジョブが起動するためリソース点などで問題が行る可能性あるためです。
実行時間にランダム性を持たせる anacrontab がデフォルトで使用されています。


対処


以下を確認してみます。


# cat /etc/anacrontab



参考:
crontab -e と /etc/crontab の違い




(*)本ページは Redhat Enterprise Linux 7.2以後を想定しています。

最終更新日:2018/04/18



[ホーム] - [ Redhat Linux 7 FAQ 一覧]


本サイト内掲載されている情報は、著作権法により保護されています。いかなる場合でも権利者の許可なくコピー、配布することはできません。 このページはリンクフリーです。(このページへの直接リンクも可能です。) Copyright(c) tooljp.com 2007-2018