Migrating OpManager Nexus Database
Migrating from MySQL to PGSQL
For ex : C:\<OpManagerPlus Home>\bin\backup>RestoreDB.bat "c:\OpManagerPlus\backup\BackUp_APR3_2009_17_43_38_8100.zip"
Note : For linux - please use BackupDB.sh
Migrating from MySQL to MSSQL (Same steps for PGSQL to MSSQL)
Configure the following information:
4. Restore the data using RestoreDB.bat present under OpManagerPlus/bin/backup directory and restart OpManager Nexus.
For ex : C:\<OpManagerPlus Home>\bin\backup>RestoreDB.bat "c:\OpManagerPlus\backup\BackUp_APR3_2009_17_43_38_8100.zip"
Important Note : If your migrating the database from PostgreSQL or MySQL to MSSQL, please follwo the steps below.
Download the SQL Native Client from the link below. You will need to scroll down the page for the Native Client downloads:
http://www.microsoft.com/download/en/details.aspx?id=16978 Microsoft SQL Server 2008 R2 Native Client (SQL Server Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 2000, 2005, or 2008. SQL Server Native Client should be used to create new applications or enhance existing applications that need to take advantage of new SQL Server 2008 R2 features. This redistributable installer for SQL Server Native Client installs the client components needed during run time to take advantage of new SQL Server 2008 R2 features, and optionally installs the header files needed to develop an application that uses the SQL Server Native Client API.
X86 Package (sqlncli.msi) X64 Package (sqlncli.msi) IA64 Package (sqlncli.msi)
For more details on installing the native client, refer this site: http://msdn.microsoft.com/en-us/library/ms131321.aspx
Courtesy: http://msdn.microsoft.com Here is a quick video of SQL Native client installation.
Find the files bcp.exe and bcp.rll in MSSQL server and ensure to copy them under opmanagerplus/bin folder. If the MSSQL server is installed on a 64-bit OS, and OpManager Nexus is installed on 32-bit server, the bcp.exe and bcp.rll copied from the MSSQL server will not work on the OpManager Nexus machine. You'll need a 32-bit bcp.exe and bcp.rll.
Migrating from MSSQL to PGSQL