KB Article #186940
Identify a port of a Task in B2Bi Integrator
Problem
--You want to identify what is the port used by one of the Integrator tasks.
Resolution
1. Run the profile under the Integrator: . ./profile
2. Get the list of taken ports in runtime: r4edi porter_list.x4 -H -L -P -U -s $CORE_PORTER_PORT -a $CORE_LOCAL/config/passwd
- As an example, I will take the B2Bi PE HME 3 Task 1 (Process name from the UI is "ProcengineTask_1049_1" and from step 2
is "procengine_1049_14_1")
- The port assigned for the procengine_1049_14_1 it is Integratorpool277
3. Go to <shared_file_system>/data/system/your_hostname/portinfo.cfg and identify what is the port assigned for Integratorpool277=9187
4. Use netstat -ptn | grep 9187 to check the status of the port