Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Configuration Guide


24.2.2 Suppressing startup of the jajs_dbmd process

To suppress startup of the jajs_dbmd process, edit the JP1/AJS3 startup process definition file (jp1ajs_spmd.conf) and the JP1/AJS3 extended startup process definition file (jp1ajs_service_0700.conf).

The location of the jp1ajs_spmd.conf file, the jp1ajs_service_0700.conf file, and their model files are as follows:

In Windows:

JP1/AJS3-Manager-installation-folder\conf

In Linux:

/etc/opt/jp1ajs2/conf

The procedure for editing the definition files (jp1ajs_spmd.conf and jp1ajs_service_0700.conf) differs depending on whether the files have been revised since JP1/AJS3 was installed. The following describes the procedures for editing the definition files for suppressing startup of the jajs_dbmd process.

Organization of this subsection

(1) When the definition files have not been revised

The following shows the procedure for suppressing startup of the jajs_dbmd process if the JP1/AJS3 startup process definition file and the JP1/AJS3 extended startup process definition file have not been revised since JP1/AJS3 was installed.

  1. Create backups of the jp1ajs_spmd.conf and jp1ajs_service_0700.conf files.

  2. Copy jp1ajs_spmd.conf.extdb.model (model file for the JP1/AJS3 startup process definition file for the external database) to any folder, and then rename the file to jp1ajs_spmd.conf.

  3. Copy jp1ajs_service_0700.conf.extdb.model (model file for the JP1/AJS3 extended startup process definition file for the external database) to any folder, and then rename the file to jp1ajs_service_0700.conf.

  4. Overwrite the original jp1ajs_spmd.conf and jp1ajs_service_0700.conf files with the new ones.

(2) When the definition files have already been revised

The following shows the procedure for suppressing startup of the jajs_dbmd process if the JP1/AJS3 startup process definition file and/or the JP1/AJS3 extended startup process definition file has been revised since JP1/AJS3 was installed.

  1. Change the values set in the jp1ajs_spmd.conf file.

    Open the jp1ajs_spmd.conf file in a text editor or in a similar program, and then delete the lines that begin with jajs_dbmd.

    Before change

    jajs_dbmd|jajs_dbmd.exe|||1800|

    jajs_hstd|jajs_hstd.exe|||1800|

    jajs_agtd|jajs_agtd.exe|||1800|

    jajs_schd|jajs_schd.exe|||1800|

    After change

    jajs_hstd|jajs_hstd.exe|||1800|

    jajs_agtd|jajs_agtd.exe|||1800|

    jajs_schd|jajs_schd.exe|||1800|

  2. Change the values set in the jp1ajs_service_0700.conf file.

    Open the jp1ajs_service_0700.conf file in a text editor or in a similar program, and then delete the lines that begin with jajs_dbmd, and delete jajs_dbmd from the lines that begin with jajs_hstd.

    Before change

    jajs_dbmd|jajs_dbmd.exe||0|3|3|21600|0|2||1|||||||

    jajs_hstd|jajs_hstd.exe||1|3|20|21600|0|0|jajs_dbmd|1|||||||

    jajs_agtd|jajs_agtd.exe|-HA|1|3|3|21600|0|0|jajs_hstd|1|||||||

    jajs_schd|jajs_schd.exe|-HA|1|3|10|21600|0|1|jajs_agtd|1|||||||

    After change

    jajs_hstd|jajs_hstd.exe||1|3|20|21600|0|0||1|||||||

    jajs_agtd|jajs_agtd.exe|-HA|1|3|3|21600|0|0|jajs_hstd|1|||||||

    jajs_schd|jajs_schd.exe|-HA|1|3|10|21600|0|1|jajs_agtd|1|||||||