Chris, these are the notes from one of my previous migrations that may be useful:
To export the database:
-------------------------------
On R70.20 and above:
Collect EVA backup:
[Expert@HostName]# $RTDIR/bin/eva_db_backup.csh -filename /path_to/Name_of_EVA_Backup_File events_db
Store the EVA backup file together with the Check Point infrastructure backup file from Step 2 above.
For example, use TAR:
[Expert@HostName]# tar cvf CP_Backup_And_EVS_Backup.tar /path_to/CP_Backup_File.tgz /path_to/EVA_Backup_File.tgz
Collect the SmartEvent database / SmartReporter database information on the source server for verification:
[Expert@HostName]# cpstat cpsemd
Transfer the collected exported files from the source server to your target server (which has to be already fully installed and configured).
---------------------------
To Import Database:
On R70.20 and above:
Stop the SmartEvent / SmartReporter services:
[Expert@HostName]# evstop
Restore the events database:
[Expert@HostName]# $RTDIR/bin/eva_db_restore.csh -filename /path_to/Name_of_EVA_Backup_File.tgz events_db
Check the $RTDIR/conf/eventia_upgrade.C file:
[Expert@HostName]# less $RTDIR/conf/eventia_upgrade.C
If the values of the attribute 'online_status' and attribute 'background_status' are 'DONE', then delete this 'DONE' value using the Vi editor.
[Expert@HostName]# vi $RTDIR/conf/eventia_upgrade.C
Modify from
online_status (DONE)
background_status (DONE)
to
online_status ()
background_status ()
Start the SmartEvent / SmartReporter services:
[Expert@HostName]# evstart
Verify that the SmartEvent database / SmartReporter database has been restored:
Either run the following command and compare its output with the output that was collected together with the backup file:
[Expert@HostName]# cpstat cpsemd
Or connect with SmartEvent / SmartReporter GUI client to SmartEvent / SmartReporter server.
Connect with SmartEvent GUI to SmartEvent Server - go to 'Actions' menu - click on 'Install Event Policy'.