- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- HPSIM 5 integrate with HP Service Desk 4.5
Server Management - Systems Insight Manager
1823916
Members
3173
Online
109667
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 10:49 PM
тАО05-30-2006 10:49 PM
HPSIM 5 integrate with HP Service Desk 4.5
Is there a way to integrate this two Systems?
Like we have 200 Servers and we want those Servers detected by HPSIM to create corresping Configuration Item in HPService Desk.
Just need an idea here
thanks
Like we have 200 Servers and we want those Servers detected by HPSIM to create corresping Configuration Item in HPService Desk.
Just need an idea here
thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2006 02:34 AM
тАО05-31-2006 02:34 AM
Re: HPSIM 5 integrate with HP Service Desk 4.5
There's no direct link between the two. If you are using OpenView Operations, you can use it as the go-between.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2006 02:54 AM
тАО06-18-2006 02:54 AM
Re: HPSIM 5 integrate with HP Service Desk 4.5
Dear orven,
you can make data exchange between SD and SIM.
I am attaching the sample ini file from Hp sim integration documentation
Regards,
Abd El Moniem Darwish
-- SQL database configuration file.
--
-- Entries beginning with "--" are comments.
-- Several device types are included in this file, but only one
-- can be active at a time. To import different types of devices,
-- comment out the current device type and uncomment the device
-- type you wish to import.
--
[DSN]
NAME=HPSIM-APPIQ
USR=system
PWD=manager
[SYSTEM]
LOG=TRUE
XML=TRUE
DUMP=TRUE
TXT=FALSE
LOG_FILE=C:\Program Files\Hewlett-Packard\OpenView\service desk
4.5\client\data_exchange\log\insightmanager.log
XML_OUTPUT_FILE=C:\Program Files\Hewlett-Packard\OpenView\service desk
4.5\client\data_exchange\xml\insightmanager.xml
APPLICATION_NAME=INSIGHTMANAGER
[CLASSES]
NAME=INSIGHTMANAGER
[INSIGHTMANAGER]
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], \
32
[IM_CATEGORY]
COLUMNS=[devices].[Name] AS [devices_Name], \
CAST ([deviceProtocolInfo].[PrimaryAddress] AS VARCHAR) AS [deviceProtocolInfo_PrimaryAddress],
\
[devices].[ProductTypeStr] AS [devices_ProductTypeStr], \
CAST ([devices].[ProductName] AS VARCHAR) AS [IM_NAME1], \
[devices].[fullDNSName] AS [devices_fullDNSName], \
[devices].[OverallStatus] AS [devices_OverallStatus], \
[devices].[MxGUID] AS [devices_MxGUID], \
CAST ([DB_DeviceInfo].[Location] AS VARCHAR) AS [DB_DeviceInfo_Location], \
CAST ([DB_DeviceInfo].[Description] AS VARCHAR) AS [DB_DeviceInfo_Description], \
CAST ([DB_DeviceInfo].[Contact] AS VARCHAR) AS [DB_DeviceInfo_Contact], \
CAST ([DB_DeviceInfoEx].[SerialNumber] AS VARCHAR) AS [DB_DeviceInfoEx_SerialNumber], \
CAST ([DB_DeviceInfoEx].[AssetTag] AS VARCHAR) AS [DB_DeviceInfoEx_AssetTag], \
[DB_DeviceInfoEx].[TotalMemory] AS [DB_DeviceInfoEx_TotalMemory], \
CAST ([DB_DeviceInfoEx].[ROMVersion] AS VARCHAR) AS [DB_DeviceInfoEx_ROMVersion], \
CAST ([DB_DeviceInfoEx].[OSName] AS VARCHAR) AS [DB_DeviceInfoEx_OSName], \
CAST ([DB_DeviceInfoEx].[OSType] AS VARCHAR) AS [DB_DeviceInfoEx_OSType], \
CAST ([DB_DeviceInfoEx].[OSVersion] AS VARCHAR) AS [DB_DeviceInfoEx_OSVersion], \
CAST ([DB_DeviceInfoEx].[OSVendor] AS VARCHAR) AS [DB_DeviceInfoEx_OSVendor], \
CAST ([DB_DeviceInfoEx].[OSDescription] AS VARCHAR) AS [DB_DeviceInfoEx_OSDescription], \
CAST ([DB_DeviceInfoEx].[OSName] AS VARCHAR) + ' - ' + \
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]
--'Switch' AS [IM_CATEGORY]
--'Storage' AS [IM_CATEGORY]
--'Workstation' AS [IM_CATEGORY]
--'MgmtProc' AS [IM_CATEGORY]
--'Desktop' AS [IM_CATEGORY]
--'Printer' AS [IM_CATEGORY]
--'Storage' AS [IM_CATEGORY]
LOADTABLE=FALSE
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'
--[devices].[ProductTypeStr]='Switch'
--[devices].[ProductSubType]='Storage'
--[devices].[ProductTypeStr]='Workstation'
--[devices].[ProductTypeStr]='MgmtProc'
--[devices].[ProductTypeStr]='Desktop'
--[devices].[ProductTypeStr]='Printer'
--[devices].[ProductSubType]='StorageEssentials'
ORDERBY=[devices].[Name] ASC
you can make data exchange between SD and SIM.
I am attaching the sample ini file from Hp sim integration documentation
Regards,
Abd El Moniem Darwish
-- SQL database configuration file.
--
-- Entries beginning with "--" are comments.
-- Several device types are included in this file, but only one
-- can be active at a time. To import different types of devices,
-- comment out the current device type and uncomment the device
-- type you wish to import.
--
[DSN]
NAME=HPSIM-APPIQ
USR=system
PWD=manager
[SYSTEM]
LOG=TRUE
XML=TRUE
DUMP=TRUE
TXT=FALSE
LOG_FILE=C:\Program Files\Hewlett-Packard\OpenView\service desk
4.5\client\data_exchange\log\insightmanager.log
XML_OUTPUT_FILE=C:\Program Files\Hewlett-Packard\OpenView\service desk
4.5\client\data_exchange\xml\insightmanager.xml
APPLICATION_NAME=INSIGHTMANAGER
[CLASSES]
NAME=INSIGHTMANAGER
[INSIGHTMANAGER]
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], \
32
[IM_CATEGORY]
COLUMNS=[devices].[Name] AS [devices_Name], \
CAST ([deviceProtocolInfo].[PrimaryAddress] AS VARCHAR) AS [deviceProtocolInfo_PrimaryAddress],
\
[devices].[ProductTypeStr] AS [devices_ProductTypeStr], \
CAST ([devices].[ProductName] AS VARCHAR) AS [IM_NAME1], \
[devices].[fullDNSName] AS [devices_fullDNSName], \
[devices].[OverallStatus] AS [devices_OverallStatus], \
[devices].[MxGUID] AS [devices_MxGUID], \
CAST ([DB_DeviceInfo].[Location] AS VARCHAR) AS [DB_DeviceInfo_Location], \
CAST ([DB_DeviceInfo].[Description] AS VARCHAR) AS [DB_DeviceInfo_Description], \
CAST ([DB_DeviceInfo].[Contact] AS VARCHAR) AS [DB_DeviceInfo_Contact], \
CAST ([DB_DeviceInfoEx].[SerialNumber] AS VARCHAR) AS [DB_DeviceInfoEx_SerialNumber], \
CAST ([DB_DeviceInfoEx].[AssetTag] AS VARCHAR) AS [DB_DeviceInfoEx_AssetTag], \
[DB_DeviceInfoEx].[TotalMemory] AS [DB_DeviceInfoEx_TotalMemory], \
CAST ([DB_DeviceInfoEx].[ROMVersion] AS VARCHAR) AS [DB_DeviceInfoEx_ROMVersion], \
CAST ([DB_DeviceInfoEx].[OSName] AS VARCHAR) AS [DB_DeviceInfoEx_OSName], \
CAST ([DB_DeviceInfoEx].[OSType] AS VARCHAR) AS [DB_DeviceInfoEx_OSType], \
CAST ([DB_DeviceInfoEx].[OSVersion] AS VARCHAR) AS [DB_DeviceInfoEx_OSVersion], \
CAST ([DB_DeviceInfoEx].[OSVendor] AS VARCHAR) AS [DB_DeviceInfoEx_OSVendor], \
CAST ([DB_DeviceInfoEx].[OSDescription] AS VARCHAR) AS [DB_DeviceInfoEx_OSDescription], \
CAST ([DB_DeviceInfoEx].[OSName] AS VARCHAR) + ' - ' + \
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]
--'Switch' AS [IM_CATEGORY]
--'Storage' AS [IM_CATEGORY]
--'Workstation' AS [IM_CATEGORY]
--'MgmtProc' AS [IM_CATEGORY]
--'Desktop' AS [IM_CATEGORY]
--'Printer' AS [IM_CATEGORY]
--'Storage' AS [IM_CATEGORY]
LOADTABLE=FALSE
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'
--[devices].[ProductTypeStr]='Switch'
--[devices].[ProductSubType]='Storage'
--[devices].[ProductTypeStr]='Workstation'
--[devices].[ProductTypeStr]='MgmtProc'
--[devices].[ProductTypeStr]='Desktop'
--[devices].[ProductTypeStr]='Printer'
--[devices].[ProductSubType]='StorageEssentials'
ORDERBY=[devices].[Name] ASC
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP