반응형

※ 주의사항

  : 모든 데이터는 필히 백업 후 진행을 해야하고, 6.x(2.6.32...)에서 7.x(3.10.0...)로 커널버젼까지 크게 변동되오니 가능하면 새로 설치 후 마이그레이션 하는게 좋을 것같음.


### CentOS 버젼 확인

# cat /etc/redhat-release

CentOS release 6.5 (Final)

 

 

### 커널 버젼 확인

# uname -r

2.6.32-431.el6.x86_64

 

 

### 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/preupgrade-assistant-1.0.2-33.0.1.el6.centos.x86_64.rpm

# wget http://dev.centos.org/centos/6/upg/x86_64/Packages/preupgrade-assistant-contents-0.5.13-1.0.1.el6.centos.noarch.rpm

# 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

CentOS Linux release 7.0.1406 (Core)

 

# uname -r

3.10.0-123.el7.x86_64


반응형
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기