티스토리 뷰
Disabling NUMA
1. To disable NUMA, add numa=off to the kernel line in grub.conf file, for example:
a. For RHEL 6
Edit the kernel line in the /boot/grub/grub.conf file
# vi /boot/grub/grub.conf kernel /vmlinuz-2.6.39-400.215.10.EL ro root=/dev/VolGroup00/LogVol00 numa=off
b. For RHEL 7
Edit the kernel line in the file /etc/default/grub
# vi /etc/default/grub GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel_vm-210/root rd.lvm.lv=rhel_vm-210/swap vconsole.font=latarcyrheb-sun16 crashkernel=auto vconsole.keymap=us rhgb quiet numa=off
Also make sure you rebuild the the GRUB configuration file using the command below in case of RHEL/CentOS 7.
# grub2-mkconfig -o /etc/grub2.cfg
2. Reboot the server for the changes to take effect.
# shutdown -r now
Verify
To verify after reboot check the /proc/cmdline file to see the GRUB commandline options used. (Example below is from RHEL 6).
# cat /proc/cmdline ro root=/dev/VolGroup00/LogVol00 numa=off
# numactl -H available: 1 nodes (0) node 0 size: 4195 MB node 0 free: 3304 MB node distances: node 0 0: 10
If NUMA was active, there would be more than one node listed.
'linux' 카테고리의 다른 글
Allow domain group ssh access & sudoers set (0) | 2021.10.15 |
---|---|
centos7 -> windows active directory join (0) | 2021.10.13 |
jmeter 설치 및 사용법 (0) | 2021.08.19 |
centos 7 cgroup limit 해제 (0) | 2021.08.19 |
프로세스들의 자원의 사용을 제한하고 격리시키는 리눅스 커널 기능 (0) | 2021.06.16 |
- Total
- Today
- Yesterday
- centos7 ntp
- ipmi
- dl20
- cisco ansible
- cmd로 윈도우 계정 관리
- ansible ios
- DL20 GEN9 장비에 CentOS 7
- ansible network
- chrony
- shell connmad log
- nxos ansible
- ios ansible
- windows.old 강제삭제
- oracle linux8 kernel
- dl20 g9 centos7 설치
- cgroup
- CentOS 7 GUI
- 윈도우 cmd 계정 관리
- ILO
- ISCSI 볼륨 RAC
- 특정 라인삭제
- vm rac
- 특정 문구 치환
- cmd로 계정 생성
- linux command log
- dl20 centos7
- kernel 변경
- nutanix rac
- 리눅스 커맨드 로그남기기
- 윈도우서버 계정 관려
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |