Hitachi

JP1 Version 13 JP1/Automatic Job Management System 3 for Cloud Service Applications


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

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