Operations in task scripts
-
PDF of this doc site
-
Administration for UNIX
-
Installation and Administration for Windows
-

Collection of separate PDF docs
Creating your file...
The pretask or post-task scripts that you create must follow a standard SnapManager for SAP plug-in structure.
The pretask and post-task scripts must include the following operations:
-
check
-
describe
-
execute
If any one of these operations is not specified in the pretask or post-task script, then the script becomes invalid.
When you run the smsap plugin check
command for the pretask or post-task scripts, the returned status of the scripts display error (because the returned status value is not zero).
Operation | Description |
---|---|
check |
The SnapManager server runs the |
describe |
The SnapManager server runs the
The following is the sample output of the Followup_activities script. plugin.sh - describe SM_PI_NAME:Followup_activities SM_PI_DESCRIPTION:this script contains follow-up activities to be executed after the clone create operation. SM_PI_CONTEXT:root SM_PI_TIMEOUT:60000 SM_PI_PARAMETER:SCHEMAOWNER:Name of the database schema owner. Command complete. |
execute |
The SnapManager server runs the |