Skip to main content
SnapManager Oracle

Creating or updating the post scripts

Contributors NetAppZacharyWambold

You can either create new post scripts or use the scripts available at default_install_directory\plugins\backup\create\post.

You must structure the script in a particular manner so that it can be executed within the context of a SnapManager operation. Create the script based on the expected operations, available input parameters, and return code conventions.

  1. Create a new script or use the available sample scripts.

  2. Modify or include the functions, variables, and parameters as required.

  3. Save the custom script.

  4. Add the script name and required inputs in the post-processing task specification XML file or provide the inputs from the GUI by selecting the proper script and input parameter.

    Note You do not have to provide secondary storage details in the task specification XML file.

Related information