Previous Topic

Next Topic

Expression examples

Expression input

Result

"PCI:Smart Array 5i"

True if the Smart Array 5i Controller is found in the system

HWQ:TotalRAM gte 512

True if the amount of RAM in the hardware discovery file is at least 512

HWQ:ROMDate neq "11/12/2004"

True if the ROM date in the hardware discovery file is not 11/12/2004

HWQ:SystemName eq "ProLiant DL380 G2"

True if the system name in the hardware discovery file exactly matches "ProLiant DL380 G2"

HWQ:SystemName eq "ProLiant DL380 G2" and "PCI:Smart Array 5i" and HWQ:ROMDate eq "11/12/2004"

True if the system is a ProLiant DL380 G2 with a Smart Array 5i Controller present and a ROM date of 11/12/2004

"PCI:Smart Array 5i" or "PCI:Smart Array 6i"

True if the system contains a Smart Array 5i Controller or a Smart Array 6i Controller