stop mirroring argument: Stops storage space mirroring (SQL administration API)

Use the stop mirroring argument with the admin() or task() function to stop mirroring for a specified dbspace, blobspace, or sbspace.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-EXECUTE FUNCTION--+-admin-+--(------------------------------->
                     '-task--'      

>--"stop mirroring"--,--"space_name"--)--;---------------------><

Element Description Key Considerations
space_name The name of the blobspace, dbspace, or sbspace.  

Usage

This function is equivalent to the onspaces -r command.

Example

The following example stops mirroring for the dbspace with the name of dbsp1:
EXECUTE FUNCTION task("stop mirroring","dbsp1");