메뉴 건너뛰기

조회 수 7103 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
1. /proc 디렉터리에서 cpuinfo 파일에서 해당 cpu가 PAE를 지원해야 한다.
cat /proc/cpuinfo |grep pae 명령실행후 pae 라는 라인이 보이면 지원하는 cpu
2. 커널 버전 확인(나중에 참고용)
# uname -r
2.6.18-53.1.21.el5
3. kernel-PAE 정보확인후 설치
yum info kernel-PAE
Available Packages
Name : kernel-PAE
Summary: The Linux kernel compiled for PAE capable machines.
Description:
This package includes a version of the Linux kernel with support for up to
64GB of high memory. It requires a CPU with Physical Address Extensions (PAE).
The non-PAE kernel can only address up to 4GB of memory.
Install the kernel-PAE package if your machine has more than 4GB of memory.
# yum install kernel-PAE
4. 2번 항목에서 확인한 커널버전 소스로 이동
cd /usr/src/kernels/2.6.18-53.1.21.el5
vi .config

항목중에서 CONFIG_HIGHMEM 이 있는지 찾아보고 없다면 아래 라인 입력
CONFIG_HIGHMEM4G=y

5. grub.conf 설정
cat /etc/grub.conf
커널버전뒤에 PAE가 붙은 커널로 부팅되도록 순서가 되어있는지 확인
default 순서는 0부터 시작해서 아래 설정은 두번째 2.6.18-53.1.21.el5PAE를 실행하는 것입니다.
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-53.1.21.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-53.1.21.el5 ro root=LABEL=/
initrd /initrd-2.6.18-53.1.21.el5.img
title CentOS (2.6.18-53.1.21.el5PAE)
root (hd0,0)
kernel /vmlinuz-2.6.18-53.1.21.el5PAE ro root=LABEL=/
initrd /initrd-2.6.18-53.1.21.el5PAE.img
title CentOS (2.6.18-8.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=LABEL=/
initrd /initrd-2.6.18-8.el5.img

6. 리부팅후 확인

Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4147056k total, 148424k used, 3998632k free, 8508k buffers

  1. No Image 27Feb
    by
    2014/02/27 Views 8107 

    리눅스 부팅 과정과 커널 패닉 조치요령

  2. No Image 27Feb
    by
    2014/02/27 Views 9320 

    kernel panic 복구

  3. No Image 27Feb
    by
    2014/02/27 Views 6875 

    centos 4.x 데몬

  4. No Image 27Feb
    by
    2014/02/27 Views 7471 

    하드디스크의 속도와 성능테스트강좌 hdparm

  5. No Image 27Feb
    by
    2014/02/27 Views 7873 

    Snort란

  6. No Image 27Feb
    by
    2014/02/27 Views 7122 

    htaccess를 이용한 특정 디렉토리 접근 관리하기

  7. No Image 27Feb
    by
    2014/02/27 Views 7952 

    외부 링크 제한하기

  8. No Image 27Feb
    by
    2014/02/27 Views 6940 

    apache에서 전송 속도 제한하기

  9. No Image 27Feb
    by
    2014/02/27 Views 7195 

    find 명령어로 특정 디렉토리 내 특정 파일들의 특정 문자열 일괄 변경

  10. No Image 27Feb
    by
    2014/02/27 Views 6958 

    URL 포워딩 하는 방법

  11. No Image 27Feb
    by
    2014/02/27 Views 7726 

    ssh timeout 설정

  12. No Image 27Feb
    by
    2014/02/27 Views 7824 

    linux mcrypt 설치 (php 재컴파일 필요)

  13. No Image 27Feb
    by
    2014/02/27 Views 8496 

    apache status 모듈 ( 모니터링 )

  14. No Image 27Feb
    by
    2014/02/27 Views 7434 

    apache 로그정리 (logrotate)

  15. No Image 27Feb
    by
    2014/02/27 Views 7094 

    linux 커널 파라메터 수정

  16. No Image 27Feb
    by
    2014/02/27 Views 7496 

    Mysql 설치시 LinuxThreads 에러 메세지

  17. No Image 27Feb
    by
    2014/02/27 Views 7807 

    리눅스 문자열 치환하기

  18. No Image 27Feb
    by
    2014/02/27 Views 8781 

    suPHP로 웹서버 보안을 강화하자

  19. No Image 27Feb
    by 조쉬
    2014/02/27 Views 7103 

    CentOS 32Bit 운영체제에서 메모리 4G인식 시키는 방법

  20. No Image 27Feb
    by
    2014/02/27 Views 8218 

    Linux LVM구성하기

Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 11 12 Next
/ 12

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved