Updating port information for a user-managed autostart job entry - assure_mimix - 10.0

Assure MIMIX Administrator Reference

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software
Version
10.0
Language
English
Product name
Assure MIMIX
Title
Assure MIMIX Administrator Reference
Copyright
2024
First publish date
1999
Last updated
2024-10-22
Published on
2024-10-22T10:04:43.803975

This procedure identifies how to update the port information for a user-managed autostart job entry that starts the Lakeview TCP server with the MIMIXSBS subsystem. Autostart job entries for the server are user-managed when the transfer definition specifies MNGAJE(*NO).

Important! Do not use this procedure for MIMIX-managed autostart job entries.

Perform this procedure from the local system, which is the system for which information changed within the transfer definition. Do the following:

  1. Identify the job name, job description, and library for the autostart job entry using the procedure in Identifying the current autostart job entry information. This information is needed in the following steps.

  2. Remove the old autostart job entry by specifying the job name from Step 1 for job_name in the following command:

    RMVAJE SBSD(MIMIXQGPL/MIMIXSBS) JOB(job_name)
  3. Remove the old job description by specify the job description name and library from Step 1 in the following command:

    DLTJOBD JOBD(library/job_description)
  4. Create a new job description for the autostart job entry using the following command:

    CRTDUPOBJ OBJ(MIMIXCMN) FROMLIB(MIMIXQGPL) OBJTYPE(*JOBD) TOLIB(installation-library) NEWOBJ(job_description_name)

    where installation_library is the name of the library for the MIMIX installation and where job_description_name follows the recommendation to identify the port for the local system by specifying the port number in the format PORTnnnnn or the port alias.

  5. Type CHGJOBD and press F4 (Prompt). The Change Job Description display appears. Do the following:

    1. For the Job description and Library prompts, specify the job description and library you created in Step 4.
    2. Press F10 (Additional parameters).
    3. Page Down to locate Request data or command (RQSDTA).

    4. At the Request data or command prompt, specify the STRSVR command in the following format:

      'installation_library/STRSVR HOST(''local_host_name'') PORT(nnnnn) JOBD(MIMIXQGPL/MIMIXCMN)'

      Where the values to specify are:

      • installation_library is the name of the library for the MIMIX installation

      • local_host_name is the host name or address from the transfer definition for the local system

      • nnnnn is the new port information from the transfer definition for the local system, specified as either the port number or the port alias.

      • Press Enter. The job description is changed.
  6. Create a new autostart job entry using the following command:

    ADDAJE SBSD(MIMIXQGPL/MIMIXSBS) JOB(autostart_job_name) JOBD(installation_library/job_description_name)

    Where installation_library/job_description_name specifies the job description from Step 4 and autostart_job_name specifies the same port information and format as specified for the job description name.