Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Article 1

$
0
0

How to disable NUMA in Red Hat Enterprise Linux system

Environment:
Red Hat Enterprise Linux 4
Red Hat Enterprise Linux 5
Red Hat Enterprise Linux 6
Red Hat Enterprise Linux 7

Issue:

How to disable NUMA in Red Hat Enterprise Linux system

Resolution:

Adding the "numa=off" to kernel command line in boot loader configuration and rebooting the system will disable NUMA

Examples:

For RHEL 4, RHEL 5, RHEL 6 (/boot/grub/grub.conf)

title Red Hat Enterprise Linux AS (2.6.9-55.EL)
            root (hd0,0)
            kernel /vmlinuz-2.6.9-55.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet numa=off
            initrd /initrd-2.6.9-55.EL.img

For RHEL 7 (/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"

Note, on RHEL 7 grub config has to be rebuilt for changes to take effect:

~]# grub2-mkconfig -o /etc/grub2.cfg

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>