- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Moving Insight DB
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-19-2004 05:49 AM
10-19-2004 05:49 AM
Moving Insight DB
The current plan is just to backup the SQL DB using the native tool, restore it onto the new box, and then change the ODBC pointer.
These forums have been a godsend in the past and any help or suggestions would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:03 AM
10-19-2004 06:03 AM
Re: Moving Insight DB
In CIM 7, the reporting data was stored in R_ tables on the database. In SIM 4, this is no longer the case. The data comes from R_ *views* which mimic (though not exactly) the old CIM 7 infrastructure.
We've come across some idiosyncracies because of this. One of the biggest (unresolved) ones is that duplicate entries are coming up in R_Inventory (remember how they were unique in CIM 7? Not anymore!!!), because of multiple entries in the CIM_ComputerSystem table (one of the tables from which the R_Inventory view is derived) that have the same node ID (device ID) but different net names. If you look at some of the other threads, you'll see the discussion on this. We have yet to come up with a solution.
Supposedly, there's a tool that allows you to migrate data from CIM 7 to HP SIM 4, but I haven't used it, so I can't give you any feedback on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:26 AM
10-19-2004 06:26 AM
Re: Moving Insight DB
The reason for the move is to get the SQL server from a Windows 2K DL360 (no HW redundancy), onto a DL380 w/ Windows 2K3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 06:35 AM
10-19-2004 06:35 AM
Re: Moving Insight DB
Probably the best way would probably be to export the database and reimport it to the new server. However, I don't know how this would affect CIM (since I don't know how importing/exporting data or manipulating data would affect the CIM app -- in HP SIM, altering data could potentially break the app).
My thinking, therefore, is that the safe way to do it would be to let CIM build the database on the new server (as though you were actually installing it), then using whatever tools are supplied to export your data and import it to the new database.
Just my $0.02 . . .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 10:19 PM
10-19-2004 10:19 PM
Re: Moving Insight DB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:13 AM
10-20-2004 02:13 AM
Re: Moving Insight DB
Hopefully I'll be able to migrate the servers today or tomorrow and I'll let you know how it goes.
Thanks again everyone for your responses!