cepstartserv - CEP service start
cepstartserv
This command starts the CEP service - it starts in batch the multiple services that make up the CEP service entity.
Start processing for services that are already started will be skipped.
The services started by this command are as follows:
Interstage Java EE DAS service
Interstage Java EE Node Agent service
Interstage Management Console
Interstage HTTP Server
PostgreSQL
Apache Tomcat
None
The following status codes are returned:
Normal end
Abnormal end
Note
If the start of even one of the services that make up the CEP service fails, an error message will be output and the start of the CEP service will fail.
To complete the start of the CEP service, remove the cause of the error and then execute the command again.
The CEP engine is not started by this command.
This product uses cron for CEP engine resource usage acquisition. This command does not start cron, it is normally started automatically when OS starts (refer to "6.3.3 Applying Updates" for information on how to start cron manually).
Example
Example of output at normal end
When all services start successfully:
# cepstartserv <ENTER>
Starting Interstage Java EE DAS service.
ijdasstart: INFO: ijdas10000: Interstage Java EE DAS service has started.
Name Status
-----------------------------------------
Interstage Java EE DAS started
Starting Interstage Java EE Node Agent service.
ijnastart: INFO: ijna10000: Interstage Java EE Node Agent service has started.
Name Status
-----------------------------------------
Interstage Java EE Node Agent started
Starting Interstage Management Console.
UX:ismngconsolestart: INFO: is40041: The service has been activated normally.
Starting Interstage HTTP Server.
UX:IHS: INFO: ihs01000: The command terminated normally.
Starting PostgreSQL.
su - bdcep_postgres -c "/opt/FJSVcep/postgres/packages/FJSVpgs83/bin/pg_ctl -D /var/opt/FJSVcep/postgres/data -w start"
waiting for server
to start...LOG: database system was shut down at 2011-11-21 15:03:21 JST
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
done
server started
Starting Apache Tomcat.
/etc/init.d/FJSVcep-rest start
Starting Tomcat: [ OK ]
Command cepstartserv executed successfully.
Example of output at abnormal end
When the Interstage Java EE DAS service cannot be started:
# cepstartserv <ENTER>
Starting Interstage Java EE DAS service.
ERROR: ijdas10002: Interstage Java EE DAS service cannot be started.
Command cepstartserv execution failed.