Hello SnapCreator Community,
I've a question regarding SnapCreator.
We have a main configuration with calls some db2 specfic configurations to delete archive logs and quiese / unquiese db2 databases.
For example:
Main Configuration:
APP_QUIESCE_CMD01=snapcreator.exe -profile E-Landschaft -config <SID> -action quiesce
APP_QUIESCE_CMD02=snapcreator.exe -profile E-Landschaft -config <SID1> -action quiesce
APP_QUIESCE_CMD03=snapcreator.exe -profile E-Landschaft -config <SID2> -action quiesce
APP_UNQUIESCE_CMD01=snapcreator.exe -profile E-Landschaft -config <SID> -action unquiesce
APP_UNQUIESCE_CMD02=snapcreator.exe -profile E-Landschaft -config <SID1> -action unquiesce
APP_UNQUIESCE_CMD03=snapcreator.exe -profile E-Landschaft -config <SID2> -action unquiesce
If one of these steps is not running because of an error the whole chain will fail.
For example if the unquiesce is not working the automatic Snapshot deletion (Retention) which occurs after that will not work.
Is there a solution for this? Or is it always a serial batch which stops when a failure occurs?
Thanks for your help.
BR,
Andreas