Shuts down and unloads the VLDB software on a server where the VLDB resides.
<shutdownVLDB/>
<shutdownVLDB>
<result value=" ">
<description/>
<result>
</shutdownVLDB>
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to shutdown the VLDB software is as follows:
<nssRequest>
<vldb>
<shutdownVLDB>
</shutdownVLDB>
</vldb>
</nssRequest>
A nssReply packet to the shutdown VLDB command follows:
<nssReply>
<vldb>
<shutdownVLDB>
<result value="0">
<description/>success</description>
</result>
</shutdownVLDB>
</vldb>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>