replicaRemovedFromVLDB

Informs a VLDB server that another VLDB replica server has been removed.

Request

<replicaRemovedFromVLDB>
   <ndsServerName/>
</replicaRemovedFromVLDB>

Reply

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

Elements

ndsServerName

Specifies the eDirectory name, in relative distinguished-name format, of the server from which a replica was removed.

result

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

description

Specifies a text description of the result.

Example

The following example informs a server that the VLDB replica on MYSERVER has been removed:

<nssRequest>
   <vldb>
      <replicaRemovedFromVLDB>
         <ndsServerName>
            .MYSERVER.novell.MY_TREE.
         </ndsServerName>
      </replicaRemovedFromVLDB>
   </vldb>
</nssRequest>

A nssReply packet to the modify device command follows:

<nssReply>
   <vldb>
      <replicaRemovedFromVLDB>
         <result value="0">
            <description/>success</description>
         </result>
      </replicaRemovedFromVLDB>
   </vldb>

   <result value="0">
      <description/>zOK</description>
   </result>
<nssReply>