Revert from RDS Mode to Classic Resource Management Mode

If RDS is active and you want to revert operation to legacy resource management, follow the procedure below:

Steps 1 – 6 are performed on 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) 0
  3. Provide or restore Tcl based configuration file <SWD>/resources.tcl.
  4. Activate the updated RDS-off setting:
    % ncmgr reset
  5. Erase any resource maps that RDS had created while processing the configuration file.
    % nc cmd vovforget -rdsresources
  6. Start vovresourced:
    % nc cmd vovdaemonmgr start vovresourced

Steps 6 - 9 will revert LM to classic mode. This is optional, because LM in RDS mode can interact with NC in either mode.

  1. Enable the shell for this LM project.
    % vovproject enable LM_PROJECT_NAME
  2. Append this line to <SWD>/policy.tcl:
    set config(rds.enable) 0
  3. Activate the new RDS-off setting:
    % vovproject reread