Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Configuration Guide


4.6.3 Procedure to change the port number used to communicate with the task-processing engine

To change the port number used to communicate with the task-processing engine, you must edit the definition file for the task-processing engine and create the ajscd_DNA.properties file.

The default port number is 22250.

Before you begin

Make sure that there are no tasks that are waiting or running in JP1/AO.

In the Tasks window, check the tasks. If any tasks are in the execution status (In Progress, Waiting for Response, Abnormal Detection, or Terminated), stop execution of the tasks or wait until the task status changes to the ended status.

To change the port number used to communicate with the task-processing engine:

  1. Stop the JP1/AO service.

    For non-cluster systems:

    Execute the hcmdssrv command with the /stop option specified.

    For cluster systems:

    Use the cluster software to bring the service offline.

  2. Use a text editor to open the following task-processing engine definition file:

    %WinDir%\system32\drivers\etc\services

  3. Update the value of the port number defined in jp1ajs3cdinetd in the open file, and save your changes.

  4. Create a file named ajscd_DNA.properties in the following folder:

    JP1/AO-installation-folder\system\AJS3CD\conf

  5. Add the following statement to the file you created, and then save the file.

    ajscd.port_number=port-number-from-step-3

  6. Start the JP1/AO service.

    For non-cluster systems:

    Execute the hcmdssrv command with the /start option specified.

    For cluster systems:

    Use the cluster software to bring the service online.

Related topics