본문 바로가기
HW Knowledge/Hewlett-Packard Enterprise

DL360 Gen9/RHEL 6.7/Install K2200 GPU

by 스쳐가는인연 2015. 8. 28.

1. Install RHEL 6.x


2. Disable nouveau kernel driver (It is inbox video driver)
1) echo "blacklist nouveau options nouveau modeset=0" > /etc/modprobe.d/blacklist-nouveau.conf
2) vim /etc/grub.conf
- Add rdblacklist=nouveau at the end of the kernel line for nomodeset


참고.
nouveau kernel driver 를 비활성화 하지 않으면, Nvidia Driver 설치 시 오류가 발생한다.
OS 설치 시 Basic Video Driver 설치를 통해 회피할 수 있다.

임의로 blacklist 파일을 생성하지 않아도 자동으로 생성해 준다.
하지만, 관리 편의를 위해서는 직접 생성해 두는 것이 좋겠다.


- Add 3 at the end of the kernel line for runlevel set 3

   kernen /vmlinuz-2.6.32-573.el6.x86_64 ro root=/dev/mapper/vg_trh67-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=vg_trh67/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=128M rd_LVM_LV=vg_trh67/lv_root  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet rdblacklist=nouveau 3



3. Install prerequiit packages
# yum install gcc glibc-devel kernel-devel


4. Reboot


5. Install Nvidia Driver
[root@tRH67 tmp]# sh ./NVIDIA-Linux-x86_64-352.30.run
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 352.30...........................................................................................................................................................................................................................................................







6. Check Status
[root@tRH67 ~]# lspci |grep -i vga
01:00.1 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200EH (rev 01)
08:00.0 VGA compatible controller: NVIDIA Corporation GM107GL [Quadro K2200] (rev a2)


Linux x64 (AMD64/EM64T) Display Driver
http://www.nvidia.com/download/driverResults.aspx/87650/en-us
- Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, sh ./NVIDIA-Linux-x86_64-352.30.run
- One of the last installation steps will offer to update your X configuration file. Either accept that offer, edit your X configuration file manually so that the NVIDIA X driver will be used, or run nvidia-xconfig


Reference:
Install Nvidia drivers on CentOS 6 and RHEL 6 
http://oracle-noob.blogspot.kr/2011/10/install-nvidia-drivers-on-centos-6.html

Fedora 13 nVidia Drivers Install Guide (disable the nouveau driver)
http://www.if-not-true-then-false.com/2009/howto-install-nvidia-driver-on-fedora-and-just-disable-the-nouveau-driver/

How to install Nvidia CUDA environment in RHEL 6 ?
https://access.redhat.com/solutions/64300

How to disable the Nouveau driver and install the Nvidia driver in RHEL 7
https://access.redhat.com/solutions/1155663

Installing NVIDIA drivers on 64-bit RHEL 6
http://www.twodee.org/weblog/?p=1056

반응형