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:
-
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.
-
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)
-
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)
-
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 wherejob_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. -
Type
CHGJOBD
and pressF4
(Prompt). The Change Job Description display appears. Do the following:- For the Job description and Library prompts, specify the job description and library you created in Step 4.
- Press
F10
(Additional parameters). -
Page Down to locate Request data or command (RQSDTA).
-
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.
-
-
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 andautostart_job_name
specifies the same port information and format as specified for the job description name.