shutdownVLDB

Shuts down and unloads the VLDB software on a server where the VLDB resides.

Request

<shutdownVLDB/>

Reply

<shutdownVLDB>
   <result value=" ">
      <description/>
   <result>
</shutdownVLDB>

Elements

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.

Example

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>