resyncPartitionMirror

Causes a mirror group to resynchronize.

Request

<resyncPartitionMirror>
   <mirrorID/>    
</resyncPartitionMirror>

Reply

<resyncPartitionMirror>
   <result value=" ">
      <description/>
   </result>
</resyncPartitionMirror>

Elements

mirrorID

Specifies the ID of the mirror group that needs to be synchronized.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.

Example

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>