cpqasm2.inf Driver File Contents (sp36106.exe)

; Copyright (c) 2001-2006 Hewlett-Packard Development Company, L.P.

[Version]
Signature = "$Windows NT$"
Class = System
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}  ; System class GUID
DriverVer = 11/10/2006, 5.42.0.0
Provider = %COMPAQ_MFG%
CatalogFile = cpqasm2.cat

[SourceDisksNames.x86]
1 = %DISK.DESC%

[SourceDisksNames.amd64]
1 = %DISK.DESC%

[SourceDisksFiles.x86]
cpqasm2.sys = 1,,
sysmgmt.sys = 1,,
sysdown.exe = 1,,
insthlth.dll = 1,,

[SourceDisksFiles.amd64]
cpqasm2.sys = 1,,
sysmgmt.sys = 1,,
sysdown.exe = 1,,
insthlth.dll = 1,,

[DestinationDirs]
DefaultDestDir = 12           ; Default to drivers directory
Cpqasm2.Driver.Copy = 12      ; Drivers directory (%windir%\system32\drivers)
Sysmgmt.Driver.Copy = 12      ; Drivers directory (%windir%\system32\drivers)
Sysdown.Service.Copy = 11     ; System directory  (%windir%\system32)
Sysdown.Script.Delete = 11    ; System directory  (%windir%\system32)
Insthlth.Installer.Copy = 11  ; System directory  (%windir%\system32)

[Cpqasm2.Driver.Copy]
cpqasm2.sys

[Sysmgmt.Driver.Copy]
sysmgmt.sys

[Sysdown.Service.Copy]
sysdown.exe

[Sysdown.Script.Delete]
cpqshut.cmd,,,0x00000001 ; Delete file on next reboot

[Insthlth.Installer.Copy]
insthlth.dll

[ControlFlags]
ExcludeFromSelect = *

[Manufacturer]
%COMPAQ_MFG% = CompaqDevices, NTx86, NTamd64

[CompaqDevices.NTamd64]
%ESM.DESC%  = iLOASMDriver, PCI\VEN_0E11&DEV_00D7&SUBSYS_00D70E11
%ILO.DESC%  = iLOASMDriver, PCI\VEN_0E11&DEV_B203&SUBSYS_B2060E11
%ILO2.DESC% = iLOASMDriver, PCI\VEN_0E11&DEV_B203&SUBSYS_3304103C

[CompaqDevices.NTx86] ; Windows XP/Windows 2003/Windows Codename Longhorn
%ESM.DESC%  = iLOASMDriver, PCI\VEN_0E11&DEV_00D7&SUBSYS_00D70E11
%ILO.DESC%  = iLOASMDriver, PCI\VEN_0E11&DEV_B203&SUBSYS_B2060E11
%ILO2.DESC% = iLOASMDriver, PCI\VEN_0E11&DEV_B203&SUBSYS_3304103C

[CompaqDevices]         ; Windows 2000
; Not supported

[iLOASMDriver]
CopyFiles = Cpqasm2.Driver.Copy
CopyFiles = Sysmgmt.Driver.Copy
CopyFiles = Sysdown.Service.Copy
DelFiles = Sysdown.Script.Delete

[iLOASMDriver.Services]
AddService = cpqasm2, %SPSVCINST_ASSOCSERVICE%, iLOCpqasm2.Service, Cpqasm2.Eventlog.Inst
AddService = sysmgmt, , Sysmgmt.Service, Sysmgmt.Eventlog.Inst
AddService = sysdown, , Sysdown.Service, Sysdown.EventLog.Inst

[iLOASMDriver.CoInstallers]
CopyFiles = Insthlth.Installer.Copy
AddReg = CoInstaller.Reg

[iLOCpqasm2.Service]
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START - starts on demand by SCM
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %12%\cpqasm2.sys   ; Drivers directory
AddReg        = Cpqasm2.Reg

[Sysmgmt.Service]
Dependencies  = cpqasm2
DisplayName   = %SYSMGMT.DESC%
ServiceType   = 1                  ; SERVICE_KERNEL_DRIVER
StartType     = 3                  ; SERVICE_DEMAND_START - starts on demand by SCM
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %12%\sysmgmt.sys   ; Drivers directory
AddReg        = Sysmgmt.Reg

