问题描述:
安装配有NVIDIA GRID K2服务器时不能被正常安装;
问题原因:
xCAT 安装配有GRID K2 节点时系统集成的第三方驱动不支持GRID K2 所以不能正常安装;同时其他的GPU卡如K20X 系统可以正常安装但是在原厂驱动时会冲突,不能成功安装驱动需要屏蔽Nouveau驱动(Redhat Enterprise 6.x Open Source “Nouveau” driver should not be installed );
方法一:(IBM xCAT 安装时方法)
在GRUB中加入一个命令:
[root@ibm2-svr0pxelinux.cfg]# pwd
/tftpboot/pxelinux.cfg
[root@ibm2-svr0pxelinux.cfg]# more ibm2-255
#installrhels6-x86_64-gpun
DEFAULT xCAT
LABEL xCAT
KERNEL xcat/rhels6/x86_64/gpun/vmlinuz
APPENDinitrd=xcat/rhels6/x86_64/gpun/initrd.img xdriver=vesa nomodeset xdriver=vesanomodeset quiet repo=http://ibm2-svr0:80/install/rhels6/x86_64ks=http://ibm2-svr0:80/install/autoinst/ibm2-255 ksdevice=eth0
IPAPPEND 2
[root@ibm2-svr0pxelinux.cfg]#
批量配置脚本:
sed -i"s/img/img xdriver=vesa nomodeset/g" `grep img -rl /tftpboot/pxelinux.cfg
方法二:
单节点系统已经安装完成不想重新安装方法;
Create /etc/modprobe.d/disable-nouveau.conf:
blacklist nouveau
options nouveau modeset=0
Then reboot.
Install the driver as usual
方案三:
通过系统光盘安装时可以选择不安装Open Source “Nouveau” driver ;
选择第二项 Install system with basic video driver 安装;