1. root権限になれ
su -
## OR ##
sudo -i
2.バックアップ大切なデータ
* Backup /etc diretory
* Backup important logs /var/log
* Backup web server configs and sites
* Dump MySQL databases
* Dump PostgreSQL databases
* Backup all what you need if something goes wrong
3.アップデートするパッケージを確認する
yum list updates
4.yum updateでアップグレードする
yum update
か
yum clean all
yum update glibc* yum* rpm* python*
yum update
5.サーバを再起動して、
次のように確認する
cat /etc/redhat-release
## Output ##
CentOS release 5.5 (Final)
No comments:
Post a Comment