start mirroring argument: Starts storage space mirroring (SQL administration API)

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

Syntax

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

>--"start 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 -m command.

Example

The following example starts mirroring for the dbspace named dbsp1:
EXECUTE FUNCTION task("start mirroring","dbsp1");

Copyright© 2020 HCL Technologies Limited