Causes a mirror group to resynchronize.
<resyncPartitionMirror> <mirrorID/> </resyncPartitionMirror>
<resyncPartitionMirror>
<result value=" ">
<description/>
</result>
</resyncPartitionMirror>
Specifies the ID of the mirror group that needs to be synchronized.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to resynchronize mirror group 20 is as follows:
<nssRequest>
<partition>
<resyncPartitionMirror>
<mirrorID>20</mirrorID>
</resyncPartitionMirror>
</partition>
</nssRequest>
A nssReply packet to the resynchronize command follows:
<nssReply>
<partition>
<resyncPartitionMirror>
<result value="0">
<description/>success</description>
</result>
</resyncPartitionMirror>
</partition>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>