The database backup function of Deep Security Manager is unavailable for Oracle, thus, customers need to use the manual way to restore it.
To restore the Oracle DB:
- Run the following command to import Oracle:
imp 'dsm/"Passw0rd"@dsm' FILE=/tmp/FULL.DMP FULL=y ignore=y log=/tmp/imp.log
wherein "dsm" is the database name and "Passw0rd" is the password of the database
- Modify the Deep Security Manager configuration file located at /opt/dsm/webclient/webapps/ROOT/WEB-INF/dsm.properties. Make sure that the related database information is correctly changed.
- Execute the following to start the Deep Security Manager and database:
#/etc/init.d/dsm_s start
#SQL>startup;