Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
背景
HP Proliant系列服务器是数据中心中最常见的Windows服务器机型,但是型号繁多,1U(DL 360),2U(DL 380, DL385),4U(DL580, DL585),7U(DL785)以及刀片服务器(Blade 460c , Blade 465c)的各代机型(Gn,其中n为数字)都包括在其中。管理诸多型号的服务器,采用单独下载安装的方式为服务器的Windows系统安装驱动程序几乎是不可能的。为此HP专门发布了ProLiant Support Packs (PSP)软件包,包括了ProLiant全系列服务器使用的完整驱动程序集合,并且针对Windows系统(Windows Server 2003 , Windows Server 2008 , Windows Server 2008 R2)和Linux系统(RHEL , SLES)都提供了相应版本(X86 , X64)的免费下载。
准备工作
到HP官方网站,根据使用的Windows版本下载相应的ProLiant Support Packs安装包,例如psp-8.60.w2k8R2.x64.exe是针对Windows Server 2008 R2发布的安装包。
操作过程
ProLiant Support Packs安装包,支持silent安装,可以在MDT中实现Windows部署过程中的自动化驱动程序安装,命令格式如下:
c:\> psp-8.60.w2k8R2.x64.exe /install
命令选项“/install”指示安装程序进行静默安装。
--Jack友情提示,HP会对ProLiant Support Packs进行定期的版本升级,以便服务器能够使用到最稳定的驱动程序。