cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
306
Views
4
Helpful
3
Replies

IPM data migration to another system

gfolens
Level 4
Level 4

Hi,

I've currently IPM v2.4 running on a Solaris server. Now I need to move this configuration to a more performant server. So I installed everything on this new server. But how to move the all IPM data from the old to the new system?

The documentation indicates there's an automatic backup every night and how to start the restore procedure (./ipm dbrestore) but doesn't indicate which files are necessary for the restore and where these are/should be located.

Other resources are saying you need to copy the original db-files, IPMDB.db, IPMDB.log, ipm.env and .dbpassword.

Very confusing.

3 Replies 3

rmushtaq
Level 8
Level 8

Just to clarify, your one server is running IPM 2.4 and the other new server is also running the same v2.4 on Solaris?

On the Solaris box: /opt/CSCOipm/bin/ipm dbbackup

This will create the backup files in: /opt/CSCOcwbS/db/CSCOipm/backup

Then copy those files to the same directory on your other Solaris server, it should be something like:

$NMSROOT\CSCOcwbS\db\CSCOipm\backup

Then on the other box, run: $NMSROOT\CSCOipm\bin\ipm dbrestore

All your sources, targets, collectors are in: /opt/CSCOipm/etc

You may want to copy those files in case the database does not have them. Hope this helps.

Indeed both systems are running IPM v2.4.1.

Thanks for the help.

rgds, Geert.