replicaAddedToVLDB

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

Request

<replicaAddedToVLDB>
   <ndsServerName/>
</replicaAddedToVLDB>

Reply

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

Elements

ndsServerName

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

result

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

description

Specifies a text description of the result.

Example

The following example tells the server that another VLDB replica was just added to MYSERVER:

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

A nssReply packet to the replica added to VLDB command follows:

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

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