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