2009年11月27日金曜日

yumのインストール

サーバ検証をしていて、WebkeepersとWill@netにはyumが設定してなかったので、インストールしたときのメモ。

スクリプトファイルを作成
vi yum_install

wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/yum-metadata-parser-1.1.2-2.el5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/rpm-python-4.4.2.3-9.el5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/m2crypto-0.16-6.el5.3.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/rpm-4.4.2.3-9.el5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/rpm-libs-4.4.2.3-9.el5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/popt-1.10.2.3-9.el5.i386.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm

rpm -ivh *.rpm

chmod a+x yum_install
./yum_install

これで設定OKです。ただし、サーバが変わるといろんな依存性がでてくるので、エラーがでたらその通りに、試行錯誤しましょう。

お名前.comの場合
[root@itsc-ltd ~]# uname -a
Linux itsc-ltd.co.jp 2.6.18-028stab059.6 #1 SMP Fri Nov 14 14:01:22 MSK 2008 x86_64 x86_64 x86_64 GNU/Linux
となったのでx386ではなくx86_64でwgetした

wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/yum-metadata-parser-1.1.2-2.el5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/python-elementtree-1.2.6-5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/python-sqlite-1.1.7-1.2.1.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/rpm-python-4.4.2.3-9.el5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/m2crypto-0.16-6.el5.3.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/rpm-4.4.2.3-9.el5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/rpm-libs-4.4.2.3-9.el5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/popt-1.10.2.3-9.el5.x86_64.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm
wget http://ftp.iij.ad.jp/pub/linux/centos/5.3/os/x86_64/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm

として一気にrpm -ivh *.rpmとしたがうまくいかず、ひとつずつ依存性を見ながらrpmで何とかうまくいった。

0 件のコメント:

コメントを投稿