yum
シェルスクリプトで行う設定
■設定は一発サーバーを実行すると自動的に行われます。
■yum-updatesd停止
/etc/rc.d/init.d/yum-updatesd stop
■yum-updatesd削除
yum -y remove yum-updatesd
■fastestmirrorプラグインインストール
yum -y install yum-fastestmirror
■yum-cronインストール
yum -y install yum-cron
■パッケージ自動更新停止
/etc/rc.d/init.d/yum-cron stop
chkconfig yum-cron off
/etc/rc.d/init.d/yum-updatesd stop
■yum-updatesd削除
yum -y remove yum-updatesd
■fastestmirrorプラグインインストール
yum -y install yum-fastestmirror
■yum-cronインストール
yum -y install yum-cron
■パッケージ自動更新停止
/etc/rc.d/init.d/yum-cron stop
chkconfig yum-cron off
差替えファイルであらかじめしてある設定
差替えファイルであらかじめしてある設定はありません。
CGIで行う設定
■設定はフォームに入力すると自動的に行われます。
■パッケージ自動更新自動起動設定
chkconfig yum-cron on
■パッケージ自動更新起動
/etc/rc.d/init.d/yum-cron start
■パッケージ自動更新自動起動停止
chkconfig yum-cron off
■パッケージ自動更新停止
/etc/rc.d/init.d/yum-cron stop
chkconfig yum-cron on
■パッケージ自動更新起動
/etc/rc.d/init.d/yum-cron start
■パッケージ自動更新自動起動停止
chkconfig yum-cron off
■パッケージ自動更新停止
/etc/rc.d/init.d/yum-cron stop
このページのご意見
■このページへのご意見・ご要望、間違い、誤字・脱字のご連絡はこちらからお願いします。
