Informs a VLDB server that another VLDB replica server has been added.
<replicaAddedToVLDB> <ndsServerName/> </replicaAddedToVLDB>
<replicaAddedToVLDB>
<result value=" ">
<description/>
<result>
</replicaAddedToVLDB>
Specifies the eDirectory name, in relative distinguished-name format, of the server to which a replica was added.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
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>