■Debian v6 squeezeからv7 wheezyへのアップグレード
Debian v6(6.0.7)からDebian v7へのアップグレードしたメモ。アップグレード手順はほぼDebianのドキュメント通り。(バックアップ等の手順は今回無視)
■環境の最新化
# apt-get update
# apt-get upgrade
■アップグレード準備
# vi /etc/apt/sources.list
squeeze を全て wheezy に置き換え
■アップグレードする
# apt-get update
# apt-get dist-upgrade
※注意
マシン再起動後はPAE必須のKernel3.2ベースで起動するので、CPUはPAE対応であることを必ず確認しておくこと。
PAE無しかkernel2.6系を引き続き使用する場合には
# vi /boot/grub/grub.cfg
を編集。
debian, tips, update
Loading...
■Scientific Linux 5.6から5.7へのアップグレードメモ
Scientific Linux 5.7がリリースになったので5.6からアップグレードした作業メモ。
■作業手順
一旦最新状態にアップデート
# yum update
repoデータを56から57に変更する(jaistを使用)
# vi /etc/yum.repos.d/sl.repo
# vi /etc/yum.repos.d/sl-security.repo
# vi /etc/yum.repos.d/sl-fastbugs.repo
baseurl=http://ftp.jaist.ac.jp/pub/Linux/scientific/56/$…
↓
baseurl=http://ftp.jaist.ac.jp/pub/Linux/scientific/57/$…
アップデート手順
# yum clean all
# yum update yum
# yum update glibc
# yum update
確認
# cat /etc/issue
Scientific Linux SL release 5.7 (Boron)
Kernel \r on an \m
以下の設定で構築されたimagemagickやらmysqlやらphpやらが入れ替わった状態だが、特に問題なくアップデート完了。
D520にScientific Linux 5.6をインストールしたメモ
http://blog.isnext.net/issy/archives/1281
Scientific Linux 5.6でSNSサーバを構築するメモ
http://blog.isnext.net/issy/archives/1289
Scientific Linux 5.6にphp5.2.xを導入するメモ
http://blog.isnext.net/issy/archives/1299
scientific, update, yum
Loading...