Performing operations on the Netcool Configuration Manager server (itncm.sh)

Use the itncm.sh system script to perform start, stop, and restart the Netcool Configuration Manager server. You can also use itncm.sh to get current status information on the Netcool Configuration Manager server.

Syntax

itncm.sh {start|stop|restart|status}

Description

There are a number of different tasks that can be performed on the Netcool Configuration Manager server. For example, the server can be started, stopped, restarted or the current status checked. The following steps describe how to execute the itncm.sh system script:

  1. Access the directory containing the installer. The default location is /opt/IBM/tivoli/netcool/ncm/bin.
  2. To use the example of starting the Netcool Configuration Manager server, execute the start server command:
    $./itncm.sh start

When executing the Netcool Configuration Manager stop server command, the superuser username and password are prompted for as follows:

Stopping GUI Server
Realm/Cell Name: <default>
Username: Superuser
Password: ****

Parameters

start
Start all components.
start-worker
Start the worker component.
start-comp
Start the compliance component if installed.
start-pres
Start the presentation component if installed.
stop
Stop all components.
stop-worker
Stop the worker component.
stop-comp
Stop the compliance component if installed.
stop-pres
Stop the presentation component if installed.
restart
Stop and start all components.
restart-worker
Stop and start the worker component.
restart-comp
Stop and start the compliance component if installed.
restart-pres
Stop and start the presentation component if installed.
status
Show the status of the server.