Server Management - Systems Insight Manager
1833648 Members
4588 Online
110062 Solutions
New Discussion

Move HPSIM database from remote SQL to another remote SQL

 
SOLVED
Go to solution
Ole Thomsen_1
Trusted Contributor

Move HPSIM database from remote SQL to another remote SQL

I recently had to move the HPSIM database.

It was located on a remote clustered MSSQL instance, and moved to remote nonclustered MSSQL server.

Reconfiguring the system DSN did not help, but I got HPSIM up running by adding a hosts entry pointing the old name to the new servers IP.

What's the correct procedure?
2 REPLIES 2
Joel Rubenstein
Honored Contributor
Solution

Re: Move HPSIM database from remote SQL to another remote SQL

SIM no longer uses the DSN to access the database.

You should reconfigure the database.props file to point to your new database server.
Ole Thomsen_1
Trusted Contributor

Re: Move HPSIM database from remote SQL to another remote SQL

Editing the database.props solved my problem.

Thanks,
Ole Thomsen