This cmdlet will remove a DataKeeper mirror. It will attempt to remove the mirror from all nodes for this mirror. This command will not remove the mirror from any down or network inaccessible node.

Parameters

Parameter Type Required Position
Notes
Source String Yes 0 The source node of the mirror.
Volume String Yes 1 The mirror volume letter (on the source node) that you want removed.
Target String No 2 The IP address of the target system of the mirror. If this parameter is left empty all targets of the source volume will be removed.

Inputs

None

Outputs

An integer value representing the status of the command. 0 means that the command succeeded, any other value is a Windows error code.

Example:

Remove-DataKeeperMirror -Source example1.domain.com -Volume E -Target 10.200.8.56

Remove-DataKeeperMirror -Source 10.200.8.55 -Volume E -Target 10.200.8.56

Remove-DataKeeperMirror 10.200.8.55 E

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment