Adds a volume to a VLDB.
<addVolumeToVLDB> <dfsGUID/> <ndsServerName/> <volumeName/> </addVolumeToVLDB>
<addVolumeToVLDB>
<result value=" ">
<description/>
<result>
</addVolumeToVLDB>
Specifies the DFS GUID of the volume to add.
Specifies the eDirectory name, in relative distinguished-name format, of the server which owns the volume to add.
Specifies the name of the volume to add.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to add a volume to a VLDB is as follows:
<nssRequest>
<vldb>
<addVolumeToVLDB>
<dfsGUID>
906D22B6-32DD-01D6-80-06-FBDA22AE6917
</dfsGUID>
<ndsServerName>
MYSERVER.novell.MY_TREE.
</ndsServerName>
<volumeName>NSS3</volumeName>
</addVolumeToVLDB>
</vldb>
</nssRequest>
A nssReply packet to the add volume to VLDB command follows:
<nssReply>
<vldb>
<addVolumeToVLDB>
<result value="0">
<description/>success</description>
</result>
</addVolumeToVLDB>
</vldb>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>