Starting the System, Indexing and Exporting Files

After the installation and configuration of the CMS on the machines has been completed, proceed as described below to start the system.

  1. If the Template Engine is used, execute the CM in single mode from the instance-specific bin directory and reset the incremental export:

    instance/instanceName/bin/CM -single
    incrExport reset
    exit
  2. Start the CMS on all machines:

    instance/instanceName/bin/rc.npsd start
  3. If you use the Template Engine, connect to the CM using a Tcl shell and start the publication job. If you use the SES, re-index all CMS files:

    job withName systemPublish exec
    indexAllObjects
    exit

Further information on using the Tcl client and on the Tcl commands can be found in the Tcl Reference.