Scientific Linux のアップグレード(6.2 -> 6.3 -> 6.4)

6.2から6.3へのアップグレード。
[text]
# cat /etc/redhat-release
Scientific Linux release 6.2 (Carbon)

# yum –releasever=6.3 update sl-release
Loaded plugins: fastestmirror, security
Determining fastest mirrors
epel/metalink | 6.5 kB 00:00
* epel: ftp.iij.ad.jp
* sl: ftp.riken.jp
* sl-security: ftp.riken.jp
・・省略・・
Complete!

# yum update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* epel: ftp.iij.ad.jp
* sl: ftp.riken.jp
* sl-security: ftp.riken.jp
Setting up Update Process
Resolving Dependencies
–> Running transaction check
・・省略・・
Complete!
[/text]

6.3から6.4へのアップグレード。
[text]
# cat /etc/redhat-release
Scientific Linux release 6.3 (Carbon)

# yum –releasever=6.4 update sl-release
Loaded plugins: fastestmirror, security
Determining fastest mirrors
epel/metalink | 6.1 kB 00:00
* epel: ftp.kddilabs.jp
* sl: ftp.riken.jp
* sl-security: ftp.riken.jp
・・省略・・
Complete!

# yum update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* epel: ftp.kddilabs.jp
* sl: ftp.riken.jp
* sl-security: ftp.riken.jp
Setting up Update Process
Resolving Dependencies
–> Running transaction check
・・省略・・
Complete!
[/text]

カーネルが更新されたので、いったんリブート
[text]
# reboot
[/text]

rpmで変更されたファイルを確認、
サービスの稼働状況を確認して、アップグレード完了。

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.