Hitachi

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


21.5.2 Procedure to disable the job distribution delay reduction function

This subsection describes the procedure to disable the job distribution delay function.

  1. Stop the JP1/AJS3 service.

  2. In UNIX, execute the ajsshmdel command.

    The ajsshmdel command is located in the /opt/jp1ajs2/bin/ajsshmdel. For example, execute the command as follows:

    sh

    /opt/jp1ajs2/bin/ajsshmdel > /dev/null 2>&1

    csh

    /opt/jp1ajs2/bin/ajsshmdel >&/dev/null

  3. Disable the job distribution delay reduction function.

    Specify no for the AGMMONITORING environment setting parameter by executing the following command:

    jajs_config -k "[{JP1_DEFAULT|logical-host-name}\JP1AJS2\HOST\AGENTMONITOR]" "AGMMONITORING" = "no"
  4. Open the JP1/AJS3 startup process definition file (jp1ajs_hstd.conf) by using a text editor.

    Edit the JP1/AJS3 startup process definition file to suppress startup of the ajsagtmond process. The location of the JP1/AJS3 startup process definition file and its model file (jp1ajs_hstd.conf.model) is as follows:

    For a physical host (in Windows)

    JP1/AJS3-Manager-installation-folder\conf

    For a physical host (in UNIX)

    /etc/opt/jp1ajs2/conf

    For a logical host (in Windows)

    shared-folder\conf

    For a logical host (in UNIX)

    shared-directory/conf

  5. Delete the definition entry for the ajsagtmond process.

    The entry to be deleted is as follows:

    In Windows

    agentmon|ajsagtmond.exe|||1800|

    In UNIX

    ajsagtmond|/opt/jp1ajs2/bin/ajsagtmond|||1800|

  6. Save and close the JP1/AJS3 startup process definition file.

  7. Start the JP1/AJS3 service.