※ 주의사항
: 모든 데이터는 필히 백업 후 진행을 해야하고, 6.x(2.6.32...)에서 7.x(3.10.0...)로 커널버젼까지 크게 변동되오니 가능하면 새로 설치 후 마이그레이션 하는게 좋을 것같음.
### CentOS 버젼 확인
# cat /etc/redhat-release
### 커널 버젼 확인
# uname -r
### CentOS 6.5 최신 버젼으로 업그레이드
# yum update
# reboot
### 최신 버젼으로 업그레이드 된 커널
# uname -r
2.6.32-431.20.3.el6.x86_64
### Download packages
# wget http://dev.centos.org/centos/6/upg/x86_64/Packages/python-rhsm-1.9.7-1.el6.x86_64.rpm
# wget http://dev.centos.org/centos/6/upg/x86_64/Packages/redhat-upgrade-tool-0.7.22-1.el6.noarch.rpm
### Install preupgrade assistant
# yum localinstall *.rpm
### Run preupgrade assistant
# preupg
### 네트워크 위치로 업그레이드
# redhat-upgrade-tool-cli --force --network 7 --instrepo http://ftp.kaist.ac.kr/CentOS/7.0.1406/os/x86_64/
### ISO 이미지로 업그레이드
# redhat-upgrade-tool-cli --force --iso=./CentOS-7.0-1406-x86_64-DVD.iso
# sync;reboot
# yum update
### 업그레이드 확인
# cat /etc/redhat-release
# uname -r
'Linux > CentOS' 카테고리의 다른 글
[CentOS] sshfs - 리눅스 윈도우간 데이터 전송을 편리하게.. (0) | 2014.08.08 |
---|---|
[CentOS] 리눅스 해외 IP 차단 (1) | 2014.07.23 |
em1를 eth0으로 이름 변경 (0) | 2014.06.24 |
[CentOS] GCC 4.7.2 설치 (0) | 2014.02.03 |
[CentOS] CentOS 32비트, 64비트 확인 (0) | 2014.01.13 |
최근댓글