[Sysdown.Service]
Dependencies  = sysmgmt
DisplayName   = %SYSDOWN.DESC%
Description   = %SYSDOWN.DESCRIP%
ServiceType   = 0x10               ; SERVICE_WIN32_OWN_PROCESS
StartType     = 2                  ; SERVICE_AUTO_START
ErrorControl  = 1                  ; NORMAL - display warning if it fails to load
ServiceBinary = %11%\sysdown.exe   ; System directory

[Cpqasm2.Eventlog.Inst]
AddReg = Cpqasm2.AddEventLog

[Sysmgmt.Eventlog.Inst]
AddReg = Sysmgmt.AddEventLog

[Sysdown.EventLog.Inst]
AddReg = Sysdown.AddEventLog

[Cpqasm2.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\Drivers\cpqasm2.sys"
HKR, , TypesSupported, %REG_DWORD%, 7

[Sysmgmt.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\Drivers\sysmgmt.sys"
HKR, , TypesSupported, %REG_DWORD%, 7

[Sysdown.AddEventLog]
HKR, , EventMessageFile, %REG_EXPAND_SZ%, ""
HKR, , ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\IoLogMsg.dll"
HKR, , TypesSupported, %REG_DWORD%, 0

[CoInstaller.Reg]
HKR, ,CoInstallers32, %REG_MULTI_SZ%, "insthlth.dll"

[Sysmgmt.Reg]
HKR, "Parameters", "DriverMode", %REG_DWORD%, 0x00000e11

[Cpqasm2.Reg]
HKR, "Parameters", "DriverMode", %REG_DWORD%, 0x00000e11

[Strings]
COMPAQ_MFG      = "Compaq"
ESM.DESC        = "HP ProLiant Enhanced Management Controller"
ILO.DESC        = "HP ProLiant iLO Advanced System Management Controller"
ILO2.DESC       = "HP ProLiant iLO2 Advanced System Management Controller"
SYSMGMT.DESC    = "HP ProLiant System Management Interface Driver"
SYSDOWN.DESC    = "HP ProLiant System Shutdown Service"
SYSDOWN.DESCRIP = "Shuts down the system in the event of overheating or loss of cooling " \
                  "in response to commands from the HP ProLiant iLO Advanced System Management " \
                  "Controller and Enhanced Management Controller driver."
DISK.DESC       = "HP ProLiant iLO Advanced System Management Controller and Enhanced " \
                  "Management Controller installation disk"
REG_DWORD       = 0x00010001
REG_EXPAND_SZ   = 0x00020000
REG_MULTI_SZ    = 0x00010000
REG_SZ          = 0x00000000
REG_BINARY      = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002 ; Associate service with device installed by this INF

[Strings.0411]
COMPAQ_MFG      = "Compaq"
ESM.DESC        = "HP ProLiant g£ }lWg Rg["
ILO.DESC        = "HP ProLiant iLO AhoXg VXe }lWg Rg["
ILO2.DESC       = "HP ProLiant iLO-2 AhoXg VXe }lWg Rg["
SYSMGMT.DESC    = "HP ProLiant VXe }lWg C^tF[X hCo"
SYSDOWN.DESC    = "HP ProLiant VXe Vbg_E T[rX"
SYSDOWN.DESCRIP = "HP ProLiant iLO AhoXg VXe }lWg Rg[ ¨æÑ" \
                  "g£ }lWg Rg[ hCoɵÄAI[oq[gââpVXeÌ" \
                  "r¸CxgÉVXeðVbg_EµÜ·B"
DISK.DESC       = "HP ProLiant iLO AhoXg VXe }lWg Rg[ ¨æÑ"\
                  "g£ }lWg Rg[ CXg[V fBXN"
REG_DWORD       = 0x00010001
REG_EXPAND_SZ   = 0x00020000
REG_MULTI_SZ    = 0x00010000
REG_SZ          = 0x00000000
REG_BINARY      = 0x00000001
SPSVCINST_ASSOCSERVICE = 0x00000002 ; Associate service with device installed by this INF
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.52