HP Systems Insight Manager User Manual

Page 52

Advertising
background image

Appendix A

52

CAST ([DB_DeviceInfoEx].[OSDescription] AS VARCHAR) + ' - ' + \

CAST ([DB_DeviceInfo].[Description] AS VARCHAR) + ' - ' + \

CAST ([DB_DeviceInfo].[Location] AS VARCHAR) + ' - ' + \

CAST ([DB_DeviceInfo].[Contact] AS VARCHAR) AS [IM_NAME2], \

'Server' AS [IM_CATEGORY]

CONDITION=[devices].[DeviceKey] = [DB_DeviceInfo].[DeviceKey] AND \

[devices].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \

[DB_DeviceInfo].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \

[deviceProtocolInfo].[DeviceKey] = [devices].[DeviceKey] AND \

[deviceProtocolInfo].[DeviceKey] = [DB_DeviceInfo].[DeviceKey] AND \

[deviceProtocolInfo].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \

[devices].[ProductTypeStr]='Server'

ORDERBY=[devices].[Name] ASC

LOADTABLE=FALSE

[IM_DESKTOP]

SOURCE=[DB_DeviceInfo], [DB_DeviceInfoEx], [devices], [deviceProtocolInfo]

ATT=[devices_Name], \

[devices_ProductTypeStr], \

[devices_FullDNSName], \

[devices_OverallStatus], \

[devices_MxGUID], \

[DB_DeviceInfo_Location], \

[DB_DeviceInfo_Description], \

[DB_DeviceInfo_Contact], \

[DB_DeviceInfoEx_SerialNumber], \

[DB_DeviceInfoEx_AssetTag], \

[DB_DeviceInfoEx_TotalMemory], \

[DB_DeviceInfoEx_ROMVersion], \

[DB_DeviceInfoEx_OSName], \

[DB_DeviceInfoEx_OSType], \

[DB_DeviceInfoEx_OSVersion], \

[DB_DeviceInfoEx_OSVendor], \

[DB_DeviceInfoEx_OSDescription], \

[deviceProtocolInfo_PrimaryAddress], \

[IM_NAME1], \

[IM_NAME2], \

Advertising