Product: OpenFusion CORBA Services
Version: ALL
Description:
Are there scripts available to start the OpenFusion services from the command line?
Resolution:
In the OpenFusion installation bin directory there is a server script which controls the services. This script takes a control parameter and the name of the service as options. The control parameters are as follows:
Usage: server (-start | -exec | -run | -restart | -stop | -halt | -status) service [configURL]
-start Start server
-exec Start server and wait for startup
-run Start server and wait for termination
-restart Start server and restart on failure
-stop Stop server
-halt Stop server and wait for stopped
-status Print server status
service Service name
configURL Optional URL to the service configuration XML
In order to find out if the Notification Service is running, use the following command:
server -status NotificationService
#KnowledgeDocs
#OpenFusion