Changes between Version 1 and Version 2 of epics/install/vmware_centos2


Ignore:
Timestamp:
05/10/13 22:56:30 (12 years ago)
Author:
Takashi Obina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • epics/install/vmware_centos2

    v1 v2  
    22
    33== yum リポジトリの設定 ==
     4デフォルトのままでも良いですが、KEKのミラーサイトを指定しておく。
    45{{{
    5 /etc/yum.repos.d/CentOS-Base.repo を編集して
     6/etc/yum.repos.d/CentOS-Base.repo を編集して、中の
    67mirror.centos.org -> reflx1.kek.jp に変更します。
    78}}}
    8  1. yum update
     9
     10yum update
    911{{{
    1012# yum update
    1113}}}
    12  1. IPV6無効化
     14
     15== IPV6無効化 ==
     16後で書く
    1317
    1418
     
    7882}}}
    7983
    80  1. 時刻合わせ
     84== 時刻合わせ ==
     85iocのタイムスタンプが狂っていると、いろいろと面倒なことが起きます。適切なntpサーバを指定する。
     86KEK内部からは以下の time server を指定. (クラスタによって異なるので詳細はnetsupportのページを参照すること)
     87
     88
     89手動で合わせる
    8190{{{
    8291# ntpdate ntp01.local.kek.jp
    8392}}}
     93
    8494/etc/ntp.confを編集。
    8595{{{
     
    8797server ntp02.local.kek.jp
    8898}}}
    89 service ntp restart
    90 chkconfig ntp on
     99
     100{{{
     101# service ntp restart
     102# chkconfig ntp on
     103}}}