Starting and stopping Cognos in UNIX without using the Cognos Configuration GUI
Problem(Abstract)
This document explains how to start and stop Cognos 8 services in Windows and UNIX without using the Cognos Configuration user interface, in much the same way as crnctl.sh works in IBM Cognos ReportNet. The crnctl.sh script was not included in Cognos 8, so that functionality is unavailable.
This information is also valid for Window installs of the Cognos 8 (as per below).
Resolving the problem
cogconfig.sh -s (cogconfig.bat -s for Windows)
This will save and start silently.
cogconfig.sh -stop (cogconfig.bat -stop for Windows)
This will stop silently.
To view log messages that were generated during an unattended configuration (and start), see the cogconfig_response.csv file in the c8_location/logs directory.
The cogconfig.sh -s applies the configuration settings specified in the local copy of cogstartup.xml, encrypts credentials, generates digital certificates, and if applicable, starts the Cognos 8 service or process.