Switching From Classic Resource Management Mode to RDS Mode

Accelerator activates the legacy resource management daemon vovresourced by default. To switch to RDS resource management mode, follow the procedure below.

Steps 1 - 5 will configure your LM project:

  1. Append this line to the LM project <SWD>/policy.tcl:
    set config(rds.enable) 1
  2. Enable the shell and activate these changes in policy.tcl:
    % vovproject enable LM_PROJECT_NAME
    % vovproject reread
  3. Use the following command to see if the RDS event port is set to an appropriate port number for your system:
    % vovselect project,eventport from server
  4. If the new event port number needs to be changed, restart LM with the -eventport option specified with the lmmgr start command.
The following steps configure your NC queue.
  1. Set the NC_QUEUE environment variable to the name of your Accelerator queue.
  2. Append this line to <SWD>/policy.tcl:
    set config(rds.enable) 1
  3. Provide a translation of Tcl-based resources.tcl into an AVS-based <SWD>/resources.cfg file. See Resources.cfg.
  4. Shut down vovresourced.
    % nc cmd vovdaemonmgr stop vovresourced
  5. Start the RDS service by activating the policy.tcl setting:
    % ncmgr reset