|
i know the best way is from the telnet command on the source system(from before)
otherwise if needed after words:
-first get information about your connection.
SELECT REMOTE_ADDRESS, REMOTE_PORT,
LOCAL_ADDRESS, LOCAL_PORT, JOB_NAME FROM
qsys2.netstat_job_info JI
where ji.job_name = (select aj.job_name from
TABLE (QSYS2.ACTIVE_JOB_INFO(job_name_filter => '*')) aj)
-then figure out the remote host name from the IP address above
and plug in the port information as well.
select job_name from "remote_host_name".qsys2.netstat_job_info
where local_port = (REMOTE_PORT from above)
and remote_port= (LOCAL_PORT from above)
seems way too hard.
Bryan
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.