2.0 manage.cmd Definitions

Use the following path name to open the manage.cmd file:

_admin/Manage_NSS/manage.cmd (Linux)
_Admin/manage_NSS/manage.cmd (NetWare)

Every time you open the manage.cmd file (and before you send other commands), you must write the following sequence to the file:

<virtualIO><datastream name="command"/></virtualIO>

This sequence notifies manage.cmd that you are ready to write XML commands and read the XML responses to those commands.

Every command is wrapped with either nssRequest or nssReply elements, as shown in the following examples:

<nssRequest>
   <afp>
      <getServerConfiguration>     
   </afp>
</nssRequest>
<nssReply>
   <afp>
      <getServerConfiguration>            
         <isOnline>
         <result value=" ">
            <description/>
         </result>
      </getServerConfiguration>
   </afp>
</nssReply>

This section contains definitions for the following command categories: