PRE commands
Snap Creator Server includes several configuration file PRE commands.
For Windows, cmd.exe /c must be included before any PRE command.
|
Command | Description |
---|---|
PRE_APP_QUIESCE_ CMD ## |
This is the pre-application backup start command, where ## is a number from 01-99. |
PRE_NTAP_CMD ## |
This is the pre-Snapshot command, where ## is a number from 01-99; it runs before all operations. |
PRE_APP_UNQUIESCE_CMD ## |
This is the pre-application backup stop command, where ## is a number from 01-99. |
PRE_NTAP_CLONE_ DELETE_CMD ## |
This is the pre-clone delete command, where ## is a number from 01-99. Note: The purpose of the clone delete command is to call a mount script or commands so that cloned LUNs can be mounted for the purpose of backing up (probably to tape). |
PRE_EXIT_CMD ## |
This is an optional command that is run after a fatal error occurs but before Snap Creator exits. This is useful to revert to the state it was before Snap Creator ran.Note:
|
PRE_RESTORE_CMD ## |
This is an optional command that can be run before you enter an interactive restore. This enables you to interact with the application being restored. For example, you might want to shut down the application before performing a restore. Note: This is not supported with the MySQL plug-in. |
PRE_CLONE_CREATE _ CMD ## |
This is an optional command that can be run before ONTAPI cloning operations occur, where ## is a number from 01-99. |