Restoring all persisted data

To restore all persisted data from the database, back into Decision Server Insights, you run the dataLoadManager script with the load command.

About this task

You complete this task as a corrective measure, to restore the system after a disaster such as a power failure. The command, which is asynchronous, loads persisted data back onto the system in batches, and can therefore continue without interruption. To check the progress of the load process, you can view the percentage of persisted data that is loaded back onto the system by running the dataLoadManager progress command.

Procedure

Run the script against a single runtime server, as shown in the example. The load command distributes the restore work across the grid. You can run the load command once per restore.

Example

On Windows:
dataLoadManager load --host=localhost port=9080 username=user1 password=user1 trustStoreLocation=C:\IBM\ODMInsights881\runtime\wlp\usr\servers\runtime_server_name\resources\security\key.jks trustStorePassword=truststore