Removes a volume from a VLDB.
<removeVolumeFromVLDB> <dfsGUID/> </removeVolumeFromVLDB>
<removeVolumeFromVLDB>
<result value=" ">
<description/>
<result>
</removeVolumeFromVLDB>
Specifies the DFS GUID of the volume to remove.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to remove a volume from a VLDB is as follows:
<nssRequest>
<vldb>
<removeVolumeFromVLDB>
<dfsGUID>
906D22B6-32DD-01D6-80-06-FBDA22AE6917
</dfsGUID>
</removeVolumeFromVLDB>
</vldb>
</nssRequest>
A nssReply packet to the remove volume from VLDB command follows:
<nssReply>
<vldb>
<removeVolumeFromVLDB>
<result value="0">
<description/>success</description>
</result>
</removeVolumeFromVLDB>
</vldb>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>