CentOS 5.3

  1. インストール
    1. wget -c ftp://ftp.riken.jp/Linux/caos/centos/5.3/isos/i386/CentOS-5.3-i386-netinstall.iso
    2. 上記で作成した CentOS53.vmx をクリックし、VMwarePlayerを起動
    3. テキストモードでインストールを実行
    4. FTPインストールの指定
      1. FTP先の指定(ftp.riken.jp)
      2. FTPディレクトリの指定(Linux/centos/5/os/i386
  2. yum停止
    1. /etc/rc.d/init.d/yum-updatesd stop
    2. yum -y remove yum-updatesd
  3. 最新化
    1. yum-fastestmirror
    2. yum -y install yum-fastestmirror
    3. yum -y update
  4. 不要なデーモンの停止
    1. /sbin/chkconfig acpid off
    2. /sbin/chkconfig cups off
    3. /sbin/chkconfig gpm off
    4. /sbin/chkconfig ip6tables off
    5. /sbin/chkconfig kudzu off
    6. /sbin/chkconfig smartd off
  5. 設定
    1. ディスプレイの解像度を変更 (vmware-toolsなし)
      1. [システム]-[管理]-[ディスプレイ]
      2. [ハードウェア]タブ-[モニタータイプ]-[設定]ボタンを押下
        1. [Generic CRT Display]-[Monitor 1024x768]
        2. [OK]ボタンを押下
      3. [モニター設定]タブ-[解像度(R)]
        1. [1024x768]
        2. [OK]
      4. ログアウト & ログイン
  6. VMware-tools を、CentOS5.3にインストール
    1. VMware-server-2.0.1-156745.i386.tar.gz をダウンロードし解凍 (http://www.vmware.com/jp/download/server/)
    2. linux.iso を C:\var\trashにコピーする。
    3. CentOS53.vmx を修正 (ide1:0.filename = "C:\var\trash\linux.iso" に変更)
    4. シャットダウン & 起動
    5. su -
    6. yum install gcc kernel-devel
    7. uname -r
    8. rpm -q kernel-devel
    9. yum -y upgrade kernel kernel-devel
    10. reboot
    11. ls -d /usr/src/kernels/$(uname -r)*/include
    12. rpm -ivh /media/VMware\ Tools/VMwareTools-7.7.5-156745.i386.rpm
    13. vmware-config-tools.pl
    14. vmware-toolbox &