jajs_csa_stop (Linux only)
- Organization of this page
Format
jajs_csa_stop
[-t {http|app}]
Description
Stop the service of the JP1/AJS3 for Cloud Service Applications.
Execution privileges
Superuser privilege
Storage directory
/etc/opt/jp1ajs3csa/
Arguments
-t {http|app}
Specify and stop a service of JP1/AJS3 for Cloud Service Applications.
- http
-
Stop the JP1/AJS3 CSA HTTP Server service.
- app
-
Stop the JP1/AJS3 CSA Web Application Server service.
If you omit this option, the JP1/AJS3 CSA HTTP Server service and the JP1/AJS3 CSA Web Application Server service stop in that order.
Notes
-
This command applies only to Linux. You cannot use this command in Windows.
-
In the case where the JP1/AJS3 CSA HTTP Server service was forcibly terminated last time because, for example, power was turned off, if you use this command to stop the JP1/AJS3 CSA HTTP Server service before restarting it, the KNBB2525-E message is displayed, and the command terminates abnormally.
-
When the JP1/AJS3 CSA Web Application Server service stops, the command might terminate with the KNBB2715-W message displayed even though no error message or warning message was output. In such a case, no action is required for the KNBB2715-W message. This situation occurs because some processes have already been stopped internally, and the message indicates that stop processing of the JP1/AJS3 CSA Web Application Server service has completed normally.
Return values
|
0 |
Normal end |
|
Value other than 0 |
Abnormal end |
Example 1
Stop the JP1/AJS3 for Cloud Service Applications service.
jajs_csa_stop
Example 2
Stop only the JP1/AJS3 CSA HTTP Server service among the services of JP1/AJS3 for Cloud Service Applications.
jajs_csa_stop -t http
Example 3
Stop only the JP1/AJS3 CSA Web Application Server service among the services of JP1/AJS3 for Cloud Service Applications.
jajs_csa_stop -t app