This topic describes how to manually execute the backup/restore script from a Linux command line.
Open a Linux terminal and cd to the utils folder in the Clarify install. Again, it is essential that you use utils as the working directory.
[user@localhost ~]$ cd opt/Cleo/Clarify4_Server/utilsNow execute the script…
[user@localhost utils]$ sh backup_db_execute.shOr…
[user@localhost utils]$ sh restore_db.sh
The script now runs. As it does, information regarding the database configuration values are displayed in the terminal window. If the script can’t find a value, then an error message displays.
Alternatively, you can run the script explicitly specifying the number of jobs to run. The following command executes the scripts and tells it to run 15 concurrent jobs during the backup/restore.
[user@localhost utils]$ sh backup_db_execute.sh 15Or…
[user@localhost utils]$ sh restore_db.sh 15
Comments
0 comments
Please sign in to leave a comment.